public class InterfaceFaultImpl extends NestedImpl implements InterfaceFault, InterfaceFaultElement
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.
|
InterfaceFaultElement |
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 QName getName()
InterfaceFault
getName
in interface InterfaceFault
getName
in interface InterfaceFaultElement
public String getMessageContentModel()
InterfaceFault
getMessageContentModel
in interface InterfaceFault
public ElementDeclaration getElementDeclaration()
InterfaceFault
getElementDeclaration
in interface InterfaceFault
public InterfaceFaultElement toElement()
InterfaceFault
toElement
in interface InterfaceFault
public void setName(NCName name)
InterfaceFaultElement
name
attribute of the interface <fault> element.setName
in interface InterfaceFaultElement
name
- the NCName that represents the local name of this interface faultpublic void setElement(QNameTokenUnion qnameTokenUnion)
InterfaceFaultElement
element
attribute of the interface
<fault> element.setElement
in interface InterfaceFaultElement
qnameTokenUnion
- the QNameTokenUnion of the element declarationpublic QNameTokenUnion getElement()
InterfaceFaultElement
element
attribute of the interface
<fault> element.getElement
in interface InterfaceFaultElement
public org.apache.ws.commons.schema.XmlSchemaElement getXmlSchemaElement()
InterfaceFaultElement
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.getXmlSchemaElement
in interface InterfaceFaultElement
public FragmentIdentifier getFragmentIdentifier()
WSDLComponent
getFragmentIdentifier
in interface WSDLComponent
Copyright © 2005–2013 Apache Software Foundation. All rights reserved.