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 Details

    • nodeLabel

      protected List<NodeLabel> nodeLabel
    • searchPath

      protected String searchPath
    • migratorClass

      protected String migratorClass
    • migrationXsl

      protected String migrationXsl
  • Constructor Details

    • Nodes

      public Nodes()
  • Method Details

    • 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 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

    • 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 is String
    • 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 is String
    • 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 is String
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • withNodeLabel

      public Nodes withNodeLabel(NodeLabel... values)
    • withNodeLabel

      public Nodes withNodeLabel(Collection<NodeLabel> values)
    • withSearchPath

      public Nodes withSearchPath(String value)
    • withMigratorClass

      public Nodes withMigratorClass(String value)
    • withMigrationXsl

      public Nodes withMigrationXsl(String value)