|
||||||||||
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.ParsableByteStream
gov.nasa.arc.pds.xml.generated.TableDelimited
public class TableDelimited
The Table_Delimited class defines a simple table (spreadsheet) with delimited fields and records.
Java class for Table_Delimited complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Table_Delimited"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Parsable_Byte_Stream"> <sequence> <element name="records" type="{http://pds.nasa.gov/pds4/pds/v1}records"/> <element name="record_delimiter" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="field_delimiter" type="{http://pds.nasa.gov/pds4/pds/v1}ASCII_Short_String_Collapsed"/> <element name="Uniformly_Sampled" type="{http://pds.nasa.gov/pds4/pds/v1}Uniformly_Sampled" minOccurs="0"/> <element name="Record_Delimited" type="{http://pds.nasa.gov/pds4/pds/v1}Record_Delimited"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
fieldDelimiter
|
protected RecordDelimited |
recordDelimited
|
protected String |
recordDelimiter
|
protected int |
records
|
protected UniformlySampled |
uniformlySampled
|
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream |
---|
description, objectLength, offset, parsingStandardId |
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream |
---|
localIdentifier, name |
Constructor Summary | |
---|---|
TableDelimited()
|
Method Summary | |
---|---|
String |
getFieldDelimiter()
Gets the value of the fieldDelimiter property. |
RecordDelimited |
getRecordDelimited()
Gets the value of the recordDelimited property. |
String |
getRecordDelimiter()
Gets the value of the recordDelimiter property. |
int |
getRecords()
Gets the value of the records property. |
UniformlySampled |
getUniformlySampled()
Gets the value of the uniformlySampled property. |
void |
setFieldDelimiter(String value)
Sets the value of the fieldDelimiter property. |
void |
setRecordDelimited(RecordDelimited value)
Sets the value of the recordDelimited property. |
void |
setRecordDelimiter(String value)
Sets the value of the recordDelimiter property. |
void |
setRecords(int value)
Sets the value of the records property. |
void |
setUniformlySampled(UniformlySampled value)
Sets the value of the uniformlySampled property. |
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStream |
---|
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId |
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 int records
protected String recordDelimiter
protected String fieldDelimiter
protected UniformlySampled uniformlySampled
protected RecordDelimited recordDelimited
Constructor Detail |
---|
public TableDelimited()
Method Detail |
---|
public int getRecords()
public void setRecords(int value)
public String getRecordDelimiter()
String
public void setRecordDelimiter(String value)
value
- allowed object is
String
public String getFieldDelimiter()
String
public void setFieldDelimiter(String value)
value
- allowed object is
String
public UniformlySampled getUniformlySampled()
UniformlySampled
public void setUniformlySampled(UniformlySampled value)
value
- allowed object is
UniformlySampled
public RecordDelimited getRecordDelimited()
RecordDelimited
public void setRecordDelimited(RecordDelimited value)
value
- allowed object is
RecordDelimited
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |