org.apache.cxf.bindings.xformat
Class XMLBindingMessageFormat
java.lang.Object
org.apache.cxf.wsdl.TExtensibilityElement
org.apache.cxf.wsdl.TExtensibilityElementImpl
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootNode
protected QName rootNode
XMLBindingMessageFormat
public XMLBindingMessageFormat()
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