Apache CXF API

org.apache.cxf.bindings.xformat
Class XMLFormatBinding

java.lang.Object
  extended by org.apache.cxf.wsdl.TExtensibilityElement
      extended by org.apache.cxf.wsdl.TExtensibilityElementImpl
          extended by org.apache.cxf.bindings.xformat.XMLFormatBinding
All Implemented Interfaces:
javax.wsdl.extensions.ExtensibilityElement

public class XMLFormatBinding
extends TExtensibilityElementImpl

Java class for XMLFormatBinding complex type.

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

 <complexType name="XMLFormatBinding">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
XMLFormatBinding()
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElementImpl
getElementType, getRequired, setElementType, setRequired
 
Methods inherited from class org.apache.cxf.wsdl.TExtensibilityElement
isRequired, isSetRequired, setRequired, unsetRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLFormatBinding

public XMLFormatBinding()

Apache CXF API

Apache CXF