public class TableBinary extends TableBase
Java class for Table_Binary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Table_Binary">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Table_Base">
<sequence>
<element name="record_delimiter" type="{http://pds.nasa.gov/pds4/pds/v1}record_delimiter" minOccurs="0"/>
<element name="Uniformly_Sampled" type="{http://pds.nasa.gov/pds4/pds/v1}Uniformly_Sampled" minOccurs="0"/>
<element name="Record_Binary" type="{http://pds.nasa.gov/pds4/pds/v1}Record_Binary"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RecordBinary |
recordBinary |
protected java.lang.String |
recordDelimiter |
protected UniformlySampled |
uniformlySampled |
description, offset, recordslocalIdentifier, md5Checksum, name| Constructor and Description |
|---|
TableBinary() |
| Modifier and Type | Method and Description |
|---|---|
RecordBinary |
getRecordBinary()
Gets the value of the recordBinary property.
|
java.lang.String |
getRecordDelimiter()
Gets the value of the recordDelimiter property.
|
UniformlySampled |
getUniformlySampled()
Gets the value of the uniformlySampled property.
|
void |
setRecordBinary(RecordBinary value)
Sets the value of the recordBinary property.
|
void |
setRecordDelimiter(java.lang.String value)
Sets the value of the recordDelimiter property.
|
void |
setUniformlySampled(UniformlySampled value)
Sets the value of the uniformlySampled property.
|
getDescription, getOffset, getRecords, setDescription, setOffset, setRecordsgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setNameprotected java.lang.String recordDelimiter
protected UniformlySampled uniformlySampled
protected RecordBinary recordBinary
public java.lang.String getRecordDelimiter()
Stringpublic void setRecordDelimiter(java.lang.String value)
value - allowed object is
Stringpublic UniformlySampled getUniformlySampled()
UniformlySampledpublic void setUniformlySampled(UniformlySampled value)
value - allowed object is
UniformlySampledpublic RecordBinary getRecordBinary()
RecordBinarypublic void setRecordBinary(RecordBinary value)
value - allowed object is
RecordBinaryCopyright © 2023 Planetary Data System. All rights reserved.