Class Anonwstring
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
-
- org.apache.cxf.binding.corba.wsdl.CorbaType
-
- org.apache.cxf.binding.corba.wsdl.Anonwstring
-
public class Anonwstring extends CorbaType
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" use="required" type="{http://cxf.apache.org/bindings/corba}ulong" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Anonwstring()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBound()Gets the value of the bound property.booleanisSetBound()voidsetBound(long value)Sets the value of the bound property.-
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 org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
getQName, isSetQName, setQName
-
-