Class RowType


  • public class RowType
    extends java.lang.Object

    Java class for RowType complex type.

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

     <complexType name="RowType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="attribute" type="{}AttributeType"/>
             <group ref="{}TableGroup"/>
             <sequence>
               <element name="reference" type="{}ReferenceType" maxOccurs="unbounded"/>
             </sequence>
             <element name="attributes" type="{}AttributesType"/>
           </choice>
           <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • RowType

        public RowType()
    • Method Detail

      • getAttribute

        public AttributeType getAttribute()
        Gets the value of the attribute property.
        Returns:
        possible object is AttributeType
      • setAttribute

        public void setAttribute​(AttributeType value)
        Sets the value of the attribute property.
        Parameters:
        value - allowed object is AttributeType
      • setColumnsTitles

        public void setColumnsTitles​(ColumnsTitlesType value)
        Sets the value of the columnsTitles property.
        Parameters:
        value - allowed object is ColumnsTitlesType
      • setRows

        public void setRows​(TableRowsType value)
        Sets the value of the rows property.
        Parameters:
        value - allowed object is TableRowsType
      • getReference

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

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

            getReference().add(newItem);
         

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

      • getAttributes

        public AttributesType getAttributes()
        Gets the value of the attributes property.
        Returns:
        possible object is AttributesType
      • setAttributes

        public void setAttributes​(AttributesType value)
        Sets the value of the attributes property.
        Parameters:
        value - allowed object is AttributesType
      • getType

        public java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(java.lang.String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getName

        public java.lang.String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

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