|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CoverageLocationType
Java content class for coverageLocationType 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 363)
<complexType name="coverageLocationType">
<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" maxOccurs="2" 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. |
java.util.List |
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 |
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 |
|---|
java.util.List getValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
DoubleParamType
boolean 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 | ||||||||