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

java.lang.Object
  extended by gov.nasa.arc.pds.xml.generated.Record
      extended by gov.nasa.arc.pds.xml.generated.RecordCharacter

public class RecordCharacter
extends Record

The Record_Character class is a component of the table class and defines a record of the table.

Java class for Record_Character complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Record_Character">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Record">
       <sequence>
         <element name="record_length" type="{http://pds.nasa.gov/pds4/pds/v1}record_length"/>
         <choice maxOccurs="unbounded">
           <element name="Field_Character" type="{http://pds.nasa.gov/pds4/pds/v1}Field_Character"/>
           <element name="Group_Field_Character" type="{http://pds.nasa.gov/pds4/pds/v1}Group_Field_Character"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> fieldCharactersAndGroupFieldCharacters
           
protected  RecordLength recordLength
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.Record
fields, groups
 
Constructor Summary
RecordCharacter()
           
 
Method Summary
 List<Object> getFieldCharactersAndGroupFieldCharacters()
          Gets the value of the fieldCharactersAndGroupFieldCharacters property.
 RecordLength getRecordLength()
          Gets the value of the recordLength property.
 void setRecordLength(RecordLength value)
          Sets the value of the recordLength property.
 
Methods inherited from class gov.nasa.arc.pds.xml.generated.Record
getFields, getGroups, setFields, setGroups
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recordLength

protected RecordLength recordLength

fieldCharactersAndGroupFieldCharacters

protected List<Object> fieldCharactersAndGroupFieldCharacters
Constructor Detail

RecordCharacter

public RecordCharacter()
Method Detail

getRecordLength

public RecordLength getRecordLength()
Gets the value of the recordLength property.

Returns:
possible object is RecordLength

setRecordLength

public void setRecordLength(RecordLength value)
Sets the value of the recordLength property.

Parameters:
value - allowed object is RecordLength

getFieldCharactersAndGroupFieldCharacters

public List<Object> getFieldCharactersAndGroupFieldCharacters()
Gets the value of the fieldCharactersAndGroupFieldCharacters property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fieldCharactersAndGroupFieldCharacters property.

For example, to add a new item, do as follows:

    getFieldCharactersAndGroupFieldCharacters().add(newItem);
 

Objects of the following type(s) are allowed in the list GroupFieldCharacter FieldCharacter



Copyright © 2014. All Rights Reserved.