|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CoverageSupportType
Java content class for coverageSupportType 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 388)
<complexType name="coverageSupportType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
<sequence>
<element name="Area" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}skyRegionType" minOccurs="0"/>
<element name="Extent" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
<element name="Range" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}intervalType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
SkyRegionType |
getArea()
Gets the value of the area property. |
DoubleParamType |
getExtent()
Gets the value of the extent property. |
java.util.List |
getRange()
Gets the value of the Range property. |
boolean |
isSetArea()
|
boolean |
isSetExtent()
|
boolean |
isSetRange()
|
void |
setArea(SkyRegionType value)
Sets the value of the area property. |
void |
setExtent(DoubleParamType value)
Sets the value of the extent property. |
void |
unsetArea()
|
void |
unsetExtent()
|
void |
unsetRange()
|
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Method Detail |
|---|
java.util.List getRange()
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 Range property.
For example, to add a new item, do as follows:
getRange().add(newItem);
Objects of the following type(s) are allowed in the list
IntervalType
boolean isSetRange()
void unsetRange()
DoubleParamType getExtent()
DoubleParamTypevoid setExtent(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetExtent()
void unsetExtent()
SkyRegionType getArea()
SkyRegionTypevoid setArea(SkyRegionType value)
value - allowed object is
SkyRegionTypeboolean isSetArea()
void unsetArea()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||