cfa.vo.sed.io.jaxb.impl
Class FlatPointTypeImpl

java.lang.Object
  extended by cfa.vo.sed.io.jaxb.impl.FlatPointTypeImpl
All Implemented Interfaces:
FlatPointType, UnmarshallableObject, ValidatableObject, XMLSerializable, com.sun.xml.bind.JAXBObject

public class FlatPointTypeImpl
extends java.lang.Object
implements FlatPointType, com.sun.xml.bind.JAXBObject, UnmarshallableObject, XMLSerializable, ValidatableObject


Nested Class Summary
 class FlatPointTypeImpl.Unmarshaller
           
 
Field Summary
protected  double _BG
           
protected  double _BGErrH
           
protected  double _BGErrL
           
protected  int _BGQual
           
protected  double _BGSys
           
protected  double _F
           
protected  double _FErrH
           
protected  double _FErrL
           
protected  int _FQual
           
protected  double _FSys
           
protected  double _SP
           
protected  double _SPBinH
           
protected  double _SPBinL
           
protected  double _SPRes
           
protected  double _SPSize
           
protected  double _T
           
protected  double _TBinH
           
protected  double _TBinL
           
protected  double _TRes
           
protected  double _TSize
           
protected  boolean has_BG
           
protected  boolean has_BGErrH
           
protected  boolean has_BGErrL
           
protected  boolean has_BGQual
           
protected  boolean has_BGSys
           
protected  boolean has_F
           
protected  boolean has_FErrH
           
protected  boolean has_FErrL
           
protected  boolean has_FQual
           
protected  boolean has_FSys
           
protected  boolean has_SP
           
protected  boolean has_SPBinH
           
protected  boolean has_SPBinL
           
protected  boolean has_SPRes
           
protected  boolean has_SPSize
           
protected  boolean has_T
           
protected  boolean has_TBinH
           
protected  boolean has_TBinL
           
protected  boolean has_TRes
           
protected  boolean has_TSize
           
static java.lang.Class version
           
 
Constructor Summary
FlatPointTypeImpl()
           
 
Method Summary
 com.sun.msv.verifier.DocumentDeclaration createRawValidator()
          Gets the schema fragment associated with this class.
 UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
          Creates an unmarshaller that will unmarshall this object.
 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.
 java.lang.Class getPrimaryInterface()
          Gets the main interface that this object implements.
 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 serializeAttributes(XMLSerializer context)
          Serializes attributes into the specified target.
 void serializeBody(XMLSerializer context)
          Serializes child elements and texts into the specified target.
 void serializeURIs(XMLSerializer context)
          Declares all the namespace URIs this object is using at its top-level scope into the specified target.
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

has_FQual

protected boolean has_FQual

_FQual

protected int _FQual

has_SPBinH

protected boolean has_SPBinH

_SPBinH

protected double _SPBinH

has_BGErrH

protected boolean has_BGErrH

_BGErrH

protected double _BGErrH

has_TSize

protected boolean has_TSize

_TSize

protected double _TSize

has_BGQual

protected boolean has_BGQual

_BGQual

protected int _BGQual

has_BGErrL

protected boolean has_BGErrL

_BGErrL

protected double _BGErrL

has_SPRes

protected boolean has_SPRes

_SPRes

protected double _SPRes

has_FErrH

protected boolean has_FErrH

_FErrH

protected double _FErrH

has_SPSize

protected boolean has_SPSize

_SPSize

protected double _SPSize

has_FSys

protected boolean has_FSys

_FSys

protected double _FSys

has_SP

protected boolean has_SP

_SP

protected double _SP

has_F

protected boolean has_F

_F

protected double _F

has_T

protected boolean has_T

_T

protected double _T

has_TRes

protected boolean has_TRes

_TRes

protected double _TRes

has_TBinH

protected boolean has_TBinH

_TBinH

protected double _TBinH

has_BGSys

protected boolean has_BGSys

_BGSys

protected double _BGSys

has_TBinL

protected boolean has_TBinL

_TBinL

protected double _TBinL

has_BG

protected boolean has_BG

_BG

protected double _BG

has_SPBinL

