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, parsingStandardId
localIdentifier, 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, setParsingStandardId
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
protected BigInteger records
protected String recordDelimiter
protected String fieldDelimiter
protected UniformlySampled uniformlySampled
protected RecordDelimited recordDelimited
public BigInteger getRecords()
BigInteger
public void setRecords(BigInteger value)
value
- allowed object is
BigInteger
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
Copyright © 2010–2018 Planetary Data System. All rights reserved.