|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents WSDL 2.0 elements that can have <documentation> child elements. That is, all WSDL 2.0 elements except the <documentation> element itself. The Java interfaces that correspond to these WSDL elements will extend this interface to inherit the behaviour for getting, adding and removing DocumentationElements.
TODO a removeDocmentationElement method
Method Summary | |
DocumentationElement |
addDocumentationElement()
Create a DocumentationElement with this WSDLElement as its parent and return a reference to it. |
DocumentationElement[] |
getDocumentationElements()
Return the set of DocumentationElements defined directly within this WSDLElement. |
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 |
public DocumentationElement addDocumentationElement()
public DocumentationElement[] getDocumentationElements()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |