Class Array
Java class for array complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="array">
<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, wrappedFields inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
repositoryIDFields 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.Abstractsequence
getBound, getElemname, getElemtype, isSetBound, isSetElemname, isSetElemtype, isSetWrapped, isWrapped, setBound, setElemname, setElemtype, setWrapped, unsetWrappedMethods inherited from class org.apache.cxf.binding.corba.wsdl.NamedType
getRepositoryID, isSetRepositoryID, setRepositoryIDMethods 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
-
Constructor Details
-
Array
public Array()
-