Class Anonfixed


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>
 
  • Field Details

    • digits

      protected Long digits
    • scale

      protected Long scale
  • Constructor Details

    • Anonfixed

      public Anonfixed()
  • 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 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()