cfa.vo.sed.io.jaxb
Interface FlatPointType

All Known Implementing Classes:
FlatPointTypeImpl

public interface FlatPointType

Java content class for flatPointType 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 249)

 <complexType name="flatPointType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="BG" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="BG_ErrH" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="BG_ErrL" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="BG_Qual" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="BG_Sys" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="F" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="F_ErrH" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="F_ErrL" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="F_Qual" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="F_Sys" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="SP" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="SP_BinH" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="SP_BinL" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="SP_Res" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="SP_Size" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="T" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="T_BinH" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="T_BinL" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="T_Res" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="T_Size" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 double getBG()
          Gets the value of the bg property.
 double getBGErrH()
          Gets the value of the bgErrH property.
 double getBGErrL()
          Gets the value of the bgErrL property.
 int getBGQual()
          Gets the value of the bgQual property.
 double getBGSys()
          Gets the value of the bgSys property.
 double getF()
          Gets the value of the f property.
 double getFErrH()
          Gets the value of the fErrH property.
 double getFErrL()
          Gets the value of the fErrL property.
 int getFQual()
          Gets the value of the fQual property.
 double getFSys()
          Gets the value of the fSys property.
 double getSP()
          Gets the value of the sp property.
 double getSPBinH()
          Gets the value of the spBinH property.
 double getSPBinL()
          Gets the value of the spBinL property.
 double getSPRes()
          Gets the value of the spRes property.
 double getSPSize()
          Gets the value of the spSize property.
 double getT()
          Gets the value of the t property.
 double getTBinH()
          Gets the value of the tBinH property.
 double getTBinL()
          Gets the value of the tBinL property.
 double getTRes()
          Gets the value of the tRes property.
 double getTSize()
          Gets the value of the tSize property.
 boolean isSetBG()
           
 boolean isSetBGErrH()
           
 boolean isSetBGErrL()
           
 boolean isSetBGQual()
           
 boolean isSetBGSys()
           
 boolean isSetF()
           
 boolean isSetFErrH()
           
 boolean isSetFErrL()
           
 boolean isSetFQual()
           
 boolean isSetFSys()
           
 boolean isSetSP()
           
 boolean isSetSPBinH()
           
 boolean isSetSPBinL()
           
 boolean isSetSPRes()
           
 boolean isSetSPSize()
           
 boolean isSetT()
           
 boolean isSetTBinH()
           
 boolean isSetTBinL()
           
 boolean isSetTRes()
           
 boolean isSetTSize()
           
 void setBG(double value)
          Sets the value of the bg property.
 void setBGErrH(double value)
          Sets the value of the bgErrH property.
 void setBGErrL(double value)
          Sets the value of the bgErrL property.
 void setBGQual(int value)
          Sets the value of the bgQual property.
 void setBGSys(double value)
          Sets the value of the bgSys property.
 void setF(double value)
          Sets the value of the f property.
 void setFErrH(double value)
          Sets the value of the fErrH property.
 void setFErrL(double value)
          Sets the value of the fErrL property.
 void setFQual(int value)
          Sets the value of the fQual property.
 void setFSys(double value)
          Sets the value of the fSys property.
 void setSP(double value)
          Sets the value of the sp property.
 void setSPBinH(double value)
          Sets the value of the spBinH property.
 void setSPBinL(double value)
          Sets the value of the spBinL property.
 void setSPRes(double value)
          Sets the value of the spRes property.
 void setSPSize(double value)
          Sets the value of the spSize property.
 void setT(double value)
          Sets the value of the t property.
 void setTBinH(double value)
          Sets the value of the tBinH property.
 void setTBinL(double value)
          Sets the value of the tBinL property.
 void setTRes(double value)
          Sets the value of the tRes property.
 void setTSize(double value)
          Sets the value of the tSize property.
 void unsetBG()
           
 void unsetBGErrH()
           
 void unsetBGErrL()
           
 void unsetBGQual()
           
 void unsetBGSys()
           
 void unsetF()
           
 void unsetFErrH()
           
 void unsetFErrL()
           
 void unsetFQual()
           
 void unsetFSys()
           
 void unsetSP()
           
 void unsetSPBinH()
           
 void unsetSPBinL()
           
 void unsetSPRes()
           
 void unsetSPSize()
           
 void unsetT()
           
 void unsetTBinH()
           
 void unsetTBinL()
           
 void unsetTRes()
           
 void unsetTSize()
           
 

Method Detail

getFQual

int getFQual()
Gets the value of the fQual property.


setFQual

