cfa.vo.sed.io.jaxb
Interface IntervalType

All Superinterfaces:
Group
All Known Implementing Classes:
IntervalTypeImpl

public interface IntervalType
extends Group

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

getMax

DoubleParamType getMax()
Gets the value of the max property.

Returns:
possible object is DoubleParamType

setMax

void setMax(DoubleParamType value)
Sets the value of the max property.

Parameters:
value - allowed object is DoubleParamType

isSetMax

boolean isSetMax()

unsetMax

void unsetMax()

getMin

DoubleParamType getMin()
Gets the value of the min property.

Returns:
possible object is DoubleParamType

setMin

void setMin(DoubleParamType value)
Sets the value of the min property.

Parameters:
value - allowed object is DoubleParamType

isSetMin

boolean isSetMin()

unsetMin

void unsetMin()