|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the WSDL 2.0 <documentation> element.
The <documentation> element may contain mixed content, but this interface does not define methods that interpret that content. Instead it just wraps the <documentation> element as a java.lang.Object.
TODO Should use XMLElement as the wrapper type, but also consider if/how to represent mixed type.
Method Summary | |
java.lang.Object |
getContent()
Deprecated. In M7, to be replaced in M8. See JIRA WODEN-142. |
void |
setContent(java.lang.Object docEl)
Deprecated. In M7, to be replaced in M8. See JIRA WODEN-142. |
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 void setContent(java.lang.Object docEl)
public java.lang.Object getContent()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |