Package gov.nasa.arc.pds.xml.generated
Class GroupFieldDelimited
- java.lang.Object
- 
- gov.nasa.arc.pds.xml.generated.Group
- 
- gov.nasa.arc.pds.xml.generated.GroupFieldDelimited
 
 
- 
 public class GroupFieldDelimited extends Group The Field_Group_Delimited class allows a group of delimited fields.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>
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<java.lang.Object>fieldDelimitedsAndGroupFieldDelimiteds- 
Fields inherited from class gov.nasa.arc.pds.xml.generated.Groupdescription, fields, groupNumber, groups, name, repetitions
 
- 
 - 
Constructor SummaryConstructors Constructor Description GroupFieldDelimited()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>getFieldDelimitedsAndGroupFieldDelimiteds()Gets the value of the fieldDelimitedsAndGroupFieldDelimiteds property.- 
Methods inherited from class gov.nasa.arc.pds.xml.generated.GroupgetDescription, getFields, getGroupNumber, getGroups, getName, getRepetitions, setDescription, setFields, setGroupNumber, setGroups, setName, setRepetitions
 
- 
 
- 
- 
- 
Method Detail- 
getFieldDelimitedsAndGroupFieldDelimitedspublic java.util.List<java.lang.Object> getFieldDelimitedsAndGroupFieldDelimiteds() Gets the value of the fieldDelimitedsAndGroupFieldDelimiteds 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 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 FieldDelimitedGroupFieldDelimited- Returns:
- The value of the fieldDelimitedsAndGroupFieldDelimiteds property.
 
 
- 
 
-