public class BindingFaultReferenceImpl extends NestedImpl implements BindingFaultReference, BindingFaultReferenceElement
| Constructor and Description |
|---|
BindingFaultReferenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
FragmentIdentifier |
getFragmentIdentifier()
Returns the fragment identifier for this WSDL 2.0 component.
|
InterfaceFaultReference |
getInterfaceFaultReference()
Returns an InterfaceFaultReference representing the {interface fault reference}
property of the BindingFaultReference component.
|
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 qname)
Specify the name of the InterfaceFaultReferenceElement referred to by this
BindingFaultReferenceElement.
|
BindingFaultReferenceElement |
toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
getParent, getParentElementcontainsComponent, equals, getComponentExtensionContext, getExtensionProperties, getExtensionProperties, getExtensionProperty, isEquivalentTo, setComponentExtensionContext, toStringaddDocumentationElement, getDocumentationElementsaddExtensionElement, addNamespace, getDeclaredNamespaces, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, removeNamespace, setExtensionAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetParentequals, getComponentExtensionContext, isEquivalentTo, setComponentExtensionContext, toStringgetExtensionProperties, getExtensionProperties, getExtensionPropertyaddDocumentationElement, getDocumentationElementsgetParentElementaddNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespacegetExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttributeaddExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElementpublic InterfaceFaultReference getInterfaceFaultReference()
BindingFaultReferencegetInterfaceFaultReference in interface BindingFaultReferencepublic BindingFaultReferenceElement toElement()
BindingFaultReferencetoElement in interface BindingFaultReferencepublic void setRef(QName qname)
BindingFaultReferenceElementref attribute of the binding operation
<infault> or <outfault> element.setRef in interface BindingFaultReferenceElementqname - the QName of the interface fault reference.public QName getRef()
BindingFaultReferenceElementref attribute of the binding operation
<infault> or <outfault> element.getRef in interface BindingFaultReferenceElementpublic InterfaceFaultReferenceElement getInterfaceFaultReferenceElement()
BindingFaultReferenceElementref attribute
if this binding fault reference.
If such an element does not exist, this method will return null.getInterfaceFaultReferenceElement in interface BindingFaultReferenceElementpublic void setMessageLabel(NCName msgLabel)
BindingFaultReferenceElementsetMessageLabel in interface BindingFaultReferenceElementmsgLabel - the NCName representing the message labelpublic NCName getMessageLabel()
BindingFaultReferenceElementgetMessageLabel in interface BindingFaultReferenceElementpublic FragmentIdentifier getFragmentIdentifier()
WSDLComponentgetFragmentIdentifier in interface WSDLComponentCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.