Class CorbaFixedHandler
- java.lang.Object
-
- org.apache.cxf.binding.corba.types.CorbaObjectHandler
-
- org.apache.cxf.binding.corba.types.CorbaFixedHandler
-
public final class CorbaFixedHandler extends CorbaObjectHandler
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
idlType, isAnon, isRecursive, name, type, typeCode
-
-
Constructor Summary
Constructors Constructor Description CorbaFixedHandler(QName fixedName, QName fixedIdlType, org.omg.CORBA.TypeCode fixedTC, Object fixedType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()longgetDigits()longgetScale()BigDecimalgetValue()StringgetValueData()voidsetValue(BigDecimal val)voidsetValueFromData(String data)-
Methods inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
getIdlType, getName, getSimpleName, getType, getTypeCode, getTypeCodeKind, isAnonymousType, isRecursive, setAnonymousType, setIntoAny, setRecursive
-
-
-
-
Method Detail
-
getDigits
public long getDigits()
-
getScale
public long getScale()
-
getValue
public BigDecimal getValue()
-
getValueData
public String getValueData()
-
setValue
public void setValue(BigDecimal val)
-
setValueFromData
public void setValueFromData(String data)
-
clear
public void clear()
- Overrides:
clearin classCorbaObjectHandler
-
-