Package gov.nasa.arc.pds.xml.generated
Class TableDelimited
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.ByteStream
- 
- gov.nasa.arc.pds.xml.generated.ParsableByteStream
- 
- gov.nasa.arc.pds.xml.generated.TableDelimited
 
 
 
- 
- Direct Known Subclasses:
- Inventory,- ManifestSIPDeepArchive,- TableDelimitedSourceProductExternal,- TableDelimitedSourceProductInternal
 
 public class TableDelimited extends ParsableByteStream The Table_Delimited class defines a simple table (spreadsheet) with delimited fields and records.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringfieldDelimiterprotected RecordDelimitedrecordDelimitedprotected java.lang.StringrecordDelimiterprotected java.math.BigIntegerrecordsprotected UniformlySampleduniformlySampled- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamdescription, objectLength, offset, parsingStandardId
 - 
Fields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
 
- 
 - 
Constructor SummaryConstructors Constructor Description TableDelimited()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFieldDelimiter()Gets the value of the fieldDelimiter property.RecordDelimitedgetRecordDelimited()Gets the value of the recordDelimited property.java.lang.StringgetRecordDelimiter()Gets the value of the recordDelimiter property.java.math.BigIntegergetRecords()Gets the value of the records property.UniformlySampledgetUniformlySampled()Gets the value of the uniformlySampled property.voidsetFieldDelimiter(java.lang.String value)Sets the value of the fieldDelimiter property.voidsetRecordDelimited(RecordDelimited value)Sets the value of the recordDelimited property.voidsetRecordDelimiter(java.lang.String value)Sets the value of the recordDelimiter property.voidsetRecords(java.math.BigInteger value)Sets the value of the records property.voidsetUniformlySampled(UniformlySampled value)Sets the value of the uniformlySampled property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ParsableByteStreamgetDescription, getObjectLength, getOffset, getParsingStandardId, setDescription, setObjectLength, setOffset, setParsingStandardId
 - 
Methods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
 
- 
 
- 
- 
- 
Field Detail- 
recordsprotected java.math.BigInteger records 
 - 
recordDelimiterprotected java.lang.String recordDelimiter 
 - 
fieldDelimiterprotected java.lang.String fieldDelimiter 
 - 
uniformlySampledprotected UniformlySampled uniformlySampled 
 - 
recordDelimitedprotected RecordDelimited recordDelimited 
 
- 
 - 
Method Detail- 
getRecordspublic java.math.BigInteger getRecords() Gets the value of the records property.- Returns:
- possible object is
     BigInteger
 
 - 
setRecordspublic void setRecords(java.math.BigInteger value) Sets the value of the records property.- Parameters:
- value- allowed object is- BigInteger
 
 - 
getRecordDelimiterpublic java.lang.String getRecordDelimiter() Gets the value of the recordDelimiter property.- Returns:
- possible object is
     String
 
 - 
setRecordDelimiterpublic void setRecordDelimiter(java.lang.String value) Sets the value of the recordDelimiter property.- Parameters:
- value- allowed object is- String
 
 - 
getFieldDelimiterpublic java.lang.String getFieldDelimiter() Gets the value of the fieldDelimiter property.- Returns:
- possible object is
     String
 
 - 
setFieldDelimiterpublic void setFieldDelimiter(java.lang.String value) Sets the value of the fieldDelimiter property.- Parameters:
- value- allowed object is- String
 
 - 
getUniformlySampledpublic UniformlySampled getUniformlySampled() Gets the value of the uniformlySampled property.- Returns:
- possible object is
     UniformlySampled
 
 - 
setUniformlySampledpublic void setUniformlySampled(UniformlySampled value) Sets the value of the uniformlySampled property.- Parameters:
- value- allowed object is- UniformlySampled
 
 - 
getRecordDelimitedpublic RecordDelimited getRecordDelimited() Gets the value of the recordDelimited property.- Returns:
- possible object is
     RecordDelimited
 
 - 
setRecordDelimitedpublic void setRecordDelimited(RecordDelimited value) Sets the value of the recordDelimited property.- Parameters:
- value- allowed object is- RecordDelimited
 
 
- 
 
-