public class TableDelimited extends ParsableByteStream
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}record_delimiter"/>
<element name="field_delimiter" type="{http://pds.nasa.gov/pds4/pds/v1}field_delimiter"/>
<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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
fieldDelimiter |
protected RecordDelimited |
recordDelimited |
protected java.lang.String |
recordDelimiter |
protected java.math.BigInteger |
records |
protected UniformlySampled |
uniformlySampled |
description, objectLength, offset, parsingStandardIdlocalIdentifier, md5Checksum, name| Constructor and Description |
|---|
TableDelimited() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldDelimiter()
Gets the value of the fieldDelimiter property.
|
RecordDelimited |
getRecordDelimited()
Gets the value of the recordDelimited property.
|
java.lang.String |
getRecordDelimiter()
Gets the value of the recordDelimiter property.
|
java.math.BigInteger |
getRecords()
Gets the value of the records property.
|
UniformlySampled |
getUniformlySampled()
Gets the value of the uniformlySampled property.
|
void |
setFieldDelimiter(java.lang.String value)
Sets the value of the fieldDelimiter property.
|
void |
setRecordDelimited(RecordDelimited value)
Sets the value of the recordDelimited property.
|
void |
setRecordDelimiter(java.lang.String value)
Sets the value of the recordDelimiter property.
|
void |
setRecords(java.math.BigInteger value)
Sets the value of the records property.
|
void |
setUniformlySampled(UniformlySampled value)
Sets the value of the uniformlySampled property.
|
getDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardIdgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setNameprotected java.math.BigInteger records
protected java.lang.String recordDelimiter
protected java.lang.String fieldDelimiter
protected UniformlySampled uniformlySampled
protected RecordDelimited recordDelimited
public java.math.BigInteger getRecords()
BigIntegerpublic void setRecords(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getRecordDelimiter()
Stringpublic void setRecordDelimiter(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFieldDelimiter()
Stringpublic void setFieldDelimiter(java.lang.String value)
value - allowed object is
Stringpublic UniformlySampled getUniformlySampled()
UniformlySampledpublic void setUniformlySampled(UniformlySampled value)
value - allowed object is
UniformlySampledpublic RecordDelimited getRecordDelimited()
RecordDelimitedpublic void setRecordDelimited(RecordDelimited value)
value - allowed object is
RecordDelimitedCopyright © 2023 Planetary Data System. All rights reserved.