org.apache.woden.wsdl20.xml
Interface DocumentationElement

All Superinterfaces:
AttributeExtensible, ElementExtensible, NestedElement, WSDLElement
All Known Implementing Classes:
DocumentationImpl

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

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

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

getContent

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

Returns:
XMLElement the xml representation of the DocumentationElement.


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.