|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.arc.pds.xml.generated.Group
gov.nasa.arc.pds.xml.generated.GroupFieldBinary
public class GroupFieldBinary
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 Summary | |
---|---|
protected List<Object> |
fieldBinariesAndGroupFieldBinaries
|
protected GroupLength |
groupLength
|
protected GroupLocation |
groupLocation
|
Fields inherited from class gov.nasa.arc.pds.xml.generated.Group |
---|
fields, groupNumber, groups, repetitions |
Constructor Summary | |
---|---|
GroupFieldBinary()
|
Method Summary | |
---|---|
List<Object> |
getFieldBinariesAndGroupFieldBinaries()
Gets the value of the fieldBinariesAndGroupFieldBinaries property. |
GroupLength |
getGroupLength()
Gets the value of the groupLength property. |
GroupLocation |
getGroupLocation()
Gets the value of the groupLocation property. |
void |
setGroupLength(GroupLength value)
Sets the value of the groupLength property. |
void |
setGroupLocation(GroupLocation value)
Sets the value of the groupLocation property. |
Methods inherited from class gov.nasa.arc.pds.xml.generated.Group |
---|
getFields, getGroupNumber, getGroups, getRepetitions, setFields, setGroupNumber, setGroups, setRepetitions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected GroupLocation groupLocation
protected GroupLength groupLength
protected List<Object> fieldBinariesAndGroupFieldBinaries
Constructor Detail |
---|
public GroupFieldBinary()
Method Detail |
---|
public GroupLocation getGroupLocation()
GroupLocation
public void setGroupLocation(GroupLocation value)
value
- allowed object is
GroupLocation
public GroupLength getGroupLength()
GroupLength
public void setGroupLength(GroupLength value)
value
- allowed object is
GroupLength
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |