Class Sequence
- java.lang.Object
-
- org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
-
- org.apache.cxf.binding.corba.wsdl.CorbaType
-
- org.apache.cxf.binding.corba.wsdl.NamedType
-
- org.apache.cxf.binding.corba.wsdl.Abstractsequence
-
- org.apache.cxf.binding.corba.wsdl.Sequence
-
public class Sequence extends Abstractsequence
Java class for sequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sequence"> <complexContent> <extension base="{http://cxf.apache.org/bindings/corba}abstractsequence"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.binding.corba.wsdl.Abstractsequence
bound, elemname, elemtype, wrapped
-
Fields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryID
-
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname
-
-
Constructor Summary
Constructors Constructor Description Sequence()
-
Method Summary
-
Methods inherited from class org.apache.cxf.binding.corba.wsdl.Abstractsequence
getBound, getElemname, getElemtype, isSetBound, isSetElemname, isSetElemtype, isSetWrapped, isWrapped, setBound, setElemname, setElemtype, setWrapped, unsetWrapped
-
Methods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryID
-
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
-
-