Class Nodes
- java.lang.Object
-
- org.bidib.wizard.migration.schema.nodes.Nodes
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmigrationXslprotected StringmigratorClassprotected List<NodeLabel>nodeLabelprotected StringsearchPath
-
Constructor Summary
Constructors Constructor Description Nodes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetMigrationXsl()Gets the value of the migrationXsl property.StringgetMigratorClass()Gets the value of the migratorClass property.List<NodeLabel>getNodeLabel()Gets the value of the nodeLabel property.StringgetSearchPath()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.StringtoString()NodeswithMigrationXsl(String value)NodeswithMigratorClass(String value)NodeswithNodeLabel(Collection<NodeLabel> values)NodeswithNodeLabel(NodeLabel... values)NodeswithSearchPath(String value)
-
-
-
Method Detail
-
getNodeLabel
public List<NodeLabel> 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
public String getSearchPath()
Gets the value of the searchPath property.- Returns:
- possible object is
String
-
setSearchPath
public void setSearchPath(String value)
Sets the value of the searchPath property.- Parameters:
value- allowed object isString
-
getMigratorClass
public String getMigratorClass()
Gets the value of the migratorClass property.- Returns:
- possible object is
String
-
setMigratorClass
public void setMigratorClass(String value)
Sets the value of the migratorClass property.- Parameters:
value- allowed object isString
-
getMigrationXsl
public String getMigrationXsl()
Gets the value of the migrationXsl property.- Returns:
- possible object is
String
-
setMigrationXsl
public void setMigrationXsl(String value)
Sets the value of the migrationXsl property.- Parameters:
value- allowed object isString
-
withNodeLabel
public Nodes withNodeLabel(Collection<NodeLabel> values)
-
-