Class DynamicNode


  • public class DynamicNode
    extends ExplorerNode

    Java class for dynamic-node complex type.

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

     <complexType name="dynamic-node">
       <complexContent>
         <extension base="{http://www.hybris.com/cockpitng/config/explorertree}explorer-node">
           <sequence maxOccurs="unbounded" minOccurs="0">
             <element name="dynamic-node-parameter" type="{http://www.hybris.com/cockpitng/config/explorertree}parameter"/>
           </sequence>
           <attribute name="populator-bean-id" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="populator-class-name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="indexing-depth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="hide-root-node" type="{http://www.w3.org/2001/XMLSchema}boolean" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • dynamicNodeParameter

        protected java.util.List<Parameter> dynamicNodeParameter
      • populatorBeanId

        protected java.lang.String populatorBeanId
      • populatorClassName

        protected java.lang.String populatorClassName
      • indexingDepth

        protected java.lang.Integer indexingDepth
      • hideRootNode

        protected java.lang.Boolean hideRootNode
    • Constructor Detail

      • DynamicNode

        public DynamicNode()
    • Method Detail

      • getDynamicNodeParameter

        public java.util.List<Parameter> getDynamicNodeParameter()
        Gets the value of the dynamicNodeParameter property.

        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 set method for the dynamicNodeParameter property.

        For example, to add a new item, do as follows:

         getDynamicNodeParameter().add(newItem);
         

        Objects of the following type(s) are allowed in the list Parameter

      • getPopulatorBeanId

        public java.lang.String getPopulatorBeanId()
        Gets the value of the populatorBeanId property.
        Returns:
        possible object is String
      • setPopulatorBeanId

        public void setPopulatorBeanId​(java.lang.String value)
        Sets the value of the populatorBeanId property.
        Parameters:
        value - allowed object is String
      • getPopulatorClassName

        public java.lang.String getPopulatorClassName()
        Gets the value of the populatorClassName property.
        Returns:
        possible object is String
      • setPopulatorClassName

        public void setPopulatorClassName​(java.lang.String value)
        Sets the value of the populatorClassName property.
        Parameters:
        value - allowed object is String
      • getIndexingDepth

        public java.lang.Integer getIndexingDepth()
        Gets the value of the indexingDepth property.
        Returns:
        possible object is Integer
      • setIndexingDepth

        public void setIndexingDepth​(java.lang.Integer value)
        Sets the value of the indexingDepth property.
        Parameters:
        value - allowed object is Integer
      • isHideRootNode

        public java.lang.Boolean isHideRootNode()
        Gets the value of the hideRootNode property.
        Returns:
        possible object is Boolean
      • setHideRootNode

        public void setHideRootNode​(java.lang.Boolean value)
        Sets the value of the hideRootNode property.
        Parameters:
        value - allowed object is Boolean