cfa.vo.sed.io.jaxb
Interface PointType

All Known Implementing Classes:
PointTypeImpl

public interface PointType

Java content class for pointType 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 225)

 <complexType name="pointType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TimeAxis" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedCoordType" minOccurs="0"/>
         <element name="SpectralAxis" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedCoordType" minOccurs="0"/>
         <element name="FluxAxis" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedQuantityType" minOccurs="0"/>
         <element name="BackgroundModel" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedQuantityType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 SedQuantityType getBackgroundModel()
          Gets the value of the backgroundModel property.
 SedQuantityType getFluxAxis()
          Gets the value of the fluxAxis property.
 SedCoordType getSpectralAxis()
          Gets the value of the spectralAxis property.
 SedCoordType getTimeAxis()
          Gets the value of the timeAxis property.
 boolean isSetBackgroundModel()
           
 boolean isSetFluxAxis()
           
 boolean isSetSpectralAxis()
           
 boolean isSetTimeAxis()
           
 void setBackgroundModel(SedQuantityType value)
          Sets the value of the backgroundModel property.
 void setFluxAxis(SedQuantityType value)
          Sets the value of the fluxAxis property.
 void setSpectralAxis(SedCoordType value)
          Sets the value of the spectralAxis property.
 void setTimeAxis(SedCoordType value)
          Sets the value of the timeAxis property.
 void unsetBackgroundModel()
           
 void unsetFluxAxis()
           
 void unsetSpectralAxis()
           
 void unsetTimeAxis()
           
 

Method Detail

getSpectralAxis

SedCoordType getSpectralAxis()
Gets the value of the spectralAxis property.

Returns:
possible object is SedCoordType

setSpectralAxis

void setSpectralAxis(SedCoordType value)
Sets the value of the spectralAxis property.

Parameters:
value - allowed object is SedCoordType

isSetSpectralAxis

boolean isSetSpectralAxis()

unsetSpectralAxis

void unsetSpectralAxis()

getTimeAxis

SedCoordType getTimeAxis()
Gets the value of the timeAxis property.

Returns:
possible object is SedCoordType

setTimeAxis

void setTimeAxis(SedCoordType value)
Sets the value of the timeAxis property.

Parameters:
value - allowed object is SedCoordType

isSetTimeAxis

boolean isSetTimeAxis()

unsetTimeAxis

void unsetTimeAxis()

getBackgroundModel

SedQuantityType getBackgroundModel()
Gets the value of the backgroundModel property.

Returns:
possible object is SedQuantityType

setBackgroundModel

void setBackgroundModel(SedQuantityType value)
Sets the value of the backgroundModel property.

Parameters:
value - allowed object is SedQuantityType

isSetBackgroundModel

boolean isSetBackgroundModel()

unsetBackgroundModel

void unsetBackgroundModel()

getFluxAxis

SedQuantityType getFluxAxis()
Gets the value of the fluxAxis property.

Returns:
possible object is SedQuantityType

setFluxAxis

void setFluxAxis(SedQuantityType value)
Sets the value of the fluxAxis property.

Parameters:
value - allowed object is SedQuantityType

isSetFluxAxis

boolean isSetFluxAxis()

unsetFluxAxis

void unsetFluxAxis()