Class TreeNode
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.treecollection.TreeNode
-
public class TreeNode extends java.lang.ObjectJava 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>
-
-
Constructor Summary
Constructors Constructor Description TreeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttribute()Gets the value of the attribute property.java.lang.StringgetMergeMode()Gets the value of the mergeMode property.java.math.BigIntegergetPosition()Gets the value of the position property.voidsetAttribute(java.lang.String value)Sets the value of the attribute property.voidsetMergeMode(java.lang.String value)Sets the value of the mergeMode property.voidsetPosition(java.math.BigInteger value)Sets the value of the position property.
-
-
-
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 isString
-
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 isBigInteger
-
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 isString
-
-