cfa.vo.sed.io.jaxb
Interface SpaceFrameType

All Superinterfaces:
CoordFrameType
All Known Subinterfaces:
SpaceFrame
All Known Implementing Classes:
SpaceFrameImpl, SpaceFrameTypeImpl

public interface SpaceFrameType
extends CoordFrameType

Java content class for spaceFrameType complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/data/NVO/staff/mccusker/schema/specxml2-1.01b.xsd line 580)

 <complexType name="spaceFrameType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coordFrameType">
       <sequence>
         <element name="Equinox" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 DoubleParamType getEquinox()
          Gets the value of the equinox property.
 boolean isSetEquinox()
           
 void setEquinox(DoubleParamType value)
          Sets the value of the equinox property.
 void unsetEquinox()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.CoordFrameType
getId, getName, getReferencePosition, getUcd, isSetId, isSetName, isSetReferencePosition, isSetUcd, setId, setName, setReferencePosition, setUcd, unsetId, unsetName, unsetReferencePosition, unsetUcd
 

Method Detail

getEquinox

DoubleParamType getEquinox()
Gets the value of the equinox property.

Returns:
possible object is DoubleParamType

setEquinox

void setEquinox(DoubleParamType value)
Sets the value of the equinox property.

Parameters:
value - allowed object is DoubleParamType

isSetEquinox

boolean isSetEquinox()

unsetEquinox

void unsetEquinox()