public class RecordBinary extends Record
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
fieldBinariesAndGroupFieldBinaries |
protected RecordLength |
recordLength |
| Constructor and Description |
|---|
RecordBinary() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getFieldBinariesAndGroupFieldBinaries()
Gets the value of the fieldBinariesAndGroupFieldBinaries property.
|
RecordLength |
getRecordLength()
Gets the value of the recordLength property.
|
void |
setRecordLength(RecordLength value)
Sets the value of the recordLength property.
|
protected RecordLength recordLength
public RecordLength getRecordLength()
RecordLengthpublic void setRecordLength(RecordLength value)
value - allowed object is
RecordLengthpublic List<Object> getFieldBinariesAndGroupFieldBinaries()
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 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
FieldBinary
GroupFieldBinary
Copyright © 2020. All rights reserved.