public class GroupFieldDelimited extends Group
Java class for Group_Field_Delimited complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Group_Field_Delimited">
<complexContent>
<extension base="{http://pds.nasa.gov/pds4/pds/v1}Group">
<sequence>
<choice maxOccurs="unbounded">
<element name="Field_Delimited" type="{http://pds.nasa.gov/pds4/pds/v1}Field_Delimited"/>
<element name="Group_Field_Delimited" type="{http://pds.nasa.gov/pds4/pds/v1}Group_Field_Delimited"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
fieldDelimitedsAndGroupFieldDelimiteds |
description, fields, groupNumber, groups, name, repetitions| Constructor and Description |
|---|
GroupFieldDelimited() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getFieldDelimitedsAndGroupFieldDelimiteds()
Gets the value of the fieldDelimitedsAndGroupFieldDelimiteds property.
|
getDescription, getFields, getGroupNumber, getGroups, getName, getRepetitions, setDescription, setFields, setGroupNumber, setGroups, setName, setRepetitionsprotected java.util.List<java.lang.Object> fieldDelimitedsAndGroupFieldDelimiteds
public java.util.List<java.lang.Object> getFieldDelimitedsAndGroupFieldDelimiteds()
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 fieldDelimitedsAndGroupFieldDelimiteds property.
For example, to add a new item, do as follows:
getFieldDelimitedsAndGroupFieldDelimiteds().add(newItem);
Objects of the following type(s) are allowed in the list
FieldDelimited
GroupFieldDelimited
Copyright © 2022 Planetary Data System. All rights reserved.