org.apache.cxf.binding.corba.wsdl
Class Array
java.lang.Object
org.apache.cxf.binding.corba.wsdl.CorbaType
org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
org.apache.cxf.binding.corba.wsdl.NamedType
org.apache.cxf.binding.corba.wsdl.Abstractsequence
org.apache.cxf.binding.corba.wsdl.Array
public class Array
- extends Abstractsequence
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>
|
Constructor Summary |
Array()
|
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Array
public Array()
Apache CXF