|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.woden.internal.wsdl20.WSDLElementImpl
org.apache.woden.internal.wsdl20.WSDLObjectImpl
org.apache.woden.internal.wsdl20.DocumentableImpl
org.apache.woden.internal.wsdl20.NestedImpl
org.apache.woden.internal.wsdl20.InterfaceFaultImpl
This class represents the InterfaceFault component from the WSDL 2.0 Component Model and the <fault> child element of the <interface> element.
Constructor Summary | |
InterfaceFaultImpl()
|
Method Summary | |
org.apache.ws.commons.schema.XmlSchemaElement |
getElement()
Return the XmlSchemaElement representing the global schema element declaration referred to by this InterfaceFaultElement. |
ElementDeclaration |
getElementDeclaration()
Returns the ElementDeclaration representing the {element declaration} property of this InterfaceFault. |
QName |
getElementName()
Return the name of the global schema element declaration referred to by this InterfaceFaultElement. |
java.lang.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. |
void |
setElementName(QName qname)
Specify the name 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. |
Methods inherited from class org.apache.woden.internal.wsdl20.NestedImpl |
getParent, getParentElement, setParentElement |
Methods inherited from class org.apache.woden.internal.wsdl20.DocumentableImpl |
addDocumentationElement, getDocumentationElements |
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLObjectImpl |
containsComponent, equals, getComponentExtensionsForNamespace, setComponentExtensions |
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLElementImpl |
addExtensionElement, getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, getExtensionElements, getExtensionElementsOfType, hasExtensionAttributesForNamespace, hasExtensionElementsForNamespace, removeExtensionElement, setExtensionAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.woden.wsdl20.NestedComponent |
getParent |
Methods inherited from interface org.apache.woden.wsdl20.WSDLComponent |
equals, getComponentExtensionsForNamespace |
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
addDocumentationElement, getDocumentationElements |
Methods inherited from interface org.apache.woden.wsdl20.extensions.AttributeExtensible |
getExtensionAttribute, getExtensionAttributes, getExtensionAttributesForNamespace, hasExtensionAttributesForNamespace, setExtensionAttribute |
Methods inherited from interface org.apache.woden.wsdl20.extensions.ElementExtensible |
addExtensionElement, getExtensionElements, getExtensionElementsOfType, hasExtensionElementsForNamespace, removeExtensionElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.NestedElement |
getParentElement, setParentElement |
Constructor Detail |
public InterfaceFaultImpl()
Method Detail |
public QName getName()
InterfaceFault
getName
in interface InterfaceFault
public java.lang.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 setElementName(QName qname)
InterfaceFaultElement
element
attribute of the interface
<fault> element.
setElementName
in interface InterfaceFaultElement
qname
- the QName of the element declarationpublic QName getElementName()
InterfaceFaultElement
element
attribute of the interface
<fault> element.
getElementName
in interface InterfaceFaultElement
public org.apache.ws.commons.schema.XmlSchemaElement getElement()
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.
getElement
in interface InterfaceFaultElement
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |