Class TypeNode
- java.lang.Object
-
- com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
-
- com.hybris.cockpitng.config.explorertree.jaxb.ExplorerNode
-
- com.hybris.cockpitng.config.explorertree.jaxb.TypeNode
-
public class TypeNode extends ExplorerNode
Java class for type-node complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="type-node"> <complexContent> <extension base="{http://www.hybris.com/cockpitng/config/explorertree}explorer-node"> <attribute name="code" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcode-
Fields inherited from class com.hybris.cockpitng.config.explorertree.jaxb.ExplorerNode
expandedByDefault, id, mergeMode, navigationNodeOrTypeNodeOrDynamicNode
-
Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
position
-
-
Constructor Summary
Constructors Constructor Description TypeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Gets the value of the code property.voidsetCode(java.lang.String value)Sets the value of the code property.-
Methods inherited from class com.hybris.cockpitng.config.explorertree.jaxb.ExplorerNode
getExpandedByDefault, getId, getMergeMode, getNavigationNodeOrTypeNodeOrDynamicNode, setExpandedByDefault, setId, setMergeMode
-
Methods inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned
getPosition, setPosition
-
-