net.sf.cobol2j
Class FieldsList

java.lang.Object
  extended by net.sf.cobol2j.FieldsList
Direct Known Subclasses:
FieldsGroup, RecordFormat

public class FieldsList
extends java.lang.Object

Java class for FieldsList complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FieldsList">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="FieldFormat" type="{}FieldFormat" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FieldsGroup" type="{}FieldsGroup" maxOccurs="unbounded" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> fieldFormatOrFieldsGroup
           
 
Constructor Summary
FieldsList()
           
 
Method Summary
 java.util.List<java.lang.Object> getFieldFormatOrFieldsGroup()
          Gets the value of the fieldFormatOrFieldsGroup property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldFormatOrFieldsGroup

protected java.util.List<java.lang.Object> fieldFormatOrFieldsGroup
Constructor Detail

FieldsList

public FieldsList()
Method Detail

getFieldFormatOrFieldsGroup

public java.util.List<java.lang.Object> getFieldFormatOrFieldsGroup()
Gets the value of the fieldFormatOrFieldsGroup 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 set method for the fieldFormatOrFieldsGroup property.

For example, to add a new item, do as follows:

    getFieldFormatOrFieldsGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list FieldsGroup FieldFormat



Copyright © 2009. All Rights Reserved.