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 int |
records |
localIdentifier, 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.
|
int |
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(int value)
Sets the value of the records property.
|
getLocalIdentifier, getName, setLocalIdentifier, setName
protected Offset offset
protected int records
protected String description
public Offset getOffset()
Offset
public void setOffset(Offset value)
value
- allowed object is
Offset
public int getRecords()
public void setRecords(int value)
public String getDescription()
String
Copyright © 2010–2017 Planetary Data System. All rights reserved.