Class TreeNode


  • public class TreeNode
    extends java.lang.Object

    Java class for tree-node complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tree-node">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="attribute" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <attribute name="merge-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String attribute  
      protected java.lang.String mergeMode  
      protected java.math.BigInteger position  
    • Constructor Summary

      Constructors 
      Constructor Description
      TreeNode()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttribute()
      Gets the value of the attribute property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.math.BigInteger getPosition()
      Gets the value of the position property.
      void setAttribute​(java.lang.String value)
      Sets the value of the attribute property.
      void setMergeMode​(java.lang.String value)
      Sets the value of the mergeMode property.
      void setPosition​(java.math.BigInteger value)
      Sets the value of the position property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • attribute

        protected java.lang.String attribute
      • position

        protected java.math.BigInteger position
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • TreeNode

        public TreeNode()
    • Method Detail

      • getAttribute

        public java.lang.String getAttribute()
        Gets the value of the attribute property.
        Returns:
        possible object is String
      • setAttribute

        public void setAttribute​(java.lang.String value)
        Sets the value of the attribute property.
        Parameters:
        value - allowed object is String
      • getPosition

        public java.math.BigInteger getPosition()
        Gets the value of the position property.
        Returns:
        possible object is BigInteger
      • setPosition

        public void setPosition​(java.math.BigInteger value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is BigInteger
      • getMergeMode

        public java.lang.String getMergeMode()
        Gets the value of the mergeMode property.
        Returns:
        possible object is String
      • setMergeMode

        public void setMergeMode​(java.lang.String value)
        Sets the value of the mergeMode property.
        Parameters:
        value - allowed object is String