net.ivoa.xml.stc.stc_v1_30
Class PixelCoordAreaType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordAreaType
          extended by net.ivoa.xml.stc.stc_v1_30.PixelCoordAreaType

public class PixelCoordAreaType
extends CoordAreaType

Pixel area type

Java class for pixelCoordAreaType complex type.

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

 <complexType name="pixelCoordAreaType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordAreaType">
       <sequence maxOccurs="unbounded" minOccurs="0">
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}PixelCoordInterval"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<? extends CoordIntervalType>> pixelCoordInterval
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordAreaType
coordInterval, coordSystemId
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
PixelCoordAreaType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends CoordIntervalType>> getPixelCoordInterval()
          Gets the value of the pixelCoordInterval property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordAreaType
getCoordInterval, getCoordSystemId, setCoordSystemId
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
getHref, getId, getIdref, getIDREFType, getIDType, getType, getUcd, setHref, setId, setIdref, setIDREFType, setIDType, setType, setUcd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pixelCoordInterval

protected java.util.List<javax.xml.bind.JAXBElement<? extends CoordIntervalType>> pixelCoordInterval
Constructor Detail

PixelCoordAreaType

public PixelCoordAreaType()
Method Detail

getPixelCoordInterval

public java.util.List<javax.xml.bind.JAXBElement<? extends CoordIntervalType>> getPixelCoordInterval()
Gets the value of the pixelCoordInterval 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 pixelCoordInterval property.

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

    getPixelCoordInterval().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Coord3VecIntervalType> JAXBElement<Coord2VecIntervalType> JAXBElement<CoordIntervalType> JAXBElement<CoordScalarIntervalType>



Copyright © 2011 VAMDC. All Rights Reserved.