net.ivoa.xml.stc.stc_v1_30
Class GenericCoordFrameType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordFrameType
          extended by net.ivoa.xml.stc.stc_v1_30.GenericCoordFrameType
Direct Known Subclasses:
PixelFrameType

public class GenericCoordFrameType
extends CoordFrameType

Java class for genericCoordFrameType complex type.

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

 <complexType name="genericCoordFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFrameType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordRefFrame" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordRefPos" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}CoordFlavor"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor
           
protected  javax.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame
           
protected  CustomRefPosType coordRefPos
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordFrameType
name
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
GenericCoordFrameType()
           
 
Method Summary
 javax.xml.bind.JAXBElement<? extends CoordFlavorType> getCoordFlavor()
          Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocities
 javax.xml.bind.JAXBElement<? extends CoordRefFrameType> getCoordRefFrame()
          Gets the value of the coordRefFrame property.
 CustomRefPosType getCoordRefPos()
          Gets the value of the coordRefPos property.
 void setCoordFlavor(javax.xml.bind.JAXBElement<? extends CoordFlavorType> value)
          Sets the value of the coordFlavor property.
 void setCoordRefFrame(javax.xml.bind.JAXBElement<? extends CoordRefFrameType> value)
          Sets the value of the coordRefFrame property.
 void setCoordRefPos(CustomRefPosType value)
          Sets the value of the coordRefPos property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordFrameType
getName, setName
 
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

coordRefFrame

protected javax.xml.bind.JAXBElement<? extends CoordRefFrameType> coordRefFrame

coordRefPos

protected CustomRefPosType coordRefPos

coordFlavor

protected javax.xml.bind.JAXBElement<? extends CoordFlavorType> coordFlavor
Constructor Detail

GenericCoordFrameType

public GenericCoordFrameType()
Method Detail

getCoordRefFrame

public javax.xml.bind.JAXBElement<? extends CoordRefFrameType> getCoordRefFrame()
Gets the value of the coordRefFrame property.

Returns:
possible object is JAXBElement<CoordRefFrameType> JAXBElement<SphericalRefFrameType> JAXBElement<Cart1DRefFrameType> JAXBElement<Cart2DRefFrameType> JAXBElement<Cart3DRefFrameType>

setCoordRefFrame

public void setCoordRefFrame(javax.xml.bind.JAXBElement<? extends CoordRefFrameType> value)
Sets the value of the coordRefFrame property.

Parameters:
value - allowed object is JAXBElement<CoordRefFrameType> JAXBElement<SphericalRefFrameType> JAXBElement<Cart1DRefFrameType> JAXBElement<Cart2DRefFrameType> JAXBElement<Cart3DRefFrameType>

getCoordRefPos

public CustomRefPosType getCoordRefPos()
Gets the value of the coordRefPos property.

Returns:
possible object is CustomRefPosType

setCoordRefPos

public void setCoordRefPos(CustomRefPosType value)
Sets the value of the coordRefPos property.

Parameters:
value - allowed object is CustomRefPosType

getCoordFlavor

public javax.xml.bind.JAXBElement<? extends CoordFlavorType> getCoordFlavor()
Provides the coordinate definitions: number of axes, SPHERICAL, CARTESIAN, UNITSPHERE, POLAR, or HEALPIX, presence of velocities

Returns:
possible object is JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<HealpixType> JAXBElement<CoordFlavorType>

setCoordFlavor

public void setCoordFlavor(javax.xml.bind.JAXBElement<? extends CoordFlavorType> value)
Sets the value of the coordFlavor property.

Parameters:
value - allowed object is JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<CoordFlavorType> JAXBElement<HealpixType> JAXBElement<CoordFlavorType>


Copyright © 2011 VAMDC. All Rights Reserved.