cfa.vo.sed.io.jaxb
Interface SamplingPrecisionRefValType

All Superinterfaces:
Group
All Known Implementing Classes:
SamplingPrecisionRefValTypeImpl

public interface SamplingPrecisionRefValType
extends Group

Java content class for samplingPrecisionRefValType 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 427)

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


Method Summary
 DoubleParamType getFillFactor()
          Gets the value of the fillFactor property.
 boolean isSetFillFactor()
           
 void setFillFactor(DoubleParamType value)
          Sets the value of the fillFactor property.
 void unsetFillFactor()
           
 
Methods inherited from interface cfa.vo.sed.io.jaxb.Group
getId, getIdref, isSetId, isSetIdref, setId, setIdref, unsetId, unsetIdref
 

Method Detail

getFillFactor

DoubleParamType getFillFactor()
Gets the value of the fillFactor property.

Returns:
possible object is DoubleParamType

setFillFactor

void setFillFactor(DoubleParamType value)
Sets the value of the fillFactor property.

Parameters:
value - allowed object is DoubleParamType

isSetFillFactor

boolean isSetFillFactor()

unsetFillFactor

void unsetFillFactor()