void setFQual(int value)
Sets the value of the fQual property.


isSetFQual

boolean isSetFQual()

unsetFQual

void unsetFQual()

getSPBinH

double getSPBinH()
Gets the value of the spBinH property.


setSPBinH

void setSPBinH(double value)
Sets the value of the spBinH property.


isSetSPBinH

boolean isSetSPBinH()

unsetSPBinH

void unsetSPBinH()

getBGErrH

double getBGErrH()
Gets the value of the bgErrH property.


setBGErrH

void setBGErrH(double value)
Sets the value of the bgErrH property.


isSetBGErrH

boolean isSetBGErrH()

unsetBGErrH

void unsetBGErrH()

getTSize

double getTSize()
Gets the value of the tSize property.


setTSize

void setTSize(double value)
Sets the value of the tSize property.


isSetTSize

boolean isSetTSize()

unsetTSize

void unsetTSize()

getBGQual

int getBGQual()
Gets the value of the bgQual property.


setBGQual

void setBGQual(int value)
Sets the value of the bgQual property.


isSetBGQual

boolean isSetBGQual()

unsetBGQual

void unsetBGQual()

getBGErrL

double getBGErrL()
Gets the value of the bgErrL property.


setBGErrL

void setBGErrL(double value)
Sets the value of the bgErrL property.


isSetBGErrL

boolean isSetBGErrL()

unsetBGErrL

void unsetBGErrL()

getSPRes

double getSPRes()
Gets the value of the spRes property.


setSPRes

void setSPRes(double value)
Sets the value of the spRes property.


isSetSPRes

boolean isSetSPRes()

unsetSPRes

void unsetSPRes()

getFErrH

double getFErrH()
Gets the value of the fErrH property.


setFErrH

void setFErrH(double value)
Sets the value of the fErrH property.


isSetFErrH

boolean isSetFErrH()

unsetFErrH

void unsetFErrH()

getSPSize

double getSPSize()
Gets the value of the spSize property.


setSPSize

void setSPSize(double value)
Sets the value of the spSize property.


isSetSPSize

boolean isSetSPSize()

unsetSPSize

void unsetSPSize()

getFSys

double getFSys()
Gets the value of the fSys property.


setFSys

void setFSys(double value)
Sets the value of the fSys property.


isSetFSys

boolean isSetFSys()

unsetFSys

void unsetFSys()

getSP

double getSP()
Gets the value of the sp property.


setSP

void setSP(double value)
Sets the value of the sp property.


isSetSP

boolean isSetSP()

unsetSP

void unsetSP()

getF

double getF()
Gets the value of the f property.


setF

void setF(double value)
Sets the value of the f property.


isSetF

boolean isSetF()

unsetF

void unsetF()

getT

double getT()
Gets the value of the t property.


setT

void setT(double value)
Sets the value of the t property.


isSetT

boolean isSetT()

unsetT

void unsetT()

getTRes

double getTRes()
Gets the value of the tRes property.


setTRes

void setTRes(double value)
Sets the value of the tRes property.


isSetTRes

boolean isSetTRes()

unsetTRes

void unsetTRes()

getTBinH

double getTBinH()
Gets the value of the tBinH property.


setTBinH

void setTBinH(double value)
Sets the value of the tBinH property.


isSetTBinH

boolean isSetTBinH()

unsetTBinH

void unsetTBinH()

getBGSys

double getBGSys()
Gets the value of the bgSys property.


setBGSys

void setBGSys(double value)
Sets the value of the bgSys property.


isSetBGSys

boolean isSetBGSys()

unsetBGSys

void unsetBGSys()

getTBinL

double getTBinL()
Gets the value of the tBinL property.


setTBinL

void setTBinL(double value)
Sets the value of the tBinL property.


isSetTBinL

boolean isSetTBinL()

unsetTBinL

void unsetTBinL()

getBG

double getBG()
Gets the value of the bg property.


setBG

void setBG(double value)
Sets the value of the bg property.


isSetBG

boolean isSetBG()

unsetBG

void unsetBG()

getSPBinL

double getSPBinL()
Gets the value of the spBinL property.


setSPBinL

void setSPBinL(double value)
Sets the value of the spBinL property.


isSetSPBinL

boolean isSetSPBinL()

unsetSPBinL

void unsetSPBinL()

getFErrL

double getFErrL()
Gets the value of the fErrL property.


setFErrL

void setFErrL(double value)
Sets the value of the fErrL property.


isSetFErrL

boolean isSetFErrL()

unsetFErrL

void unsetFErrL()