org.apache.schemas.yoko.bindings.corba
Class Anonfixed
java.lang.Object
org.apache.schemas.yoko.bindings.corba.CorbaType
org.apache.yoko.wsdl.CorbaTypeImpl
org.apache.schemas.yoko.bindings.corba.Anonfixed
public class Anonfixed
- extends CorbaTypeImpl
Java class for anonfixed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="anonfixed">
<complexContent>
<extension base="{http://schemas.apache.org/yoko/bindings/corba}corbaType">
<attribute name="digits" type="{http://schemas.apache.org/yoko/bindings/corba}ulong" />
<attribute name="scale" type="{http://schemas.apache.org/yoko/bindings/corba}ulong" />
</extension>
</complexContent>
</complexType>
Field Summary |
protected java.lang.Long |
digits
|
protected java.lang.Long |
scale
|
Fields inherited from class org.apache.schemas.yoko.bindings.corba.CorbaType |
type |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
digits
protected java.lang.Long digits
scale
protected java.lang.Long scale
Anonfixed
public Anonfixed()
getDigits
public long getDigits()
- Gets the value of the digits property.
- Returns:
- possible object is
Long
setDigits
public void setDigits(long value)
- Sets the value of the digits property.
- Parameters:
value
- allowed object is
Long
isSetDigits
public boolean isSetDigits()
unsetDigits
public void unsetDigits()
getScale
public long getScale()
- Gets the value of the scale property.
- Returns:
- possible object is
Long
setScale
public void setScale(long value)
- Sets the value of the scale property.
- Parameters:
value
- allowed object is
Long
isSetScale
public boolean isSetScale()
unsetScale
public void unsetScale()
-