Class 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 Detail

      • code

        protected java.lang.String code
    • Constructor Detail

      • TypeNode

        public TypeNode()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Gets the value of the code property.
        Returns:
        possible object is String
      • setCode

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