Class Anonstring
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.Anonstring
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" use="required" type="{http://cxf.apache.org/bindings/corba}ulong" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
getName, getType, isQualified, isSetName, isSetQualified, isSetType, setName, setQualified, setType, unsetQualifiedMethods inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
Field Details
-
bound
protected long bound
-
-
Constructor Details
-
Anonstring
public Anonstring()
-
-
Method Details
-
getBound
public long getBound()Gets the value of the bound property. -
setBound
public void setBound(long value) Sets the value of the bound property. -
isSetBound
public boolean isSetBound()
-