|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.TableBase
public class TableBase
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}ASCII_Text_Preserved" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
description
|
protected Offset |
offset
|
protected int |
records
|
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream |
---|
localIdentifier, name |
Constructor Summary | |
---|---|
TableBase()
|
Method Summary | |
---|---|
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. |
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream |
---|
getLocalIdentifier, getName, setLocalIdentifier, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Offset offset
protected int records
protected String description
Constructor Detail |
---|
public TableBase()
Method Detail |
---|
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
public void setDescription(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |