public interface InterfaceFaultElement extends DocumentableElement, NestedElement
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.
|
QName |
getName()
Return the qualified name of this InterfaceFaultElement, which consists of its
local name and the targetNamespace of the enclosing DescriptionElement.
|
org.apache.ws.commons.schema.XmlSchemaElement |
getXmlSchemaElement()
Return the XmlSchemaElement representing the global schema element declaration
referred to by this InterfaceFaultElement.
|
void |
setElement(QNameTokenUnion elementName)
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.
|
addDocumentationElement, getDocumentationElements
getParentElement
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement
void setName(NCName name)
name
attribute of the interface <fault> element.name
- the NCName that represents the local name of this interface faultQName getName()
void setElement(QNameTokenUnion elementName)
element
attribute of the interface
<fault> element.elementName
- the QNameTokenUnion of the element declarationQNameTokenUnion getElement()
element
attribute of the interface
<fault> element.org.apache.ws.commons.schema.XmlSchemaElement getXmlSchemaElement()
element
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.Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.