org.apache.cxf.binding.corba.wsdl
Class Anonstring
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.Anonstring
public class Anonstring
- extends CorbaTypeImpl
Anonymous type for bounded strings.
Java class for anonstring complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="anonstring">
<complexContent>
<extension base="{http://cxf.apache.org/bindings/corba}corbaType">
<attribute name="bound" type="{http://cxf.apache.org/bindings/corba}ulong" />
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bound
protected Long bound
Anonstring
public Anonstring()
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