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

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

public class RecordDelimited
extends Record

The Record_Delimited class is a component of the delimited table (spreadsheet) class and defines a record of the delimited table.

Java class for Record_Delimited complex type.

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

 <complexType name="Record_Delimited">
   <complexContent>
     <extension base="{http://pds.nasa.gov/pds4/pds/v1}Record">
       <sequence>
         <element name="maximum_record_length" type="{http://pds.nasa.gov/pds4/pds/v1}maximum_record_length" minOccurs="0"/>
         <choice maxOccurs="unbounded">
           <element name="Field_Delimited" type="{http://pds.nasa.gov/pds4/pds/v1}Field_Delimited"/>
           <element name="Group_Field_Delimited" type="{http://pds.nasa.gov/pds4/pds/v1}Group_Field_Delimited"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> fieldDelimitedsAndGroupFieldDelimiteds
           
protected  MaximumRecordLength maximumRecordLength
           
 
Fields inherited from class gov.nasa.arc.pds.xml.generated.Record
fields, groups
 
Constructor Summary
RecordDelimited()
           
 
Method Summary
 List<Object> getFieldDelimitedsAndGroupFieldDelimiteds()
          Gets the value of the fieldDelimitedsAndGroupFieldDelimiteds property.
 MaximumRecordLength getMaximumRecordLength()
          Gets the value of the maximumRecordLength property.
 void setMaximumRecordLength(MaximumRecordLength value)
          Sets the value of the maximumRecordLength 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

maximumRecordLength

protected MaximumRecordLength maximumRecordLength

fieldDelimitedsAndGroupFieldDelimiteds

protected List<Object> fieldDelimitedsAndGroupFieldDelimiteds
Constructor Detail

RecordDelimited

public RecordDelimited()
Method Detail

getMaximumRecordLength

public MaximumRecordLength getMaximumRecordLength()
Gets the value of the maximumRecordLength property.

Returns:
possible object is MaximumRecordLength

setMaximumRecordLength

public void setMaximumRecordLength(MaximumRecordLength value)
Sets the value of the maximumRecordLength property.

Parameters:
value - allowed object is MaximumRecordLength

getFieldDelimitedsAndGroupFieldDelimiteds

public List<Object> getFieldDelimitedsAndGroupFieldDelimiteds()
Gets the value of the fieldDelimitedsAndGroupFieldDelimiteds 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 fieldDelimitedsAndGroupFieldDelimiteds property.

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

    getFieldDelimitedsAndGroupFieldDelimiteds().add(newItem);
 

Objects of the following type(s) are allowed in the list GroupFieldDelimited FieldDelimited



Copyright © 2014. All Rights Reserved.