|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SedQuantityType
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 |
|---|
IntParamType getQuality()
IntParamTypevoid setQuality(IntParamType value)
value - allowed object is
IntParamTypeboolean isSetQuality()
void unsetQuality()
DoubleParamType getValue()
DoubleParamTypevoid setValue(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetValue()
void unsetValue()
DoubleParamType getResolution()
DoubleParamTypevoid setResolution(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetResolution()
void unsetResolution()
AccuracyType getAccuracy()
AccuracyTypevoid setAccuracy(AccuracyType value)
value - allowed object is
AccuracyTypeboolean isSetAccuracy()
void unsetAccuracy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||