Apache CXF API

org.apache.cxf.binding.corba.types
Class CorbaFixedHandler

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.CorbaObjectHandler
      extended by 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
CorbaFixedHandler(QName fixedName, QName fixedIdlType, TypeCode fixedTC, Object fixedType)
           
 
Method Summary
 void clear()
           
 long getDigits()
           
 long getScale()
           
 BigDecimal getValue()
           
 String getValueData()
           
 void setValue(BigDecimal val)
           
 void setValueFromData(String data)
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.CorbaObjectHandler
getIdlType, getName, getSimpleName, getType, getTypeCode, getTypeCodeKind, isAnonymousType, isRecursive, setAnonymousType, setIntoAny, setRecursive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaFixedHandler

public CorbaFixedHandler(QName fixedName,
                         QName fixedIdlType,
                         TypeCode fixedTC,
                         Object fixedType)
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:
clear in class CorbaObjectHandler

Apache CXF API

Apache CXF