Class Group


  • public class Group
    extends java.lang.Object

    Java class for group complex type.

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

     <complexType name="group">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="label" type="{}label" maxOccurs="unbounded"/>
             <element name="property" type="{}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="tabbed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="initially-opened" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="show-if-empty" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="show-in-create-mode" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="position" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" default="1" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Group()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Label> getLabel()
      Gets the value of the label property.
      java.math.BigInteger getPosition()
      Gets the value of the position property.
      java.util.List<Property> getProperties()
      Gets the value of the property property.
      java.lang.String getQualifier()
      Gets the value of the qualifier property.
      boolean isInitiallyOpened()
      Gets the value of the initiallyOpened property.
      boolean isShowIfEmpty()
      Gets the value of the showIfEmpty property.
      boolean isShowInCreateMode()
      Gets the value of the showInCreateMode property.
      boolean isTabbed()
      Gets the value of the tabbed property.
      boolean isVisible()
      Gets the value of the visible property.
      void setInitiallyOpened​(java.lang.Boolean value)
      Sets the value of the initiallyOpened 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 setShowIfEmpty​(java.lang.Boolean value)
      Sets the value of the showIfEmpty property.
      void setShowInCreateMode​(java.lang.Boolean value)
      Sets the value of the showInCreateMode property.
      void setTabbed​(java.lang.Boolean value)
      Sets the value of the tabbed 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.util.List<Label> label
      • property

        protected java.util.List<Property> property
      • qualifier

        protected java.lang.String qualifier
      • visible

        protected java.lang.Boolean visible
      • tabbed

        protected java.lang.Boolean tabbed
      • initiallyOpened

        protected java.lang.Boolean initiallyOpened
      • showIfEmpty

        protected java.lang.Boolean showIfEmpty
      • showInCreateMode

        protected java.lang.Boolean showInCreateMode
      • position

        protected java.math.BigInteger position
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getLabel

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

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

         getLabel().add(newItem);
         

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

      • getProperties

        public java.util.List<Property> getProperties()
        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 Property

      • 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
      • isTabbed

        public boolean isTabbed()
        Gets the value of the tabbed property.
        Returns:
        possible object is Boolean
      • setTabbed

        public void setTabbed​(java.lang.Boolean value)
        Sets the value of the tabbed property.
        Parameters:
        value - allowed object is Boolean
      • isInitiallyOpened

        public boolean isInitiallyOpened()
        Gets the value of the initiallyOpened property.
        Returns:
        possible object is Boolean
      • setInitiallyOpened

        public void setInitiallyOpened​(java.lang.Boolean value)
        Sets the value of the initiallyOpened property.
        Parameters:
        value - allowed object is Boolean
      • isShowIfEmpty

        public boolean isShowIfEmpty()
        Gets the value of the showIfEmpty property.
        Returns:
        possible object is Boolean
      • setShowIfEmpty

        public void setShowIfEmpty​(java.lang.Boolean value)
        Sets the value of the showIfEmpty property.
        Parameters:
        value - allowed object is Boolean
      • isShowInCreateMode

        public boolean isShowInCreateMode()
        Gets the value of the showInCreateMode property.
        Returns:
        possible object is Boolean
      • setShowInCreateMode

        public void setShowInCreateMode​(java.lang.Boolean value)
        Sets the value of the showInCreateMode 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