cfa.vo.sed.io.jaxb
Interface AccuracyType

All Superinterfaces:
Group
All Known Implementing Classes:
AccuracyTypeImpl

public interface AccuracyType
extends Group

Java content class for accuracyType 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 177)

 <complexType name="accuracyType">
   <complexContent>
     <extension base="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}Group">
       <sequence>
         <element name="BinLow" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="BinHigh" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="BinSize" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="StatError" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="StatErrLow" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="StatErrHigh" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="SysError" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
         <element name="Confidence" type="{http://www.ivoa.net/xml/Spectrum/Spectrum-1.01.xsd}doubleParamType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 DoubleParamType getBinHigh()
          Gets the value of the binHigh property.
 DoubleParamType getBinLow()
          Gets the value of the binLow property.
 DoubleParamType getBinSize()
          Gets the value of the binSize property.
 DoubleParamType getConfidence()
          Gets the value of the confidence property.
 DoubleParamType getStatErrHigh()
          Gets the value of the statErrHigh property.
 DoubleParamType getStatErrLow()
          Gets the value of the statErrLow property.
 DoubleParamType getStatError()
          Gets the value of the statError property.
 DoubleParamType getSysError()
          Gets the value of the sysError property.
 boolean isSetBinHigh()
           
 boolean isSetBinLow()
           
 boolean isSetBinSize()
           
 boolean isSetConfidence()
           
 boolean isSetStatErrHigh()
           
 boolean isSetStatErrLow()
           
 boolean isSetStatError()
           
 boolean isSetSysError()
           
 void setBinHigh(DoubleParamType value)
          Sets the value of the binHigh property.
 void setBinLow(DoubleParamType value)
          Sets the value of the binLow property.
 void setBinSize(DoubleParamType value)
          Sets the value of the binSize property.
 void setConfidence(DoubleParamType value)
          Sets the value of the confidence property.
 void setStatErrHigh(DoubleParamType value)
          Sets the value of the statErrHigh property.
 void setStatErrLow(DoubleParamType value)
          Sets the value of the statErrLow property.
 void setStatError(DoubleParamType value)
          Sets the value of the statError property.
 void setSysError(DoubleParamType value)
          Sets the value of the sysError property.
 void unsetBinHigh()
           
 void unsetBinLow()
           
 void unsetBinSize()
           
 void unsetConfidence()
           
 void unsetStatErrHigh()
           
 void unsetStatErrLow()
           
 void unsetStatError()
           
 void unsetSysError()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getBinLow

DoubleParamType getBinLow()
Gets the value of the binLow property.

Returns:
possible object is DoubleParamType

setBinLow

void setBinLow(DoubleParamType value)
Sets the value of the binLow property.

Parameters:
value - allowed object is DoubleParamType

isSetBinLow

boolean isSetBinLow()

unsetBinLow

void unsetBinLow()

getStatErrHigh

DoubleParamType getStatErrHigh()
Gets the value of the statErrHigh property.

Returns:
possible object is DoubleParamType

setStatErrHigh

void setStatErrHigh(DoubleParamType value)
Sets the value of the statErrHigh property.

Parameters:
value - allowed object is DoubleParamType

isSetStatErrHigh

boolean isSetStatErrHigh()

unsetStatErrHigh

void unsetStatErrHigh()

getConfidence

DoubleParamType getConfidence()
Gets the value of the confidence property.

Returns:
possible object is DoubleParamType

setConfidence

void setConfidence(DoubleParamType value)
Sets the value of the confidence property.

Parameters:
value - allowed object is DoubleParamType

isSetConfidence

boolean isSetConfidence()

unsetConfidence

void unsetConfidence()

getSysError

DoubleParamType getSysError()
Gets the value of the sysError property.

Returns:
possible object is DoubleParamType

setSysError

void setSysError(DoubleParamType value)
Sets the value of the sysError property.

Parameters:
value - allowed object is DoubleParamType

isSetSysError

boolean isSetSysError()

unsetSysError

void unsetSysError()

getBinSize

DoubleParamType getBinSize()
Gets the value of the binSize property.

Returns:
possible object is DoubleParamType

setBinSize

void setBinSize(DoubleParamType value)
Sets the value of the binSize property.

Parameters:
value - allowed object is DoubleParamType

isSetBinSize

boolean isSetBinSize()

unsetBinSize

void unsetBinSize()

getBinHigh

DoubleParamType getBinHigh()
Gets the value of the binHigh property.

Returns:
possible object is DoubleParamType

setBinHigh

void setBinHigh(DoubleParamType value)
Sets the value of the binHigh property.

Parameters:
value - allowed object is DoubleParamType

isSetBinHigh

boolean isSetBinHigh()

unsetBinHigh

void unsetBinHigh()

getStatErrLow

DoubleParamType getStatErrLow()
Gets the value of the statErrLow property.

Returns:
possible object is DoubleParamType

setStatErrLow

void setStatErrLow(DoubleParamType value)
Sets the value of the statErrLow property.

Parameters:
value - allowed object is DoubleParamType

isSetStatErrLow

boolean isSetStatErrLow()

unsetStatErrLow

void unsetStatErrLow()

getStatError

DoubleParamType getStatError()
Gets the value of the statError property.

Returns:
possible object is DoubleParamType

setStatError

void setStatError(DoubleParamType value)
Sets the value of the statError property.

Parameters:
value - allowed object is DoubleParamType

isSetStatError

boolean isSetStatError()

unsetStatError

void unsetStatError()