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 String |
fieldDelimiter |
protected RecordDelimited |
recordDelimited |
protected String |
recordDelimiter |
protected BigInteger |
records |
protected UniformlySampled |
uniformlySampled |
description, objectLength, offset, parsingStandardIdlocalIdentifier, md5Checksum, name| Constructor and Description |
|---|
TableDelimited() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
BigInteger |
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(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 BigInteger records
protected String recordDelimiter
protected String fieldDelimiter
protected UniformlySampled uniformlySampled
protected RecordDelimited recordDelimited
public BigInteger getRecords()
BigIntegerpublic void setRecords(BigInteger value)
value - allowed object is
BigIntegerpublic String getRecordDelimiter()
Stringpublic void setRecordDelimiter(String value)
value - allowed object is
Stringpublic String getFieldDelimiter()
Stringpublic void setFieldDelimiter(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 © 2020. All rights reserved.