Apache CXF API

org.apache.cxf.bindings.xformat
Class XMLBindingMessageFormat

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

public class XMLBindingMessageFormat
extends TExtensibilityElementImpl

Java class for XMLBindingMessageFormat complex type.

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

 <complexType name="XMLBindingMessageFormat">
   <complexContent>
     <extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
       <sequence>
       </sequence>
       <attribute name="rootNode" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  QName rootNode
           
 
Fields inherited from class org.apache.cxf.wsdl.TExtensibilityElement
required
 
Constructor Summary
XMLBindingMessageFormat()
           
 
Method Summary
 QName getRootNode()
          Gets the value of the rootNode property.
 boolean isSetRootNode()
           
 void setRootNode(QName value)
          Sets the value of the rootNode property.
 
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
 

Field Detail

rootNode

protected QName rootNode
Constructor Detail

XMLBindingMessageFormat

public XMLBindingMessageFormat()
Method Detail

getRootNode

public QName getRootNode()
Gets the value of the rootNode property.

Returns:
possible object is QName

setRootNode

public void setRootNode(QName value)
Sets the value of the rootNode property.

Parameters:
value - allowed object is QName

isSetRootNode

public boolean isSetRootNode()

Apache CXF API

Apache CXF