net.ivoa.xml.stc.stc_v1_30
Class CoordSysType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordSysType
Direct Known Subclasses:
AstroCoordSystemType, PixelCoordSystemType

public class CoordSysType
extends StcBaseType

Coordinate system definition: a collection of coordinate frames A CoordSys consists of at least one coordinate frames; unfortunately, schema inheritance and polymorphism doesn't allow us to specify this in the most genarl way

Java class for coordSysType complex type.

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

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


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

coordFrame

protected java.util.List<GenericCoordFrameType> coordFrame
Constructor Detail

CoordSysType

public CoordSysType()
Method Detail

getCoordFrame

public java.util.List<GenericCoordFrameType> getCoordFrame()
Gets the value of the coordFrame 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 coordFrame property.

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

    getCoordFrame().add(newItem);
 

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



Copyright © 2011 VAMDC. All Rights Reserved.