Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class Fixed

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.CorbaType
      extended by org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
          extended by org.apache.cxf.binding.corba.wsdl.NamedType
              extended by org.apache.cxf.binding.corba.wsdl.Fixed

public class Fixed
extends NamedType

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
protected  Long digits
           
protected  Long scale
           
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryID
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
name
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
qualified, type
 
Constructor Summary
Fixed()
           
 
Method Summary
 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()
           
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryID
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualified
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

digits

protected Long digits

scale

protected Long scale
Constructor Detail

Fixed

public Fixed()
Method Detail

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()

Apache CXF API

Apache CXF