public class BindingFaultImpl extends NestedImpl implements BindingFault, BindingFaultElement
Constructor and Description |
---|
BindingFaultImpl() |
Modifier and Type | Method and Description |
---|---|
FragmentIdentifier |
getFragmentIdentifier()
Returns the fragment identifier for this WSDL 2.0 component.
|
InterfaceFault |
getInterfaceFault()
Returns an InterfaceFault representing the {interface fault} property of the
BindingFault component.
|
InterfaceFaultElement |
getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this BindingFaultElement.
|
QName |
getRef()
Return the name of the InterfaceFaultElement referred to by this BindingFaultElement.
|
void |
setRef(QName qname)
Specify the name of the InterfaceFaultElement referred to by this BindingFaultElement.
|
BindingFaultElement |
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 InterfaceFault getInterfaceFault()
BindingFault
getInterfaceFault
in interface BindingFault
public BindingFaultElement toElement()
BindingFault
toElement
in interface BindingFault
public void setRef(QName qname)
BindingFaultElement
ref
attribute of the binding
<fault> element.setRef
in interface BindingFaultElement
qname
- the QName of the interface faultpublic QName getRef()
BindingFaultElement
ref
attribute of the binding <fault> element.getRef
in interface BindingFaultElement
public InterfaceFaultElement getInterfaceFaultElement()
BindingFaultElement
ref
attribute of the binding <fault> element.
If this reference cannot be resolved to an InterfaceFaultElement, this method will
return null.getInterfaceFaultElement
in interface BindingFaultElement
public FragmentIdentifier getFragmentIdentifier()
WSDLComponent
getFragmentIdentifier
in interface WSDLComponent
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.