protected boolean has_SPBinL

_SPBinL

protected double _SPBinL

has_FErrL

protected boolean has_FErrL

_FErrL

protected double _FErrL

version

public static final java.lang.Class version
Constructor Detail

FlatPointTypeImpl

public FlatPointTypeImpl()
Method Detail

getFQual

public int getFQual()
Description copied from interface: FlatPointType
Gets the value of the fQual property.

Specified by:
getFQual in interface FlatPointType

setFQual

public void setFQual(int value)
Description copied from interface: FlatPointType
Sets the value of the fQual property.

Specified by:
setFQual in interface FlatPointType

isSetFQual

public boolean isSetFQual()
Specified by:
isSetFQual in interface FlatPointType

unsetFQual

public void unsetFQual()
Specified by:
unsetFQual in interface FlatPointType

getSPBinH

public double getSPBinH()
Description copied from interface: FlatPointType
Gets the value of the spBinH property.

Specified by:
getSPBinH in interface FlatPointType

setSPBinH

public void setSPBinH(double value)
Description copied from interface: FlatPointType
Sets the value of the spBinH property.

Specified by:
setSPBinH in interface FlatPointType

isSetSPBinH

public boolean isSetSPBinH()
Specified by:
isSetSPBinH in interface FlatPointType

unsetSPBinH

public void unsetSPBinH()
Specified by:
unsetSPBinH in interface FlatPointType

getBGErrH

public double getBGErrH()
Description copied from interface: FlatPointType
Gets the value of the bgErrH property.

Specified by:
getBGErrH in interface FlatPointType

setBGErrH

public void setBGErrH(double value)
Description copied from interface: FlatPointType
Sets the value of the bgErrH property.

Specified by:
setBGErrH in interface FlatPointType

isSetBGErrH

public boolean isSetBGErrH()
Specified by:
isSetBGErrH in interface FlatPointType

unsetBGErrH

public void unsetBGErrH()
Specified by:
unsetBGErrH in interface FlatPointType

getTSize

public double getTSize()
Description copied from interface: FlatPointType
Gets the value of the tSize property.

Specified by:
getTSize in interface FlatPointType

setTSize

public void setTSize(double value)
Description copied from interface: FlatPointType
Sets the value of the tSize property.

Specified by:
setTSize in interface FlatPointType

isSetTSize

public boolean isSetTSize()
Specified by:
isSetTSize in interface FlatPointType

unsetTSize

public void unsetTSize()
Specified by:
unsetTSize in interface FlatPointType

getBGQual

public int getBGQual()
Description copied from interface: FlatPointType
Gets the value of the bgQual property.

Specified by:
getBGQual in interface FlatPointType

setBGQual

public void setBGQual(int value)
Description copied from interface: FlatPointType
Sets the value of the bgQual property.

Specified by:
setBGQual in interface FlatPointType

isSetBGQual

public boolean isSetBGQual()
Specified by:
isSetBGQual in interface FlatPointType

unsetBGQual

public void unsetBGQual()
Specified by:
unsetBGQual in interface FlatPointType

getBGErrL

public double getBGErrL()
Description copied from interface: FlatPointType
Gets the value of the bgErrL property.

Specified by:
getBGErrL in interface FlatPointType

setBGErrL

public void setBGErrL(double value)
Description copied from interface: FlatPointType
Sets the value of the bgErrL property.

Specified by:
setBGErrL in interface FlatPointType

isSetBGErrL

public boolean isSetBGErrL()
Specified by:
isSetBGErrL in interface FlatPointType

unsetBGErrL

public void unsetBGErrL()
Specified by:
unsetBGErrL in interface FlatPointType

getSPRes

public double getSPRes()
Description copied from interface: FlatPointType
Gets the value of the spRes property.

Specified by:
getSPRes in interface FlatPointType

setSPRes

public void setSPRes(double value)
Description copied from interface: FlatPointType
Sets the value of the spRes property.

Specified by:
setSPRes in interface FlatPointType

isSetSPRes

public boolean isSetSPRes()
Specified by:
isSetSPRes in interface FlatPointType

unsetSPRes

