org.apache.woden.internal.wsdl20
Class DocumentableImpl

java.lang.Object
  extended by org.apache.woden.internal.wsdl20.WSDLElementImpl
      extended by org.apache.woden.internal.wsdl20.DocumentableImpl
All Implemented Interfaces:
AttributeExtensible, ElementExtensible, DocumentableElement, WSDLElement
Direct Known Subclasses:
TypesImpl, WSDLComponentImpl, WSDLReferenceImpl

public abstract class DocumentableImpl
extends WSDLElementImpl
implements DocumentableElement

An abstract superclass for WSDL 2.0 elements which can have <documentation> child elements. That is, all WSDL 2.0 elements except the <documentation> element itself. Defines accessor methods for manipulating DocumentationElements.

Author:
jkaputin@apache.org

Constructor Summary
DocumentableImpl()
           
 
Method Summary
 DocumentationElement addDocumentationElement()
           
 DocumentationElement[] 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, toString, wait, wait, wait
 
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

DocumentableImpl

public DocumentableImpl()
Method Detail

addDocumentationElement

public DocumentationElement addDocumentationElement()
Specified by:
addDocumentationElement in interface DocumentableElement

getDocumentationElements

public DocumentationElement[] getDocumentationElements()
Specified by:
getDocumentationElements in interface DocumentableElement


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