cfa.vo.sed.io.jaxb
Interface ArrayOfFlatPointType

All Superinterfaces:
ArrayOfGenPointType
All Known Subinterfaces:
ArrayOfFlatPoint
All Known Implementing Classes:
ArrayOfFlatPointImpl, ArrayOfFlatPointTypeImpl

public interface ArrayOfFlatPointType
extends ArrayOfGenPointType

Java content class for arrayOfFlatPointType 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 237)

 <complexType name="arrayOfFlatPointType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}arrayOfGenPointType">
       <sequence>
         <element name="Point" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}flatPointType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 java.util.List getPoint()
          Gets the value of the Point property.
 boolean isSetPoint()
           
 void unsetPoint()
           
 

Method Detail

getPoint

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

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

    getPoint().add(newItem);
 

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


isSetPoint

boolean isSetPoint()

unsetPoint

void unsetPoint()