Package gov.nasa.arc.pds.xml.generated
Class GroupFieldBinary
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Group
- 
- gov.nasa.arc.pds.xml.generated.GroupFieldBinary
 
 
- 
 public class GroupFieldBinary extends Group The Group_Field_Binary class allows a group of table fields.Java class for Group_Field_Binary complex type .The following schema fragment specifies the expected content contained within this class. <complexType name="Group_Field_Binary"> <complexContent> <extension base="{http://pds.nasa.gov/pds4/pds/v1}Group"> <sequence> <element name="group_location" type="{http://pds.nasa.gov/pds4/pds/v1}group_location"/> <element name="group_length" type="{http://pds.nasa.gov/pds4/pds/v1}group_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 GroupLengthgroupLengthprotected GroupLocationgroupLocation- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.Groupdescription, fields, groupNumber, groups, name, repetitions
 
- 
 - 
Constructor SummaryConstructors Constructor Description GroupFieldBinary()
 - 
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.GroupLengthgetGroupLength()Gets the value of the groupLength property.GroupLocationgetGroupLocation()Gets the value of the groupLocation property.voidsetGroupLength(GroupLength value)Sets the value of the groupLength property.voidsetGroupLocation(GroupLocation value)Sets the value of the groupLocation property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.GroupgetDescription, getFields, getGroupNumber, getGroups, getName, getRepetitions, setDescription, setFields, setGroupNumber, setGroups, setName, setRepetitions
 
- 
 
- 
- 
- 
Field Detail- 
groupLocationprotected GroupLocation groupLocation 
 - 
groupLengthprotected GroupLength groupLength 
 - 
fieldBinariesAndGroupFieldBinariesprotected java.util.List<java.lang.Object> fieldBinariesAndGroupFieldBinaries 
 
- 
 - 
Method Detail- 
getGroupLocationpublic GroupLocation getGroupLocation() Gets the value of the groupLocation property.- Returns:
- possible object is
     GroupLocation
 
 - 
setGroupLocationpublic void setGroupLocation(GroupLocation value) Sets the value of the groupLocation property.- Parameters:
- value- allowed object is- GroupLocation
 
 - 
getGroupLengthpublic GroupLength getGroupLength() Gets the value of the groupLength property.- Returns:
- possible object is
     GroupLength
 
 - 
setGroupLengthpublic void setGroupLength(GroupLength value) Sets the value of the groupLength property.- Parameters:
- value- allowed object is- GroupLength
 
 - 
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.
 
 
- 
 
-