Package gov.nasa.arc.pds.xml.generated
Class TableCharacter
java.lang.Object
gov.nasa.arc.pds.xml.generated.ByteStream
gov.nasa.arc.pds.xml.generated.TableBase
gov.nasa.arc.pds.xml.generated.TableCharacter
- Direct Known Subclasses:
- TransferManifest
public class TableCharacter extends TableBase
The Table Character class is an extension of
         table base and defines a simple character
         table.
 
 
Java class for Table_Character complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="Table_Character">
   <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"/>
         <element name="Uniformly_Sampled" type="{http://pds.nasa.gov/pds4/pds/v1}Uniformly_Sampled" minOccurs="0"/>
         <element name="Record_Character" type="{http://pds.nasa.gov/pds4/pds/v1}Record_Character"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 - 
Field SummaryFields Modifier and Type Field Description protected RecordCharacterrecordCharacterprotected StringrecordDelimiterprotected UniformlySampleduniformlySampledFields inherited from class gov.nasa.arc.pds.xml.generated.TableBasedescription, offset, recordsFields inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamlocalIdentifier, md5Checksum, name
- 
Constructor SummaryConstructors Constructor Description TableCharacter()
- 
Method SummaryModifier and Type Method Description RecordCharactergetRecordCharacter()Gets the value of the recordCharacter property.StringgetRecordDelimiter()Gets the value of the recordDelimiter property.UniformlySampledgetUniformlySampled()Gets the value of the uniformlySampled property.voidsetRecordCharacter(RecordCharacter value)Sets the value of the recordCharacter property.voidsetRecordDelimiter(String value)Sets the value of the recordDelimiter property.voidsetUniformlySampled(UniformlySampled value)Sets the value of the uniformlySampled property.Methods inherited from class gov.nasa.arc.pds.xml.generated.TableBasegetDescription, getOffset, getRecords, setDescription, setOffset, setRecordsMethods inherited from class gov.nasa.arc.pds.xml.generated.ByteStreamgetLocalIdentifier, getMd5Checksum, getName, setLocalIdentifier, setMd5Checksum, setName
- 
Field Details- 
recordDelimiter
- 
uniformlySampled
- 
recordCharacter
 
- 
- 
Constructor Details- 
TableCharacterpublic TableCharacter()
 
- 
- 
Method Details- 
getRecordDelimiterGets the value of the recordDelimiter property.- Returns:
- possible object is
     String
 
- 
setRecordDelimiterSets the value of the recordDelimiter property.- Parameters:
- value- allowed object is- String
 
- 
getUniformlySampledGets the value of the uniformlySampled property.- Returns:
- possible object is
     UniformlySampled
 
- 
setUniformlySampledSets the value of the uniformlySampled property.- Parameters:
- value- allowed object is- UniformlySampled
 
- 
getRecordCharacterGets the value of the recordCharacter property.- Returns:
- possible object is
     RecordCharacter
 
- 
setRecordCharacterSets the value of the recordCharacter property.- Parameters:
- value- allowed object is- RecordCharacter
 
 
-