|
||||||||||
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.DocumentableImpl
org.apache.woden.internal.wsdl20.WSDLComponentImpl
org.apache.woden.internal.wsdl20.NestedImpl
org.apache.woden.internal.wsdl20.InterfaceFaultImpl
public class 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 | |
---|---|
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. |
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. |
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. |
Methods inherited from class org.apache.woden.internal.wsdl20.NestedImpl |
---|
getParent, getParentElement |
Methods inherited from class org.apache.woden.internal.wsdl20.WSDLComponentImpl |
---|
containsComponent, equals, getComponentExtensionContext, getExtensionProperties, getExtensionProperties, getExtensionProperty, setComponentExtensionContext, toString |
Methods inherited from class org.apache.woden.internal.wsdl20.DocumentableImpl |
---|
addDocumentationElement, getDocumentationElements |
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 |
Methods inherited from interface org.apache.woden.wsdl20.NestedComponent |
---|
getParent |
Methods inherited from interface org.apache.woden.wsdl20.WSDLComponent |
---|
equals, getComponentExtensionContext, setComponentExtensionContext, toString |
Methods inherited from interface org.apache.woden.wsdl20.extensions.PropertyExtensible |
---|
getExtensionProperties, getExtensionProperties, getExtensionProperty |
Methods inherited from interface org.apache.woden.wsdl20.xml.DocumentableElement |
---|
addDocumentationElement, getDocumentationElements |
Methods inherited from interface org.apache.woden.wsdl20.xml.NestedElement |
---|
getParentElement |
Methods inherited from interface org.apache.woden.wsdl20.xml.WSDLElement |
---|
addNamespace, getDeclaredNamespaces, getInScopeNamespaces, getNamespacePrefix, getNamespaceURI, removeNamespace |
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 |
Constructor Detail |
---|
public InterfaceFaultImpl()
Method Detail |
---|
public QName getName()
InterfaceFault
getName
in interface InterfaceFault
getName
in interface InterfaceFaultElement
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 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |