Apache CXF API

org.apache.cxf.binding.corba.wsdl
Class Anonsequence

java.lang.Object
  extended by org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
      extended by org.apache.cxf.binding.corba.wsdl.CorbaType
          extended by org.apache.cxf.binding.corba.wsdl.Abstractanonsequence
              extended by org.apache.cxf.binding.corba.wsdl.Anonsequence

public class Anonsequence
extends Abstractanonsequence

Anonymous sequence type.

Java class for anonsequence complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="anonsequence">
   <complexContent>
     <extension base="{http://cxf.apache.org/bindings/corba}abstractanonsequence">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.Abstractanonsequence
bound, elemname, elemtype, wrapped
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaType
name, qualified, type
 
Fields inherited from class org.apache.cxf.binding.corba.wsdl.CorbaTypeImpl
qname
 
Constructor Summary
Anonsequence()
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.binding.corba.wsdl.Abstractanonsequence
getBound, getElemname, getElemtype, isSetBound, isSetElemname, isSetElemtype, isSetWrapped, isWrapped, setBound, setElemname, setElemtype, setWrapped, unsetWrapped
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Anonsequence

public Anonsequence()

Apache CXF API

Apache CXF