net.ivoa.xml.stc.stc_v1_30
Class AstroCoordSystemType

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.AstroCoordSystemType

public class AstroCoordSystemType
extends CoordSysType

The astronomical coordinate system definition: spatial coordinate frame and reference position; time frame and reference position; the coordinate flavor; spectral frame and (optionally) Doppler frame; and the planetary ephemeris; an ID is required, since this is how coordinate elements are associated with their coordinate systems

Java class for astroCoordSystemType complex type.

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

 <complexType name="astroCoordSystemType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordSysType">
       <sequence>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}TimeFrame" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}SpaceFrame" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}SpectralFrame" minOccurs="0"/>
         <element ref="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}RedshiftFrame" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  RedshiftFrameType redshiftFrame
           
protected  SpaceFrameType spaceFrame
           
protected  SpectralFrameType spectralFrame
           
protected  TimeFrameType timeFrame
           
 
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
AstroCoordSystemType()
           
 
Method Summary
 RedshiftFrameType getRedshiftFrame()
          Gets the value of the redshiftFrame property.
 SpaceFrameType getSpaceFrame()
          Gets the value of the spaceFrame property.
 SpectralFrameType getSpectralFrame()
          Gets the value of the spectralFrame property.
 TimeFrameType getTimeFrame()
          Gets the value of the timeFrame property.
 void setRedshiftFrame(RedshiftFrameType value)
          Sets the value of the redshiftFrame property.
 void setSpaceFrame(SpaceFrameType value)
          Sets the value of the spaceFrame property.
 void setSpectralFrame(SpectralFrameType value)
          Sets the value of the spectralFrame property.
 void setTimeFrame(TimeFrameType value)
          Sets the value of the timeFrame 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

timeFrame

protected TimeFrameType timeFrame

spaceFrame

protected SpaceFrameType spaceFrame

spectralFrame

protected SpectralFrameType spectralFrame

redshiftFrame

protected RedshiftFrameType redshiftFrame
Constructor Detail

AstroCoordSystemType

public AstroCoordSystemType()
Method Detail

getTimeFrame

public TimeFrameType getTimeFrame()
Gets the value of the timeFrame property.

Returns:
possible object is TimeFrameType

setTimeFrame

public void setTimeFrame(TimeFrameType value)
Sets the value of the timeFrame property.

Parameters:
value - allowed object is TimeFrameType

getSpaceFrame

public SpaceFrameType getSpaceFrame()
Gets the value of the spaceFrame property.

Returns:
possible object is SpaceFrameType

setSpaceFrame

public void setSpaceFrame(SpaceFrameType value)
Sets the value of the spaceFrame property.

Parameters:
value - allowed object is SpaceFrameType

getSpectralFrame

public SpectralFrameType getSpectralFrame()
Gets the value of the spectralFrame property.

Returns:
possible object is SpectralFrameType

setSpectralFrame

public void setSpectralFrame(SpectralFrameType value)
Sets the value of the spectralFrame property.

Parameters:
value - allowed object is SpectralFrameType

getRedshiftFrame

public RedshiftFrameType getRedshiftFrame()
Gets the value of the redshiftFrame property.

Returns:
possible object is RedshiftFrameType

setRedshiftFrame

public void setRedshiftFrame(RedshiftFrameType value)
Sets the value of the redshiftFrame property.

Parameters:
value - allowed object is RedshiftFrameType


Copyright © 2011 VAMDC. All Rights Reserved.