public void unsetSPRes()
Specified by:
unsetSPRes in interface FlatPointType

getFErrH

public double getFErrH()
Description copied from interface: FlatPointType
Gets the value of the fErrH property.

Specified by:
getFErrH in interface FlatPointType

setFErrH

public void setFErrH(double value)
Description copied from interface: FlatPointType
Sets the value of the fErrH property.

Specified by:
setFErrH in interface FlatPointType

isSetFErrH

public boolean isSetFErrH()
Specified by:
isSetFErrH in interface FlatPointType

unsetFErrH

public void unsetFErrH()
Specified by:
unsetFErrH in interface FlatPointType

getSPSize

public double getSPSize()
Description copied from interface: FlatPointType
Gets the value of the spSize property.

Specified by:
getSPSize in interface FlatPointType

setSPSize

public void setSPSize(double value)
Description copied from interface: FlatPointType
Sets the value of the spSize property.

Specified by:
setSPSize in interface FlatPointType

isSetSPSize

public boolean isSetSPSize()
Specified by:
isSetSPSize in interface FlatPointType

unsetSPSize

public void unsetSPSize()
Specified by:
unsetSPSize in interface FlatPointType

getFSys

public double getFSys()
Description copied from interface: FlatPointType
Gets the value of the fSys property.

Specified by:
getFSys in interface FlatPointType

setFSys

public void setFSys(double value)
Description copied from interface: FlatPointType
Sets the value of the fSys property.

Specified by:
setFSys in interface FlatPointType

isSetFSys

public boolean isSetFSys()
Specified by:
isSetFSys in interface FlatPointType

unsetFSys

public void unsetFSys()
Specified by:
unsetFSys in interface FlatPointType

getSP

public double getSP()
Description copied from interface: FlatPointType
Gets the value of the sp property.

Specified by:
getSP in interface FlatPointType

setSP

public void setSP(double value)
Description copied from interface: FlatPointType
Sets the value of the sp property.

Specified by:
setSP in interface FlatPointType

isSetSP

public boolean isSetSP()
Specified by:
isSetSP in interface FlatPointType

unsetSP

public void unsetSP()
Specified by:
unsetSP in interface FlatPointType

getF

public double getF()
Description copied from interface: FlatPointType
Gets the value of the f property.

Specified by:
getF in interface FlatPointType

setF

public void setF(double value)
Description copied from interface: FlatPointType
Sets the value of the f property.

Specified by:
setF in interface FlatPointType

isSetF

public boolean isSetF()
Specified by:
isSetF in interface FlatPointType

unsetF

public void unsetF()
Specified by:
unsetF in interface FlatPointType

getT

public double getT()
Description copied from interface: FlatPointType
Gets the value of the t property.

Specified by:
getT in interface FlatPointType

setT

public void setT(double value)
Description copied from interface: FlatPointType
Sets the value of the t property.

Specified by:
setT in interface FlatPointType

isSetT

public boolean isSetT()
Specified by:
isSetT in interface FlatPointType

unsetT

public void unsetT()
Specified by:
unsetT in interface FlatPointType

getTRes

public double getTRes()
Description copied from interface: FlatPointType
Gets the value of the tRes property.

Specified by:
getTRes in interface FlatPointType

setTRes

public void setTRes(double value)
Description copied from interface: FlatPointType
Sets the value of the tRes property.

Specified by:
setTRes in interface FlatPointType

isSetTRes

public boolean isSetTRes()
Specified by:
isSetTRes in interface FlatPointType

unsetTRes

public void unsetTRes()
Specified by:
unsetTRes in interface FlatPointType

getTBinH

public double getTBinH()
Description copied from interface: FlatPointType
Gets the value of the tBinH property.

Specified by:
getTBinH in interface FlatPointType

setTBinH

public void setTBinH(double value)
Description copied from interface: FlatPointType
Sets the value of the tBinH property.

Specified by:
setTBinH in interface FlatPointType

isSetTBinH

public boolean isSetTBinH()
Specified by:
isSetTBinH in interface FlatPointType

unsetTBinH

public void unsetTBinH()
Specified by:
unsetTBinH in interface FlatPointType

