Package gov.nasa.arc.pds.xml.generated
Class TableBinary
- java.lang.Object
-
- gov.nasa.arc.pds.xml.generated.ByteStream
-
- gov.nasa.arc.pds.xml.generated.TableBase
-
- gov.nasa.arc.pds.xml.generated.TableBinary
-
public class TableBinary extends TableBase
The Table Binary class is an extension of table base and defines a simple binary table.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected RecordBinary
recordBinary
protected java.lang.String
recordDelimiter
protected UniformlySampled
uniformlySampled
-
Fields inherited from class gov.nasa.arc.pds.xml.generated.TableBase
description, offset, records
-
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
localIdentifier, md5Checksum, name
-
-
Constructor Summary
Constructors Constructor Description TableBinary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class gov.nasa.arc.pds.xml.generated.TableBase
getDescription, getOffset, getRecords, setDescription, setOffset, setRecords
-
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStream
getLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
-
-
-
-
Field Detail
-
recordDelimiter
protected java.lang.String recordDelimiter
-
uniformlySampled
protected UniformlySampled uniformlySampled
-
recordBinary
protected RecordBinary recordBinary
-
-
Method Detail
-
getRecordDelimiter
public java.lang.String getRecordDelimiter()
Gets the value of the recordDelimiter property.- Returns:
- possible object is
String
-
setRecordDelimiter
public void setRecordDelimiter(java.lang.String value)
Sets the value of the recordDelimiter property.- Parameters:
value
- allowed object isString
-
getUniformlySampled
public UniformlySampled getUniformlySampled()
Gets the value of the uniformlySampled property.- Returns:
- possible object is
UniformlySampled
-
setUniformlySampled
public void setUniformlySampled(UniformlySampled value)
Sets the value of the uniformlySampled property.- Parameters:
value
- allowed object isUniformlySampled
-
getRecordBinary
public RecordBinary getRecordBinary()
Gets the value of the recordBinary property.- Returns:
- possible object is
RecordBinary
-
setRecordBinary
public void setRecordBinary(RecordBinary value)
Sets the value of the recordBinary property.- Parameters:
value
- allowed object isRecordBinary
-
-