cfa.vo.sed.io.jaxb
Interface CoverageSupportType

All Superinterfaces:
Group
All Known Implementing Classes:
CoverageSupportTypeImpl

public interface CoverageSupportType
extends Group

Java content class for coverageSupportType 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 388)

 <complexType name="coverageSupportType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="Area" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}skyRegionType" minOccurs="0"/>
         <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" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 SkyRegionType getArea()
          Gets the value of the area property.
 DoubleParamType getExtent()
          Gets the value of the extent property.
 java.util.List getRange()
          Gets the value of the Range property.
 boolean isSetArea()
           
 boolean isSetExtent()
           
 boolean isSetRange()
           
 void setArea(SkyRegionType value)
          Sets the value of the area property.
 void setExtent(DoubleParamType value)
          Sets the value of the extent property.
 void unsetArea()
           
 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

java.util.List getRange()
Gets the value of the Range property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the Range property.

For example, to add a new item, do as follows:

    getRange().add(newItem);
 

Objects of the following type(s) are allowed in the list 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()

getArea

SkyRegionType getArea()
Gets the value of the area property.

Returns:
possible object is SkyRegionType

setArea

void setArea(SkyRegionType value)
Sets the value of the area property.

Parameters:
value - allowed object is SkyRegionType

isSetArea

boolean isSetArea()

unsetArea

void unsetArea()