cfa.vo.sed.io.jaxb
Interface TimeFrameType

All Superinterfaces:
CoordFrameType
All Known Subinterfaces:
TimeFrame
All Known Implementing Classes:
TimeFrameImpl, TimeFrameTypeImpl

public interface TimeFrameType
extends CoordFrameType

Java content class for timeFrameType 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 559)

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


Method Summary
 DoubleParamType getZero()
          Gets the value of the zero property.
 boolean isSetZero()
           
 void setZero(DoubleParamType value)
          Sets the value of the zero property.
 void unsetZero()
           
 
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

getZero

DoubleParamType getZero()
Gets the value of the zero property.

Returns:
possible object is DoubleParamType

setZero

void setZero(DoubleParamType value)
Sets the value of the zero property.

Parameters:
value - allowed object is DoubleParamType

isSetZero

boolean isSetZero()

unsetZero

void unsetZero()