cfa.vo.sed.io.jaxb
Interface ArrayOfParamType

All Known Implementing Classes:
ArrayOfParamTypeImpl

public interface ArrayOfParamType

Java content class for arrayOfParamType 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 500)

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


Method Summary
 java.util.List getParam()
          Gets the value of the Param property.
 boolean isSetParam()
           
 void unsetParam()
           
 

Method Detail

getParam

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

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

    getParam().add(newItem);
 

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


isSetParam

boolean isSetParam()

unsetParam

void unsetParam()