net.ivoa.xml.stc.stc_v1_30
Class AstroCoordsFileType

java.lang.Object
  extended by net.ivoa.xml.stc.stc_v1_30.StcBaseType
      extended by net.ivoa.xml.stc.stc_v1_30.CoordinateType
          extended by net.ivoa.xml.stc.stc_v1_30.AstroCoordsFileType

public class AstroCoordsFileType
extends CoordinateType

Coordinate references to a specific FITS file Coordinate references to a specific FITS file

Java class for astroCoordsFileType complex type.

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

 <complexType name="astroCoordsFileType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordinateType">
       <sequence>
         <element name="FITSFile" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}fitsType"/>
         <element name="FITSTime" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSPosition" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSVelocity" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSSpectral" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
         <element name="FITSRedshift" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}coordFITSColumnsType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  FitsType fitsFile
           
protected  CoordFITSColumnsType fitsPosition
           
protected  CoordFITSColumnsType fitsRedshift
           
protected  CoordFITSColumnsType fitsSpectral
           
protected  CoordFITSColumnsType fitsTime
           
protected  CoordFITSColumnsType fitsVelocity
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
frameId, name
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.StcBaseType
href, id, idref, idrefType, idType, type, ucd
 
Constructor Summary
AstroCoordsFileType()
           
 
Method Summary
 FitsType getFITSFile()
          Gets the value of the fitsFile property.
 CoordFITSColumnsType getFITSPosition()
          Gets the value of the fitsPosition property.
 CoordFITSColumnsType getFITSRedshift()
          Gets the value of the fitsRedshift property.
 CoordFITSColumnsType getFITSSpectral()
          Gets the value of the fitsSpectral property.
 CoordFITSColumnsType getFITSTime()
          Gets the value of the fitsTime property.
 CoordFITSColumnsType getFITSVelocity()
          Gets the value of the fitsVelocity property.
 void setFITSFile(FitsType value)
          Sets the value of the fitsFile property.
 void setFITSPosition(CoordFITSColumnsType value)
          Sets the value of the fitsPosition property.
 void setFITSRedshift(CoordFITSColumnsType value)
          Sets the value of the fitsRedshift property.
 void setFITSSpectral(CoordFITSColumnsType value)
          Sets the value of the fitsSpectral property.
 void setFITSTime(CoordFITSColumnsType value)
          Sets the value of the fitsTime property.
 void setFITSVelocity(CoordFITSColumnsType value)
          Sets the value of the fitsVelocity property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.CoordinateType
getFrameId, getName, setFrameId, 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

fitsFile

protected FitsType fitsFile

fitsTime

protected CoordFITSColumnsType fitsTime

fitsPosition

protected CoordFITSColumnsType fitsPosition

fitsVelocity

protected CoordFITSColumnsType fitsVelocity

fitsSpectral

protected CoordFITSColumnsType fitsSpectral

fitsRedshift

protected CoordFITSColumnsType fitsRedshift
Constructor Detail

AstroCoordsFileType

public AstroCoordsFileType()
Method Detail

getFITSFile

public FitsType getFITSFile()
Gets the value of the fitsFile property.

Returns:
possible object is FitsType

setFITSFile

public void setFITSFile(FitsType value)
Sets the value of the fitsFile property.

Parameters:
value - allowed object is FitsType

getFITSTime

public CoordFITSColumnsType getFITSTime()
Gets the value of the fitsTime property.

Returns:
possible object is CoordFITSColumnsType

setFITSTime

public void setFITSTime(CoordFITSColumnsType value)
Sets the value of the fitsTime property.

Parameters:
value - allowed object is CoordFITSColumnsType

getFITSPosition

public CoordFITSColumnsType getFITSPosition()
Gets the value of the fitsPosition property.

Returns:
possible object is CoordFITSColumnsType

setFITSPosition

public void setFITSPosition(CoordFITSColumnsType value)
Sets the value of the fitsPosition property.

Parameters:
value - allowed object is CoordFITSColumnsType

getFITSVelocity

public CoordFITSColumnsType getFITSVelocity()
Gets the value of the fitsVelocity property.

Returns:
possible object is CoordFITSColumnsType

setFITSVelocity

public void setFITSVelocity(CoordFITSColumnsType value)
Sets the value of the fitsVelocity property.

Parameters:
value - allowed object is CoordFITSColumnsType

getFITSSpectral

public CoordFITSColumnsType getFITSSpectral()
Gets the value of the fitsSpectral property.

Returns:
possible object is CoordFITSColumnsType

setFITSSpectral

public void setFITSSpectral(CoordFITSColumnsType value)
Sets the value of the fitsSpectral property.

Parameters:
value - allowed object is CoordFITSColumnsType

getFITSRedshift

public CoordFITSColumnsType getFITSRedshift()
Gets the value of the fitsRedshift property.

Returns:
possible object is CoordFITSColumnsType

setFITSRedshift

public void setFITSRedshift(CoordFITSColumnsType value)
Sets the value of the fitsRedshift property.

Parameters:
value - allowed object is CoordFITSColumnsType


Copyright © 2011 VAMDC. All Rights Reserved.