cfa.vo.sed.io.jaxb
Interface CoverageBoundsType

All Superinterfaces:
Group
All Known Implementing Classes:
CoverageBoundsTypeImpl

public interface CoverageBoundsType
extends Group

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

getRange

IntervalType getRange()
Gets the value of the range property.

Returns:
possible object is IntervalType

setRange

void setRange(IntervalType value)
Sets the value of the range property.

Parameters:
value - allowed object is IntervalType

isSetRange

boolean isSetRange()

unsetRange

void unsetRange()

getExtent

DoubleParamType getExtent()
Gets the value of the extent property.

Returns:
possible object is DoubleParamType

setExtent

void setExtent(DoubleParamType value)
Sets the value of the extent property.

Parameters:
value - allowed object is DoubleParamType

isSetExtent

boolean isSetExtent()

unsetExtent

void unsetExtent()