Package gov.nasa.arc.pds.xml.generated
Class RecordBinary
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Record
- 
- gov.nasa.arc.pds.xml.generated.RecordBinary
 
 
- 
 public class RecordBinary extends Record The Record_Binary class is a component of the table class and defines a record of the table.Java class for Record_Binary complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Record_Binary"> <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_Binary" type="{http://pds.nasa.gov/pds4/pds/v1}Field_Binary"/> <element name="Group_Field_Binary" type="{http://pds.nasa.gov/pds4/pds/v1}Group_Field_Binary"/> </choice> </sequence> </extension> </complexContent> </complexType>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<java.lang.Object>fieldBinariesAndGroupFieldBinariesprotected RecordLengthrecordLength
 - 
Constructor SummaryConstructors Constructor Description RecordBinary()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getFieldBinariesAndGroupFieldBinaries()Gets the value of the fieldBinariesAndGroupFieldBinaries property.RecordLengthgetRecordLength()Gets the value of the recordLength property.voidsetRecordLength(RecordLength value)Sets the value of the recordLength property.
 
- 
- 
- 
Field Detail- 
recordLengthprotected RecordLength recordLength 
 - 
fieldBinariesAndGroupFieldBinariesprotected java.util.List<java.lang.Object> fieldBinariesAndGroupFieldBinaries 
 
- 
 - 
Method Detail- 
getRecordLengthpublic RecordLength getRecordLength() Gets the value of the recordLength property.- Returns:
- possible object is
     RecordLength
 
 - 
setRecordLengthpublic void setRecordLength(RecordLength value) Sets the value of the recordLength property.- Parameters:
- value- allowed object is- RecordLength
 
 - 
getFieldBinariesAndGroupFieldBinariespublic java.util.List<java.lang.Object> getFieldBinariesAndGroupFieldBinaries() Gets the value of the fieldBinariesAndGroupFieldBinaries 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 setmethod for the fieldBinariesAndGroupFieldBinaries property.For example, to add a new item, do as follows: getFieldBinariesAndGroupFieldBinaries().add(newItem); Objects of the following type(s) are allowed in the list FieldBinaryGroupFieldBinary- Returns:
- The value of the fieldBinariesAndGroupFieldBinaries property.
 
 
- 
 
-