getBGSys

public double getBGSys()
Description copied from interface: FlatPointType
Gets the value of the bgSys property.

Specified by:
getBGSys in interface FlatPointType

setBGSys

public void setBGSys(double value)
Description copied from interface: FlatPointType
Sets the value of the bgSys property.

Specified by:
setBGSys in interface FlatPointType

isSetBGSys

public boolean isSetBGSys()
Specified by:
isSetBGSys in interface FlatPointType

unsetBGSys

public void unsetBGSys()
Specified by:
unsetBGSys in interface FlatPointType

getTBinL

public double getTBinL()
Description copied from interface: FlatPointType
Gets the value of the tBinL property.

Specified by:
getTBinL in interface FlatPointType

setTBinL

public void setTBinL(double value)
Description copied from interface: FlatPointType
Sets the value of the tBinL property.

Specified by:
setTBinL in interface FlatPointType

isSetTBinL

public boolean isSetTBinL()
Specified by:
isSetTBinL in interface FlatPointType

unsetTBinL

public void unsetTBinL()
Specified by:
unsetTBinL in interface FlatPointType

getBG

public double getBG()
Description copied from interface: FlatPointType
Gets the value of the bg property.

Specified by:
getBG in interface FlatPointType

setBG

public void setBG(double value)
Description copied from interface: FlatPointType
Sets the value of the bg property.

Specified by:
setBG in interface FlatPointType

isSetBG

public boolean isSetBG()
Specified by:
isSetBG in interface FlatPointType

unsetBG

public void unsetBG()
Specified by:
unsetBG in interface FlatPointType

getSPBinL

public double getSPBinL()
Description copied from interface: FlatPointType
Gets the value of the spBinL property.

Specified by:
getSPBinL in interface FlatPointType

setSPBinL

public void setSPBinL(double value)
Description copied from interface: FlatPointType
Sets the value of the spBinL property.

Specified by:
setSPBinL in interface FlatPointType

isSetSPBinL

public boolean isSetSPBinL()
Specified by:
isSetSPBinL in interface FlatPointType

unsetSPBinL

public void unsetSPBinL()
Specified by:
unsetSPBinL in interface FlatPointType

getFErrL

public double getFErrL()
Description copied from interface: FlatPointType
Gets the value of the fErrL property.

Specified by:
getFErrL in interface FlatPointType

setFErrL

public void setFErrL(double value)
Description copied from interface: FlatPointType
Sets the value of the fErrL property.

Specified by:
setFErrL in interface FlatPointType

isSetFErrL

public boolean isSetFErrL()
Specified by:
isSetFErrL in interface FlatPointType

unsetFErrL

public void unsetFErrL()
Specified by:
unsetFErrL in interface FlatPointType

createUnmarshaller

public UnmarshallingEventHandler createUnmarshaller(UnmarshallingContext context)
Description copied from interface: UnmarshallableObject
Creates an unmarshaller that will unmarshall this object.

Specified by:
createUnmarshaller in interface UnmarshallableObject

serializeBody

public void serializeBody(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes child elements and texts into the specified target.

Specified by:
serializeBody in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeAttributes

public void serializeAttributes(XMLSerializer context)
                         throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Serializes attributes into the specified target.

Specified by:
serializeAttributes in interface XMLSerializable
Throws:
org.xml.sax.SAXException

serializeURIs

public void serializeURIs(XMLSerializer context)
                   throws org.xml.sax.SAXException
Description copied from interface: XMLSerializable
Declares all the namespace URIs this object is using at its top-level scope into the specified target.

Specified by:
serializeURIs in interface XMLSerializable
Throws:
org.xml.sax.SAXException

getPrimaryInterface

public java.lang.Class getPrimaryInterface()
Description copied from interface: ValidatableObject
Gets the main interface that this object implements. For example, FooImpl will return Foo from this method.

Specified by:
getPrimaryInterface in interface ValidatableObject

createRawValidator

public com.sun.msv.verifier.DocumentDeclaration createRawValidator()
Description copied from interface: ValidatableObject
Gets the schema fragment associated with this class.

Specified by:
createRawValidator in interface ValidatableObject