org.apache.woden.internal.wsdl20
Class InterfaceFaultImpl
java.lang.Object
org.apache.woden.internal.wsdl20.WSDLElementImpl
org.apache.woden.internal.wsdl20.DocumentableImpl
org.apache.woden.internal.wsdl20.WSDLComponentImpl
org.apache.woden.internal.wsdl20.NestedImpl
org.apache.woden.internal.wsdl20.InterfaceFaultImpl
- All Implemented Interfaces:
- AttributeExtensible, ElementExtensible, PropertyExtensible, InterfaceFault, NestedComponent, WSDLComponent, DocumentableElement, InterfaceFaultElement, NestedElement, WSDLElement
public class InterfaceFaultImpl
- extends NestedImpl
- implements InterfaceFault, InterfaceFaultElement
This class represents the InterfaceFault component from the WSDL 2.0 Component
Model and the <fault> child element of the <interface> element.
- Author:
- jkaputin@apache.org
| Methods inherited from class org.apache.woden.internal.wsdl20.WSDLElementImpl |
addExtensionElement, addNamespace, getDeclaredNamespaces, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, removeNamespace, setExtensionAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterfaceFaultImpl
public InterfaceFaultImpl()
getName
public QName getName()
- Specified by:
getName in interface InterfaceFault- Specified by:
getName in interface InterfaceFaultElement
getMessageContentModel
public java.lang.String getMessageContentModel()
- Specified by:
getMessageContentModel in interface InterfaceFault
getElementDeclaration
public ElementDeclaration getElementDeclaration()
- Specified by:
getElementDeclaration in interface InterfaceFault
toElement
public InterfaceFaultElement toElement()
- Specified by:
toElement in interface InterfaceFault
setName
public void setName(NCName name)
- Specified by:
setName in interface InterfaceFaultElement
setElement
public void setElement(QNameTokenUnion qnameTokenUnion)
- Specified by:
setElement in interface InterfaceFaultElement
getElement
public QNameTokenUnion getElement()
- Specified by:
getElement in interface InterfaceFaultElement
getXmlSchemaElement
public org.apache.ws.commons.schema.XmlSchemaElement getXmlSchemaElement()
- Specified by:
getXmlSchemaElement in interface InterfaceFaultElement
getFragmentIdentifier
public FragmentIdentifier getFragmentIdentifier()
- Specified by:
getFragmentIdentifier in interface WSDLComponent
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.