|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IntervalType
Java content class for intervalType 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 404)
<complexType name="intervalType">
<complexContent>
<extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
<sequence>
<element name="Min" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
<element name="Max" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
DoubleParamType |
getMax()
Gets the value of the max property. |
DoubleParamType |
getMin()
Gets the value of the min property. |
boolean |
isSetMax()
|
boolean |
isSetMin()
|
void |
setMax(DoubleParamType value)
Sets the value of the max property. |
void |
setMin(DoubleParamType value)
Sets the value of the min property. |
void |
unsetMax()
|
void |
unsetMin()
|
| Methods inherited from interface cfa.vo.sed.io.jaxb.Group |
|---|
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref |
| Method Detail |
|---|
DoubleParamType getMax()
DoubleParamTypevoid setMax(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetMax()
void unsetMax()
DoubleParamType getMin()
DoubleParamTypevoid setMin(DoubleParamType value)
value - allowed object is
DoubleParamTypeboolean isSetMin()
void unsetMin()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||