net.ivoa.xml.stc.stc_v1_30
Class PixelCoordSystemType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordSysType
          extended by net.ivoa.xml.stc.stc_v1_30.PixelCoordSystemType

public class PixelCoordSystemType
extends CoordSysType

The pixel coordinate system definition

Java class for pixelCoordSystemType complex type.

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

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


Field Summary
protected  java.util.List<PixelFrameType> pixelCoordFrame
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordSysType
coordFrame
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
PixelCoordSystemType()
           
 
Method Summary
 java.util.List<PixelFrameType> getPixelCoordFrame()
          Gets the value of the pixelCoordFrame property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordSysType
getCoordFrame
 
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

pixelCoordFrame

protected java.util.List<PixelFrameType> pixelCoordFrame
Constructor Detail

PixelCoordSystemType

public PixelCoordSystemType()
Method Detail

getPixelCoordFrame

public java.util.List<PixelFrameType> getPixelCoordFrame()
Gets the value of the pixelCoordFrame 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 pixelCoordFrame property.

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

    getPixelCoordFrame().add(newItem);
 

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



Copyright © 2011 VAMDC. All Rights Reserved.