Class DataGroup


  • public class DataGroup
    extends java.lang.Object

    Java class for dataGroup complex type.

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

     <complexType name="dataGroup">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="cols" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="rows" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="layout" type="{}layoutType"/>
             <element name="title" type="{}i18nStringType" minOccurs="0"/>
             <element name="alignment" type="{}dataGroupAlignment" minOccurs="0"/>
             <element name="stretch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="hideEmptyRows" type="{}hideEmptyRows" minOccurs="0"/>
             <element name="compactDirection" type="{}compactDirection" minOccurs="0"/>
             <element name="dataRef" type="{}dataRef" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • id

        protected java.lang.String id
      • cols

        protected java.lang.Integer cols
      • rows

        protected java.lang.Integer rows
      • stretch

        protected java.lang.Boolean stretch
      • dataRef

        protected java.util.List<DataRef> dataRef
    • Constructor Detail

      • DataGroup

        public DataGroup()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getCols

        public java.lang.Integer getCols()
        Gets the value of the cols property.
        Returns:
        possible object is Integer
      • setCols

        public void setCols​(java.lang.Integer value)
        Sets the value of the cols property.
        Parameters:
        value - allowed object is Integer
      • getRows

        public java.lang.Integer getRows()
        Gets the value of the rows property.
        Returns:
        possible object is Integer
      • setRows

        public void setRows​(java.lang.Integer value)
        Sets the value of the rows property.
        Parameters:
        value - allowed object is Integer
      • getLayout

        public LayoutType getLayout()
        Gets the value of the layout property.
        Returns:
        possible object is LayoutType
      • setLayout

        public void setLayout​(LayoutType value)
        Sets the value of the layout property.
        Parameters:
        value - allowed object is LayoutType
      • setTitle

        public void setTitle​(I18NStringType value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is I18NStringType
      • isStretch

        public java.lang.Boolean isStretch()
        Gets the value of the stretch property.
        Returns:
        possible object is Boolean
      • setStretch

        public void setStretch​(java.lang.Boolean value)
        Sets the value of the stretch property.
        Parameters:
        value - allowed object is Boolean
      • getHideEmptyRows

        public HideEmptyRows getHideEmptyRows()
        Gets the value of the hideEmptyRows property.
        Returns:
        possible object is HideEmptyRows
      • setHideEmptyRows

        public void setHideEmptyRows​(HideEmptyRows value)
        Sets the value of the hideEmptyRows property.
        Parameters:
        value - allowed object is HideEmptyRows
      • getCompactDirection

        public CompactDirection getCompactDirection()
        Gets the value of the compactDirection property.
        Returns:
        possible object is CompactDirection
      • setCompactDirection

        public void setCompactDirection​(CompactDirection value)
        Sets the value of the compactDirection property.
        Parameters:
        value - allowed object is CompactDirection
      • getDataRef

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

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

            getDataRef().add(newItem);
         

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