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>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
rootNode |
required| Constructor and Description |
|---|
XMLBindingMessageFormat() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getRootNode()
Gets the value of the rootNode property.
|
boolean |
isSetRootNode() |
void |
setRootNode(QName value)
Sets the value of the rootNode property.
|
getElementType, getRequired, setElementType, setRequiredisRequired, isSetRequired, setRequired, unsetRequiredprotected QName rootNode
public QName getRootNode()
QNamepublic void setRootNode(QName value)
value - allowed object is
QNamepublic boolean isSetRootNode()
Apache CXF