|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CoverageBoundsType
Java content class for coverageBoundsType 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 376)
<complexType name="coverageBoundsType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
<sequence>
<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" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
DoubleParamType |
getExtent()
Gets the value of the extent property. |
IntervalType |
getRange()
Gets the value of the range property. |
boolean |
isSetExtent()
|
boolean |
isSetRange()
|
void |
setExtent(DoubleParamType value)
Sets the value of the extent property. |
void |
setRange(IntervalType value)
Sets the value of the range property. |
void |
unsetExtent()
|
void |
unsetRange()
|
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Method Detail |
|---|
IntervalType getRange()
IntervalTypevoid setRange(IntervalType value)
value - allowed object is
IntervalTypeboolean isSetRange()
void unsetRange()
DoubleParamType getExtent()
DoubleParamTypevoid setExtent(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetExtent()
void unsetExtent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||