cfa.vo.sed.io.jaxb
Interface CoverageLocationType

All Superinterfaces:
Group, SedBaseCoordType
All Known Implementing Classes:
CoverageLocationTypeImpl

public interface CoverageLocationType
extends SedBaseCoordType

Java content class for coverageLocationType 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 363)

 <complexType name="coverageLocationType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}sedBaseCoordType">
       <sequence>
         <element name="Value" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" maxOccurs="2" minOccurs="0"/>
         <element name="Accuracy" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}accuracyType" minOccurs="0"/>
         <element name="Resolution" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 AccuracyType getAccuracy()
          Gets the value of the accuracy property.
 DoubleParamType getResolution()
          Gets the value of the resolution property.
 java.util.List getValue()
          Gets the value of the Value property.
 boolean isSetAccuracy()
           
 boolean isSetResolution()
           
 boolean isSetValue()
           
 void setAccuracy(AccuracyType value)
          Sets the value of the accuracy property.
 void setResolution(DoubleParamType value)
          Sets the value of the resolution property.
 void unsetAccuracy()
           
 void unsetResolution()
           
 void unsetValue()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getValue

java.util.List getValue()
Gets the value of the Value 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 Value property.

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

    getValue().add(newItem);
 

Objects of the following type(s) are allowed in the list DoubleParamType


isSetValue

boolean isSetValue()

unsetValue

void unsetValue()

getResolution

DoubleParamType getResolution()
Gets the value of the resolution property.

Returns:
possible object is DoubleParamType

setResolution

void setResolution(DoubleParamType value)
Sets the value of the resolution property.

Parameters:
value - allowed object is DoubleParamType

isSetResolution

boolean isSetResolution()

unsetResolution

void unsetResolution()

getAccuracy

AccuracyType getAccuracy()
Gets the value of the accuracy property.

Returns:
possible object is AccuracyType

setAccuracy

void setAccuracy(AccuracyType value)
Sets the value of the accuracy property.

Parameters:
value - allowed object is AccuracyType

isSetAccuracy

boolean isSetAccuracy()

unsetAccuracy

void unsetAccuracy()