public interface InterfaceFaultReferenceElement extends DocumentableElement, NestedElement
Modifier and Type | Method and Description |
---|---|
Direction |
getDirection()
Returns an enumerated type, Direction, that indicates the direction of this fault.
|
InterfaceFaultElement |
getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement.
|
NCName |
getMessageLabel()
Return the NCName representing the message label.
|
QName |
getRef()
Return the name of the InterfaceFaultElement referred to by this
InterfaceFaultReferenceElement.
|
void |
setDirection(Direction dir)
Set the message direction using the specified enumerated type, Direction,
which indicates the direction of the fault.
|
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
void |
setRef(QName faultName)
Specify the name of the InterfaceFaultElement referred to by this
InterfaceFaultReferenceElement.
|
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setRef(QName faultName)
ref
attribute of the interface operation
<infault> or <outfault> element.faultName
- the QName of the interface faultQName getRef()
ref
attribute of the interface operation
<infault> or <outfault> element.InterfaceFaultElement getInterfaceFaultElement()
ref
attribute of the interface operation <infault> or <outfault> element.
If this reference cannot be resolved to an InterfaceFaultElement, this method will
return null.void setMessageLabel(NCName msgLabel)
messageLabel
attribute of the interface operation
<infault> and <outfault> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent interface <operation> element.msgLabel
- the NCName representing the message labelNCName getMessageLabel()
messageLabel
attribute of the interface operation
<infault> and <outfault> elements.
It represents a placeholder message in the message exchange pattern specified by the
parent interface <operation> element.void setDirection(Direction dir)
dir
- the Direction of the faultDirection getDirection()
Copyright © 2005–2015 Apache Software Foundation. All rights reserved.