Class ReferenceType


  • public class ReferenceType
    extends java.lang.Object

    Java class for ReferenceType complex type.

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

     <complexType name="ReferenceType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <group ref="{}TableGroup"/>
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ReferenceType

        public ReferenceType()
    • Method Detail

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