cfa.vo.sed.io.jaxb
Interface ArrayOfFieldType

All Known Implementing Classes:
ArrayOfFieldTypeImpl

public interface ArrayOfFieldType

Java content class for arrayOfFieldType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/data/NVO/staff/mccusker/schema/specxml2-1.01b.xsd line 196)

 <complexType name="arrayOfFieldType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Field" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}fieldType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getField()
          Gets the value of the Field property.
 boolean isSetField()
           
 void unsetField()
           
 

Method Detail

getField

java.util.List getField()
Gets the value of the Field 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 Field property.

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

    getField().add(newItem);
 

Objects of the following type(s) are allowed in the list null FieldType


isSetField

boolean isSetField()

unsetField

void unsetField()