public class InterfaceFaultImpl extends NestedImpl implements InterfaceFault, InterfaceFaultElement, EdInterfaceFault
| Constructor and Description |
|---|
InterfaceFaultImpl() |
| Modifier and Type | Method and Description |
|---|---|
QNameTokenUnion |
getElement()
Return the union of the xs:token and xs:QName of the global schema element declaration referred to by this
InterfaceFaultElement.
|
ElementDeclaration |
getElementDeclaration()
Returns the ElementDeclaration representing the {element declaration} property
of this InterfaceFault.
|
FragmentIdentifier |
getFragmentIdentifier()
Returns the fragment identifier for this WSDL 2.0 component.
|
String |
getMessageContentModel()
Returns a String representing the {message content model} property of this
InterfaceFault.
|
QName |
getName()
Returns the qualified name representing the {name} property of this InterfaceFault.
|
org.apache.ws.commons.schema.XmlSchemaElement |
getXmlSchemaElement()
Return the XmlSchemaElement representing the global schema element declaration
referred to by this InterfaceFaultElement.
|
void |
setElement(QNameTokenUnion qnameTokenUnion)
Specify the union of the xs:token and xs:QName of the global schema element declaration referred to by this
InterfaceFaultElement.
|
void |
setName(NCName name)
Set the name of this InterfaceFaultElement to the specified NCName.
|
void |
setName(QName name) |
InterfaceFaultElement |
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 QName getName()
InterfaceFaultgetName in interface InterfaceFaultgetName in interface InterfaceFaultElementpublic String getMessageContentModel()
InterfaceFaultgetMessageContentModel in interface InterfaceFaultpublic ElementDeclaration getElementDeclaration()
InterfaceFaultgetElementDeclaration in interface InterfaceFaultpublic InterfaceFaultElement toElement()
InterfaceFaulttoElement in interface InterfaceFaultpublic void setName(NCName name)
InterfaceFaultElementname attribute of the interface <fault> element.setName in interface InterfaceFaultElementname - the NCName that represents the local name of this interface faultpublic void setElement(QNameTokenUnion qnameTokenUnion)
InterfaceFaultElementelement attribute of the interface
<fault> element.setElement in interface InterfaceFaultElementqnameTokenUnion - the QNameTokenUnion of the element declarationpublic QNameTokenUnion getElement()
InterfaceFaultElementelement attribute of the interface
<fault> element.getElement in interface InterfaceFaultElementpublic org.apache.ws.commons.schema.XmlSchemaElement getXmlSchemaElement()
InterfaceFaultElementelement
attribute of the interface <fault> element.
If this reference cannot be resolved to an element declaration in a schema that
is visible to the enclosing <description>, this method will return null.
To be visible, the schema must have been correctly imported or inlined within
the <types> element.getXmlSchemaElement in interface InterfaceFaultElementpublic FragmentIdentifier getFragmentIdentifier()
WSDLComponentgetFragmentIdentifier in interface WSDLComponentpublic void setName(QName name)
setName in interface EdInterfaceFaultCopyright © 2005–2019 Apache Software Foundation. All rights reserved.