|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CoverageType
Java content class for coverageType 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 341)
<complexType name="coverageType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
<sequence>
<element name="Location" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coverageLocationType" minOccurs="0"/>
<element name="Bounds" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coverageBoundsType" minOccurs="0"/>
<element name="Support" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coverageSupportType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
CoverageBoundsType |
getBounds()
Gets the value of the bounds property. |
CoverageLocationType |
getLocation()
Gets the value of the location property. |
CoverageSupportType |
getSupport()
Gets the value of the support property. |
boolean |
isSetBounds()
|
boolean |
isSetLocation()
|
boolean |
isSetSupport()
|
void |
setBounds(CoverageBoundsType value)
Sets the value of the bounds property. |
void |
setLocation(CoverageLocationType value)
Sets the value of the location property. |
void |
setSupport(CoverageSupportType value)
Sets the value of the support property. |
void |
unsetBounds()
|
void |
unsetLocation()
|
void |
unsetSupport()
|
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Method Detail |
|---|
CoverageSupportType getSupport()
CoverageSupportTypevoid setSupport(CoverageSupportType value)
value - allowed object is
CoverageSupportTypeboolean isSetSupport()
void unsetSupport()
CoverageLocationType getLocation()
CoverageLocationTypevoid setLocation(CoverageLocationType value)
value - allowed object is
CoverageLocationTypeboolean isSetLocation()
void unsetLocation()
CoverageBoundsType getBounds()
CoverageBoundsTypevoid setBounds(CoverageBoundsType value)
value - allowed object is
CoverageBoundsTypeboolean isSetBounds()
void unsetBounds()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||