net.ivoa.xml.stc.stc_v1_30
Class SpectralCoordinateType

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.BasicCoordinateType
              extended by net.ivoa.xml.stc.stc_v1_30.SpectralCoordinateType

public class SpectralCoordinateType
extends BasicCoordinateType

Spectral coordinate type

Java class for spectralCoordinateType complex type.

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

 <complexType name="spectralCoordinateType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}basicCoordinateType">
       <attribute name="coord_system_id" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="unit" type="{http://www.ivoa.net/xml/STC/stc-v1.30.xsd}spectralUnitType" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Object coordSystemId
           
protected  SpectralUnitType unit
           
 
Fields inherited from class net.ivoa.xml.stc.stc_v1_30.BasicCoordinateType
error, pixSize, resolution, size, value
 
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
SpectralCoordinateType()
           
 
Method Summary
 java.lang.Object getCoordSystemId()
          Gets the value of the coordSystemId property.
 SpectralUnitType getUnit()
          Gets the value of the unit property.
 void setCoordSystemId(java.lang.Object value)
          Sets the value of the coordSystemId property.
 void setUnit(SpectralUnitType value)
          Sets the value of the unit property.
 
Methods inherited from class net.ivoa.xml.stc.stc_v1_30.BasicCoordinateType
getError, getPixSize, getResolution, getSize, getValue, setValue
 
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

coordSystemId

protected java.lang.Object coordSystemId

unit

protected SpectralUnitType unit
Constructor Detail

SpectralCoordinateType

public SpectralCoordinateType()
Method Detail

getCoordSystemId

public java.lang.Object getCoordSystemId()
Gets the value of the coordSystemId property.

Returns:
possible object is Object

setCoordSystemId

public void setCoordSystemId(java.lang.Object value)
Sets the value of the coordSystemId property.

Parameters:
value - allowed object is Object

getUnit

public SpectralUnitType getUnit()
Gets the value of the unit property.

Returns:
possible object is SpectralUnitType

setUnit

public void setUnit(SpectralUnitType value)
Sets the value of the unit property.

Parameters:
value - allowed object is SpectralUnitType


Copyright © 2011 VAMDC. All Rights Reserved.