Class Fixed
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.NamedType
org.apache.cxf.binding.corba.wsdl.Fixed
Java class for fixed complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fixed">
<complexContent>
<extension base="{http://cxf.apache.org/bindings/corba}namedType">
<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>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryIDFields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryIDMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
Field Details
-
digits
-
scale
-
-
Constructor Details
-
Fixed
public Fixed()
-
-
Method Details
-
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 isLong
-
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 isLong
-
isSetScale
public boolean isSetScale() -
unsetScale
public void unsetScale()
-