Class TableBase

  • Direct Known Subclasses:
    TableBinary, TableCharacter

    public class TableBase
    extends ByteStream
    The Table Base class defines a heterogeneous repeating record of scalars. The Table Base class is the parent class for all heterogeneous repeating record of scalars.

    Java class for Table_Base complex type

    .

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

    
     <complexType name="Table_Base">
       <complexContent>
         <extension base="{http://pds.nasa.gov/pds4/pds/v1}Byte_Stream">
           <sequence>
             <element name="offset" type="{http://pds.nasa.gov/pds4/pds/v1}offset"/>
             <element name="records" type="{http://pds.nasa.gov/pds4/pds/v1}records"/>
             <element name="description" type="{http://pds.nasa.gov/pds4/pds/v1}description" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • offset

        protected Offset offset
      • records

        protected java.math.BigInteger records
      • description

        protected java.lang.String description
    • Constructor Detail

      • TableBase

        public TableBase()
    • Method Detail

      • getOffset

        public Offset getOffset()
        Gets the value of the offset property.
        Returns:
        possible object is Offset
      • setOffset

        public void setOffset​(Offset value)
        Sets the value of the offset property.
        Parameters:
        value - allowed object is Offset
      • getRecords

        public java.math.BigInteger getRecords()
        Gets the value of the records property.
        Returns:
        possible object is BigInteger
      • setRecords

        public void setRecords​(java.math.BigInteger value)
        Sets the value of the records property.
        Parameters:
        value - allowed object is BigInteger
      • getDescription

        public java.lang.String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

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