|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
SedCoordType getSpectralAxis()
SedCoordTypevoid setSpectralAxis(SedCoordType value)
value - allowed object is
SedCoordTypeboolean isSetSpectralAxis()
void unsetSpectralAxis()
SedCoordType getTimeAxis()
SedCoordTypevoid setTimeAxis(SedCoordType value)
value - allowed object is
SedCoordTypeboolean isSetTimeAxis()
void unsetTimeAxis()
SedQuantityType getBackgroundModel()
SedQuantityTypevoid setBackgroundModel(SedQuantityType value)
value - allowed object is
SedQuantityTypeboolean isSetBackgroundModel()
void unsetBackgroundModel()
SedQuantityType getFluxAxis()
SedQuantityTypevoid setFluxAxis(SedQuantityType value)
value - allowed object is
SedQuantityTypeboolean isSetFluxAxis()
void unsetFluxAxis()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||