cfa.vo.sed.io.jaxb
Interface ArrayOfPointType

All Superinterfaces:
ArrayOfGenPointType
All Known Subinterfaces:
ArrayOfPoint
All Known Implementing Classes:
ArrayOfPointImpl, ArrayOfPointTypeImpl

public interface ArrayOfPointType
extends ArrayOfGenPointType

Java content class for arrayOfPointType 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 213)

 <complexType name="arrayOfPointType">
   <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}pointType" 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 PointType null


isSetPoint

boolean isSetPoint()

unsetPoint

void unsetPoint()