public class Nodes extends Object
Java class for Nodes complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Nodes">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.bidib.org/schema/migration/1.0}nodeLabel" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="searchPath" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="migratorClass" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="migrationXsl" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
migrationXsl |
protected String |
migratorClass |
protected List<NodeLabel> |
nodeLabel |
protected String |
searchPath |
| Constructor and Description |
|---|
Nodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getMigrationXsl()
Gets the value of the migrationXsl property.
|
String |
getMigratorClass()
Gets the value of the migratorClass property.
|
List<NodeLabel> |
getNodeLabel()
Gets the value of the nodeLabel property.
|
String |
getSearchPath()
Gets the value of the searchPath property.
|
int |
hashCode() |
void |
setMigrationXsl(String value)
Sets the value of the migrationXsl property.
|
void |
setMigratorClass(String value)
Sets the value of the migratorClass property.
|
void |
setSearchPath(String value)
Sets the value of the searchPath property.
|
String |
toString() |
Nodes |
withMigrationXsl(String value) |
Nodes |
withMigratorClass(String value) |
Nodes |
withNodeLabel(Collection<NodeLabel> values) |
Nodes |
withNodeLabel(NodeLabel... values) |
Nodes |
withSearchPath(String value) |
protected String searchPath
protected String migratorClass
protected String migrationXsl
public List<NodeLabel> getNodeLabel()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nodeLabel property.
For example, to add a new item, do as follows:
getNodeLabel().add(newItem);
Objects of the following type(s) are allowed in the list
NodeLabel
public String getSearchPath()
Stringpublic void setSearchPath(String value)
value - allowed object is
Stringpublic String getMigratorClass()
Stringpublic void setMigratorClass(String value)
value - allowed object is
Stringpublic String getMigrationXsl()
Stringpublic void setMigrationXsl(String value)
value - allowed object is
Stringpublic Nodes withNodeLabel(Collection<NodeLabel> values)
Copyright © 2018. All rights reserved.