public interface BindingFaultReferenceElement extends DocumentableElement, NestedElement
Modifier and Type | Method and Description |
---|---|
InterfaceFaultReferenceElement |
getInterfaceFaultReferenceElement()
Return the InterfaceFaultReferenceElement referred to by this BindingFaultReferenceElement.
|
NCName |
getMessageLabel()
Return the NCName representing the message label.
|
QName |
getRef()
Return the name of the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
|
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
void |
setRef(QName faultRefName)
Specify the name of the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
|
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setRef(QName faultRefName)
ref
attribute of the binding operation
<infault> or <outfault> element.faultRefName
- the QName of the interface fault reference.QName getRef()
ref
attribute of the binding operation
<infault> or <outfault> element.InterfaceFaultReferenceElement getInterfaceFaultReferenceElement()
ref
attribute
if this binding fault reference.
If such an element does not exist, this method will return null.void setMessageLabel(NCName msgLabel)
msgLabel
- the NCName representing the message labelNCName getMessageLabel()
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.