net.ivoa.xml.stc.stc_v1_30
Class PixelCoordsType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordsType
          extended by net.ivoa.xml.stc.stc_v1_30.PixelCoordsType

public class PixelCoordsType
extends CoordsType

The pixel coordinates type

Java class for pixelCoordsType complex type.

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

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


Field Summary
protected  java.util.List<javax.xml.bind.JAXBElement<? extends CoordinateType>> pixel
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordsType
coordSystemId, genCoordinate
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
PixelCoordsType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<? extends CoordinateType>> getPixel()
          Gets the value of the pixel property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordsType
getCoordSystemId, getGenCoordinate, 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

pixel

protected java.util.List<javax.xml.bind.JAXBElement<? extends CoordinateType>> pixel
Constructor Detail

PixelCoordsType

public PixelCoordsType()
Method Detail

getPixel

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

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

    getPixel().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<PixelVector3CoordinateType> JAXBElement<PixelVector1CoordinateType> JAXBElement<PixelVector2CoordinateType> JAXBElement<CoordinateType>



Copyright © 2011 VAMDC. All Rights Reserved.