cfa.vo.sed.io.jaxb
Interface CoverageType

All Superinterfaces:
Group
All Known Implementing Classes:
CoverageTypeImpl

public interface CoverageType
extends Group

Java content class for coverageType 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 341)

 <complexType name="coverageType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="Location" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coverageLocationType" minOccurs="0"/>
         <element name="Bounds" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coverageBoundsType" minOccurs="0"/>
         <element name="Support" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}coverageSupportType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 CoverageBoundsType getBounds()
          Gets the value of the bounds property.
 CoverageLocationType getLocation()
          Gets the value of the location property.
 CoverageSupportType getSupport()
          Gets the value of the support property.
 boolean isSetBounds()
           
 boolean isSetLocation()
           
 boolean isSetSupport()
           
 void setBounds(CoverageBoundsType value)
          Sets the value of the bounds property.
 void setLocation(CoverageLocationType value)
          Sets the value of the location property.
 void setSupport(CoverageSupportType value)
          Sets the value of the support property.
 void unsetBounds()
           
 void unsetLocation()
           
 void unsetSupport()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getSupport

CoverageSupportType getSupport()
Gets the value of the support property.

Returns:
possible object is CoverageSupportType

setSupport

void setSupport(CoverageSupportType value)
Sets the value of the support property.

Parameters:
value - allowed object is CoverageSupportType

isSetSupport

boolean isSetSupport()

unsetSupport

void unsetSupport()

getLocation

CoverageLocationType getLocation()
Gets the value of the location property.

Returns:
possible object is CoverageLocationType

setLocation

void setLocation(CoverageLocationType value)
Sets the value of the location property.

Parameters:
value - allowed object is CoverageLocationType

isSetLocation

boolean isSetLocation()

unsetLocation

void unsetLocation()

getBounds

CoverageBoundsType getBounds()
Gets the value of the bounds property.

Returns:
possible object is CoverageBoundsType

setBounds

void setBounds(CoverageBoundsType value)
Sets the value of the bounds property.

Parameters:
value - allowed object is CoverageBoundsType

isSetBounds

boolean isSetBounds()

unsetBounds

void unsetBounds()