gov.nasa.arc.pds.xml.generated
Class TableCharacter

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.ByteStream
      extended by gov.nasa.arc.pds.xml.generated.TableBase
          extended by 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 Summary
protected  RecordCharacter recordCharacter
           
protected  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, name
 
Constructor Summary
TableCharacter()
           
 
Method Summary
 RecordCharacter getRecordCharacter()
          Gets the value of the recordCharacter property.
 String getRecordDelimiter()
          Gets the value of the recordDelimiter property.
 UniformlySampled getUniformlySampled()
          Gets the value of the uniformlySampled property.
 void setRecordCharacter(RecordCharacter value)
          Sets the value of the recordCharacter property.
 void setRecordDelimiter(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, getName, setLocalIdentifier, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recordDelimiter

protected String recordDelimiter

uniformlySampled

protected UniformlySampled uniformlySampled

recordCharacter

protected RecordCharacter recordCharacter
Constructor Detail

TableCharacter

public TableCharacter()
Method Detail

getRecordDelimiter

public String getRecordDelimiter()
Gets the value of the recordDelimiter property.

Returns:
possible object is String

setRecordDelimiter

public void setRecordDelimiter(String value)
Sets the value of the recordDelimiter property.

Parameters:
value - allowed object is String

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 is UniformlySampled

getRecordCharacter

public RecordCharacter getRecordCharacter()
Gets the value of the recordCharacter property.

Returns:
possible object is RecordCharacter

setRecordCharacter

public void setRecordCharacter(RecordCharacter value)
Sets the value of the recordCharacter property.

Parameters:
value - allowed object is RecordCharacter


Copyright © 2014. All Rights Reserved.