Apache CXF API

org.apache.cxf.wsdl
Class TTypes

java.lang.Object
  extended by org.apache.cxf.wsdl.TDocumented
      extended by org.apache.cxf.wsdl.TExtensibleDocumented
          extended by org.apache.cxf.wsdl.TTypes

public class TTypes
extends TExtensibleDocumented

Java class for tTypes complex type.

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

 <complexType name="tTypes">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleDocumented">
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibleDocumented
any
 
Fields inherited from class org.apache.cxf.wsdl.TDocumented
documentation
 
Constructor Summary
TTypes()
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibleDocumented
getAny, getOtherAttributes, isSetAny, unsetAny
 
Methods inherited from class org.apache.cxf.wsdl.TDocumented
getDocumentation, isSetDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTypes

public TTypes()

Apache CXF API

Apache CXF