Apache CXF API

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

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.Anonwstring

public class Anonwstring
extends CorbaTypeImpl

Anonymous type for bounded wstrings.

Java class for anonwstring complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="anonwstring">
   <complexContent>
     <extension base="{http://cxf.apache.org/bindings/corba}corbaType">
       <attribute name="bound" type="{http://cxf.apache.org/bindings/corba}ulong" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long bound
           
 
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
Anonwstring()
           
 
Method Summary
 long getBound()
          Gets the value of the bound property.
 boolean isSetBound()
           
 void setBound(long value)
          Sets the value of the bound property.
 void unsetBound()
           
 
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

bound

protected Long bound
Constructor Detail

Anonwstring

public Anonwstring()
Method Detail

getBound

public long getBound()
Gets the value of the bound property.

Returns:
possible object is Long

setBound

public void setBound(long value)
Sets the value of the bound property.

Parameters:
value - allowed object is Long

isSetBound

public boolean isSetBound()

unsetBound

public void unsetBound()

Apache CXF API

Apache CXF