cfa.vo.sed.io.jaxb
Interface SedQuantityType

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

public interface SedQuantityType
extends SedBaseCoordType

Java content class for sedQuantityType 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 102)

 <complexType name="sedQuantityType">
   <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"/>
         <element name="Quality" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}intParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 AccuracyType getAccuracy()
          Gets the value of the accuracy property.
 IntParamType getQuality()
          Gets the value of the quality property.
 DoubleParamType getResolution()
          Gets the value of the resolution property.
 DoubleParamType getValue()
          Gets the value of the value property.
 boolean isSetAccuracy()
           
 boolean isSetQuality()
           
 boolean isSetResolution()
           
 boolean isSetValue()
           
 void setAccuracy(AccuracyType value)
          Sets the value of the accuracy property.
 void setQuality(IntParamType value)
          Sets the value of the quality 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 unsetQuality()
           
 void unsetResolution()
           
 void unsetValue()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getQuality

IntParamType getQuality()
Gets the value of the quality property.

Returns:
possible object is IntParamType

setQuality

void setQuality(IntParamType value)
Sets the value of the quality property.

Parameters:
value - allowed object is IntParamType

isSetQuality

boolean isSetQuality()

unsetQuality

void unsetQuality()

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()