|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLElement
A representation of the model object 'Element'.
WSDLPackage.getWSDLElement()
Method Summary | |
---|---|
void |
elementChanged(org.w3c.dom.Element changedElement)
Called to indicate that the given element has changed; the element should typically be the same as the one returned getElement() . |
WSDLElement |
getContainer()
Returns the value of the 'Container' reference. |
org.w3c.dom.Element |
getDocumentationElement()
Returns the value of the 'Documentation Element' attribute |
org.w3c.dom.Element |
getElement()
Returns the value of the 'Element' attribute |
Definition |
getEnclosingDefinition()
Returns the Definition that contains this WSDL element. |
void |
setDocumentationElement(org.w3c.dom.Element value)
Sets the value of the ' Documentation Element ' attribute |
void |
setElement(org.w3c.dom.Element value)
Sets the value of the ' Element ' attribute |
void |
setEnclosingDefinition(Definition definition)
Sets the enclosing definition of this WSDL element. |
void |
updateElement()
Ensures that the underlying DOM element both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization. |
void |
updateElement(boolean deep)
Ensures that the underlying DOM element both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization. |
Method Detail |
---|
org.w3c.dom.Element getDocumentationElement()
If the meaning of the 'Documentation Element' attribute isn't clear, there really should be more of a description here...
setDocumentationElement(Element)
,
WSDLPackage.getWSDLElement_DocumentationElement()
void setDocumentationElement(org.w3c.dom.Element value)
Documentation Element
' attribute.
value
- the new value of the 'Documentation Element' attribute.getDocumentationElement()
org.w3c.dom.Element getElement()
This is the underlying DOM element associated with this component,
i.e., the serialization
of this component.
setElement(Element)
,
WSDLPackage.getWSDLElement_Element()
void setElement(org.w3c.dom.Element value)
Element
' attribute.
value
- the new value of the 'Element' attribute.getElement()
Definition getEnclosingDefinition()
void setEnclosingDefinition(Definition definition)
definition
- the Definition that contains this WSDL element.
void updateElement()
element
both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization.
updateElement(boolean)
,
getElement()
void updateElement(boolean deep)
element
both exists and is up-to-date with respect to the model,
i.e., it serializes the component and maintains an association with that serialization.
For deep == true
,
or when getElement()
== null
,
this does the same thing as updateElement()
;
otherwise, it updates just the DOM element associated with this component to reflect the current state.
updateElement()
,
getElement()
WSDLElement getContainer()
void elementChanged(org.w3c.dom.Element changedElement)
getElement()
.
It is expected that clients will not call this themselves
since the DOM event listeners attached to the underlying DOM will invoke these automatically.
changedElement
- the DOM element changed for this instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |