public class Anonwstring extends CorbaTypeImpl
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>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
bound |
name| Constructor and Description |
|---|
Anonwstring() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBound()
Gets the value of the bound property.
|
boolean |
isSetBound() |
void |
setBound(long value)
Sets the value of the bound property.
|
void |
unsetBound() |
getQName, isSetQName, setQNamegetName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedprotected Long bound
public long getBound()
Longpublic void setBound(long value)
value - allowed object is
Longpublic boolean isSetBound()
public void unsetBound()
Apache CXF