public class Anonfixed extends CorbaType
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://cxf.apache.org/bindings/corba}corbaType"> <attribute name="digits" type="{http://cxf.apache.org/bindings/corba}ulong" /> <attribute name="scale" type="{http://cxf.apache.org/bindings/corba}ulong" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
digits |
protected Long |
scale |
qname
Constructor and Description |
---|
Anonfixed() |
Modifier and Type | Method and Description |
---|---|
long |
getDigits()
Gets the value of the digits property.
|
long |
getScale()
Gets the value of the scale property.
|
boolean |
isSetDigits() |
boolean |
isSetScale() |
void |
setDigits(long value)
Sets the value of the digits property.
|
void |
setScale(long value)
Sets the value of the scale property.
|
void |
unsetDigits() |
void |
unsetScale() |
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
getQName, isSetQName, setQName
public long getDigits()
Long
public void setDigits(long value)
value
- allowed object is
Long
public boolean isSetDigits()
public void unsetDigits()
public long getScale()
Long
public void setScale(long value)
value
- allowed object is
Long
public boolean isSetScale()
public void unsetScale()
Apache CXF