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, getParentElement
containsComponent, equals, getComponentExtensionContext, getExtensionProperties, getExtensionProperties, getExtensionProperty, isEquivalentTo, setComponentExtensionContext, toString
addDocumentationElement, getDocumentationElements
addExtensionElement, addNamespace, getDeclaredNamespaces, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, removeNamespace, setExtensionAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParent
equals, getComponentExtensionContext, isEquivalentTo, setComponentExtensionContext, toString
getExtensionProperties, getExtensionProperties, getExtensionProperty
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
public InterfaceFaultReference getInterfaceFaultReference()
BindingFaultReference
getInterfaceFaultReference
in interface BindingFaultReference
public BindingFaultReferenceElement toElement()
BindingFaultReference
toElement
in interface BindingFaultReference
public void setRef(QName qname)
BindingFaultReferenceElement
ref
attribute of the binding operation
<infault> or <outfault> element.setRef
in interface BindingFaultReferenceElement
qname
- the QName of the interface fault reference.public QName getRef()
BindingFaultReferenceElement
ref
attribute of the binding operation
<infault> or <outfault> element.getRef
in interface BindingFaultReferenceElement
public InterfaceFaultReferenceElement getInterfaceFaultReferenceElement()
BindingFaultReferenceElement
ref
attribute
if this binding fault reference.
If such an element does not exist, this method will return null.getInterfaceFaultReferenceElement
in interface BindingFaultReferenceElement
public void setMessageLabel(NCName msgLabel)
BindingFaultReferenceElement
setMessageLabel
in interface BindingFaultReferenceElement
msgLabel
- the NCName representing the message labelpublic NCName getMessageLabel()
BindingFaultReferenceElement
getMessageLabel
in interface BindingFaultReferenceElement
public FragmentIdentifier getFragmentIdentifier()
WSDLComponent
getFragmentIdentifier
in interface WSDLComponent
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.