Class Nodes
java.lang.Object
org.bidib.wizard.migration.schema.nodes.Nodes
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the migrationXsl property.Gets the value of the migratorClass property.Gets the value of the nodeLabel property.Gets the value of the searchPath property.inthashCode()voidsetMigrationXsl(String value) Sets the value of the migrationXsl property.voidsetMigratorClass(String value) Sets the value of the migratorClass property.voidsetSearchPath(String value) Sets the value of the searchPath property.toString()withMigrationXsl(String value) withMigratorClass(String value) withNodeLabel(Collection<NodeLabel> values) withNodeLabel(NodeLabel... values) withSearchPath(String value)
-
Field Details
-
nodeLabel
-
searchPath
-
migratorClass
-
migrationXsl
-
-
Constructor Details
-
Nodes
public Nodes()
-
-
Method Details
-
getNodeLabel
Gets the value of the nodeLabel property.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
setmethod 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 -
getSearchPath
Gets the value of the searchPath property.- Returns:
- possible object is
String
-
setSearchPath
Sets the value of the searchPath property.- Parameters:
value- allowed object isString
-
getMigratorClass
Gets the value of the migratorClass property.- Returns:
- possible object is
String
-
setMigratorClass
Sets the value of the migratorClass property.- Parameters:
value- allowed object isString
-
getMigrationXsl
Gets the value of the migrationXsl property.- Returns:
- possible object is
String
-
setMigrationXsl
Sets the value of the migrationXsl property.- Parameters:
value- allowed object isString
-
toString
-
equals
-
hashCode
public int hashCode() -
withNodeLabel
-
withNodeLabel
-
withSearchPath
-
withMigratorClass
-
withMigrationXsl
-