public class TableBase extends ByteStream
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Offset |
offset |
protected BigInteger |
records |
localIdentifier, md5Checksum, name| Constructor and Description |
|---|
TableBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Offset |
getOffset()
Gets the value of the offset property.
|
BigInteger |
getRecords()
Gets the value of the records property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setOffset(Offset value)
Sets the value of the offset property.
|
void |
setRecords(BigInteger value)
Sets the value of the records property.
|
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setNameprotected Offset offset
protected BigInteger records
protected String description
public Offset getOffset()
Offsetpublic void setOffset(Offset value)
value - allowed object is
Offsetpublic BigInteger getRecords()
BigIntegerpublic void setRecords(BigInteger value)
value - allowed object is
BigIntegerpublic String getDescription()
StringCopyright © 2021. All rights reserved.