Class Nodes


  • public class Nodes
    extends Object
    <p>Java class for Nodes complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="Nodes"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://www.bidib.org/schema/migration/1.0}nodeLabel" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="searchPath" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="migratorClass" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;attribute name="migrationXsl" type="{http://www.w3.org/2001/XMLSchema}string" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • searchPath

        protected String searchPath
      • migratorClass

        protected String migratorClass
      • migrationXsl

        protected String migrationXsl
    • Constructor Detail

      • Nodes

        public Nodes()
    • Method Detail

      • getNodeLabel

        public List<NodeLabel> getNodeLabel()
        Gets the value of the nodeLabel property. <p> 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 <CODE>set</CODE> method for the nodeLabel property. <p> For example, to add a new item, do as follows: <pre> getNodeLabel().add(newItem); </pre> <p> 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
      • hashCode

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

        public Nodes withSearchPath​(String value)
      • withMigratorClass

        public Nodes withMigratorClass​(String value)
      • withMigrationXsl

        public Nodes withMigrationXsl​(String value)