public class InterfaceFaultReferenceImpl extends NestedImpl implements InterfaceFaultReference, InterfaceFaultReferenceElement, EdInterfaceFaultReference
| Constructor and Description |
|---|
InterfaceFaultReferenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Direction |
getDirection()
Returns an enumerated type, Direction, that represents the {direction} property
of this InterfaceFaultReference.
|
FragmentIdentifier |
getFragmentIdentifier()
Returns the fragment identifier for this WSDL 2.0 component.
|
InterfaceFault |
getInterfaceFault()
Returns an InterfaceFault representing the {interface fault} property of this
InterfaceFaultReference.
|
InterfaceFaultElement |
getInterfaceFaultElement()
Return the InterfaceFaultElement referred to by this InterfaceFaultReferenceElement.
|
NCName |
getMessageLabel()
Returns an NCName representing the {message label} property of this InterfaceFaultReference.
|
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 |
setInterfaceFault(InterfaceFault interfaceFault) |
void |
setMessageLabel(NCName msgLabel)
Set the message label to the specified NCName.
|
void |
setRef(QName faultQName)
Specify the name of the InterfaceFaultElement referred to by this
InterfaceFaultReferenceElement.
|
InterfaceFaultReferenceElement |
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, waitaddDocumentationElement, getDocumentationElementsgetParentElementaddNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespacegetExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttributeaddExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElementgetParentequals, getComponentExtensionContext, isEquivalentTo, setComponentExtensionContext, toStringgetExtensionProperties, getExtensionProperties, getExtensionPropertypublic InterfaceFault getInterfaceFault()
InterfaceFaultReferencegetInterfaceFault in interface InterfaceFaultReferencepublic NCName getMessageLabel()
InterfaceFaultReferencegetMessageLabel in interface InterfaceFaultReferencegetMessageLabel in interface InterfaceFaultReferenceElementpublic Direction getDirection()
InterfaceFaultReferencegetDirection in interface InterfaceFaultReferencegetDirection in interface InterfaceFaultReferenceElementpublic InterfaceFaultReferenceElement toElement()
InterfaceFaultReferencetoElement in interface InterfaceFaultReferencepublic void setRef(QName faultQName)
InterfaceFaultReferenceElementref attribute of the interface operation
<infault> or <outfault> element.setRef in interface InterfaceFaultReferenceElementfaultQName - the QName of the interface faultpublic QName getRef()
InterfaceFaultReferenceElementref attribute of the interface operation
<infault> or <outfault> element.getRef in interface InterfaceFaultReferenceElementpublic InterfaceFaultElement getInterfaceFaultElement()
InterfaceFaultReferenceElementref
attribute of the interface operation <infault> or <outfault> element.
If this reference cannot be resolved to an InterfaceFaultElement, this method will
return null.getInterfaceFaultElement in interface InterfaceFaultReferenceElementpublic void setMessageLabel(NCName msgLabel)
InterfaceFaultReferenceElementmessageLabel 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.setMessageLabel in interface EdInterfaceFaultReferencesetMessageLabel in interface InterfaceFaultReferenceElementmsgLabel - the NCName representing the message labelpublic void setDirection(Direction dir)
InterfaceFaultReferenceElementsetDirection in interface EdInterfaceFaultReferencesetDirection in interface InterfaceFaultReferenceElementdir - the Direction of the faultpublic FragmentIdentifier getFragmentIdentifier()
WSDLComponentgetFragmentIdentifier in interface WSDLComponentpublic void setInterfaceFault(InterfaceFault interfaceFault)
setInterfaceFault in interface EdInterfaceFaultReferenceCopyright © 2005–2019 Apache Software Foundation. All rights reserved.