Class EditorGroup


  • public class EditorGroup
    extends java.lang.Object

    Java class for editor-group complex type.

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

     <complexType name="editor-group">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="property" type="{http://www.hybris.com/cockpit/config/hybris}editor-property" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="qualifier" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" />
           <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 label  
      protected java.lang.String mergeMode  
      protected java.math.BigInteger position  
      protected java.util.List<EditorProperty> property  
      protected java.lang.String qualifier  
      protected java.lang.Boolean visible  
    • Constructor Summary

      Constructors 
      Constructor Description
      EditorGroup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      Gets the value of the label property.
      java.lang.String getMergeMode()
      Gets the value of the mergeMode property.
      java.math.BigInteger getPosition()
      Gets the value of the position property.
      java.util.List<EditorProperty> getProperty()
      Gets the value of the property property.
      java.lang.String getQualifier()
      Gets the value of the qualifier property.
      boolean isVisible()
      Gets the value of the visible property.
      void setLabel​(java.lang.String value)
      Sets the value of the label 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.
      void setQualifier​(java.lang.String value)
      Sets the value of the qualifier property.
      void setVisible​(java.lang.Boolean value)
      Sets the value of the visible property.
      • Methods inherited from class java.lang.Object

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

      • label

        protected java.lang.String label
      • qualifier

        protected java.lang.String qualifier
      • visible

        protected java.lang.Boolean visible
      • position

        protected java.math.BigInteger position
      • mergeMode

        protected java.lang.String mergeMode
    • Constructor Detail

      • EditorGroup

        public EditorGroup()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getProperty

        public java.util.List<EditorProperty> getProperty()
        Gets the value of the property 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 property property.

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

         getProperty().add(newItem);
         

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

      • getQualifier

        public java.lang.String getQualifier()
        Gets the value of the qualifier property.
        Returns:
        possible object is String
      • setQualifier

        public void setQualifier​(java.lang.String value)
        Sets the value of the qualifier property.
        Parameters:
        value - allowed object is String
      • isVisible

        public boolean isVisible()
        Gets the value of the visible property.
        Returns:
        possible object is Boolean
      • setVisible

        public void setVisible​(java.lang.Boolean value)
        Sets the value of the visible property.
        Parameters:
        value - allowed object is Boolean
      • 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