Package gov.nasa.arc.pds.xml.generated
Class TableBase
java.lang.Object
gov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.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 SummaryFields Modifier and Type Field Description protected Stringdescriptionprotected Offsetoffsetprotected BigIntegerrecordsFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
- 
Constructor SummaryConstructors Constructor Description TableBase()
- 
Method SummaryModifier and Type Method Description StringgetDescription()Gets the value of the description property.OffsetgetOffset()Gets the value of the offset property.BigIntegergetRecords()Gets the value of the records property.voidsetDescription(String value)Sets the value of the description property.voidsetOffset(Offset value)Sets the value of the offset property.voidsetRecords(BigInteger value)Sets the value of the records property.Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
- 
Field Details- 
offset
- 
records
- 
description
 
- 
- 
Constructor Details- 
TableBasepublic TableBase()
 
- 
- 
Method Details- 
getOffsetGets the value of the offset property.- Returns:
- possible object is
     Offset
 
- 
setOffsetSets the value of the offset property.- Parameters:
- value- allowed object is- Offset
 
- 
getRecordsGets the value of the records property.- Returns:
- possible object is
     BigInteger
 
- 
setRecordsSets the value of the records property.- Parameters:
- value- allowed object is- BigInteger
 
- 
getDescriptionGets the value of the description property.- Returns:
- possible object is
     String
 
- 
setDescriptionSets the value of the description property.- Parameters:
- value- allowed object is- String
 
 
-