org.apache.woden.wsdl20.xml
Interface DocumentationElement

All Superinterfaces:
AttributeExtensible, ElementExtensible, NestedElement, WSDLElement

public interface DocumentationElement
extends NestedElement


Method Summary
 XMLElement getContent()
          Returns a XMLElement representing the DocumentationElement xml element.
 void setContent(XMLElement documentationElement)
          Sets the documentationElement XMLElement for this DocumentationElement.
 
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
 

Method Detail

setContent

public void setContent(XMLElement documentationElement)
Sets the documentationElement XMLElement for this DocumentationElement.

Parameters:
documentationElement - A XMLElement representing the DocumentationElement xml element.

getContent

public XMLElement getContent()
Returns a XMLElement representing the DocumentationElement xml element.

Returns:
XMLElement the xml representation of the DocumentationElement.