cfa.vo.sed.io.jaxb
Interface SamplingPrecisionType

All Superinterfaces:
Group
All Known Implementing Classes:
SamplingPrecisionTypeImpl

public interface SamplingPrecisionType
extends Group

Java content class for samplingPrecisionType 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 415)

 <complexType name="samplingPrecisionType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="SamplingPrecisionRefVal" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}samplingPrecisionRefValType" minOccurs="0"/>
         <element name="SampleExtent" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 DoubleParamType getSampleExtent()
          Gets the value of the sampleExtent property.
 SamplingPrecisionRefValType getSamplingPrecisionRefVal()
          Gets the value of the samplingPrecisionRefVal property.
 boolean isSetSampleExtent()
           
 boolean isSetSamplingPrecisionRefVal()
           
 void setSampleExtent(DoubleParamType value)
          Sets the value of the sampleExtent property.
 void setSamplingPrecisionRefVal(SamplingPrecisionRefValType value)
          Sets the value of the samplingPrecisionRefVal property.
 void unsetSampleExtent()
           
 void unsetSamplingPrecisionRefVal()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getSamplingPrecisionRefVal

SamplingPrecisionRefValType getSamplingPrecisionRefVal()
Gets the value of the samplingPrecisionRefVal property.

Returns:
possible object is SamplingPrecisionRefValType

setSamplingPrecisionRefVal

void setSamplingPrecisionRefVal(SamplingPrecisionRefValType value)
Sets the value of the samplingPrecisionRefVal property.

Parameters:
value - allowed object is SamplingPrecisionRefValType

isSetSamplingPrecisionRefVal

boolean isSetSamplingPrecisionRefVal()

unsetSamplingPrecisionRefVal

void unsetSamplingPrecisionRefVal()

getSampleExtent

DoubleParamType getSampleExtent()
Gets the value of the sampleExtent property.

Returns:
possible object is DoubleParamType

setSampleExtent

void setSampleExtent(DoubleParamType value)
Sets the value of the sampleExtent property.

Parameters:
value - allowed object is DoubleParamType

isSetSampleExtent

boolean isSetSampleExtent()

unsetSampleExtent

void unsetSampleExtent()