public class GroupFieldCharacter extends Group
Java class for Group_Field_Character complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Group_Field_Character">
<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_Character" type="{http://pds.nasa.gov/pds4/pds/v1}Field_Character"/>
<element name="Group_Field_Character" type="{http://pds.nasa.gov/pds4/pds/v1}Group_Field_Character"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
fieldCharactersAndGroupFieldCharacters |
protected GroupLength |
groupLength |
protected GroupLocation |
groupLocation |
description, fields, groupNumber, groups, name, repetitions| Constructor and Description |
|---|
GroupFieldCharacter() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getFieldCharactersAndGroupFieldCharacters()
Gets the value of the fieldCharactersAndGroupFieldCharacters 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.
|
getDescription, getFields, getGroupNumber, getGroups, getName, getRepetitions, setDescription, setFields, setGroupNumber, setGroups, setName, setRepetitionsprotected GroupLocation groupLocation
protected GroupLength groupLength
public GroupLocation getGroupLocation()
GroupLocationpublic void setGroupLocation(GroupLocation value)
value - allowed object is
GroupLocationpublic GroupLength getGroupLength()
GroupLengthpublic void setGroupLength(GroupLength value)
value - allowed object is
GroupLengthpublic List<Object> getFieldCharactersAndGroupFieldCharacters()
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 fieldCharactersAndGroupFieldCharacters property.
For example, to add a new item, do as follows:
getFieldCharactersAndGroupFieldCharacters().add(newItem);
Objects of the following type(s) are allowed in the list
FieldCharacter
GroupFieldCharacter
Copyright © 2021. All rights reserved.