cfa.vo.sed.io.jaxb
Interface SedCoordType

All Superinterfaces:
Group, SedBaseCoordType
All Known Implementing Classes:
SedCoordTypeImpl

public interface SedCoordType
extends SedBaseCoordType

Java content class for sedCoordType 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 90)

 <complexType name="sedCoordType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedBaseCoordType">
       <sequence>
         <element name="Value" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="Accuracy" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}accuracyType" minOccurs="0"/>
         <element name="Resolution" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 AccuracyType getAccuracy()
          Gets the value of the accuracy property.
 DoubleParamType getResolution()
          Gets the value of the resolution property.
 DoubleParamType getValue()
          Gets the value of the value property.
 boolean isSetAccuracy()
           
 boolean isSetResolution()
           
 boolean isSetValue()
           
 void setAccuracy(AccuracyType value)
          Sets the value of the accuracy property.
 void setResolution(DoubleParamType value)
          Sets the value of the resolution property.
 void setValue(DoubleParamType value)
          Sets the value of the value property.
 void unsetAccuracy()
           
 void unsetResolution()
           
 void unsetValue()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getValue

DoubleParamType getValue()
Gets the value of the value property.

Returns:
possible object is DoubleParamType

setValue

void setValue(DoubleParamType value)
Sets the value of the value property.

Parameters:
value - allowed object is DoubleParamType

isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getResolution

DoubleParamType getResolution()
Gets the value of the resolution property.

Returns:
possible object is DoubleParamType

setResolution

void setResolution(DoubleParamType value)
Sets the value of the resolution property.

Parameters:
value - allowed object is DoubleParamType

isSetResolution

boolean isSetResolution()

unsetResolution

void unsetResolution()

getAccuracy

AccuracyType getAccuracy()
Gets the value of the accuracy property.

Returns:
possible object is AccuracyType

setAccuracy

void setAccuracy(AccuracyType value)
Sets the value of the accuracy property.

Parameters:
value - allowed object is AccuracyType

isSetAccuracy

boolean isSetAccuracy()

unsetAccuracy

void unsetAccuracy()