|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.wsdl.BindingOutputImpl
This class represents an output binding. That is, it contains the information that would be specified in an output element contained within an operation element contained within a binding element.
Field Summary | |
protected org.w3c.dom.Element |
docEl
|
protected java.util.List |
extElements
|
protected java.lang.String |
name
|
static long |
serialVersionUID
|
Constructor Summary | |
BindingOutputImpl()
|
Method Summary | |
void |
addExtensibilityElement(ExtensibilityElement extElement)
Add an extensibility element. |
org.w3c.dom.Element |
getDocumentationElement()
Get the documentation element. |
java.util.List |
getExtensibilityElements()
Get all the extensibility elements defined here. |
java.lang.String |
getName()
Get the name of this output binding. |
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document. |
void |
setName(java.lang.String name)
Set the name of this output binding. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String name
protected org.w3c.dom.Element docEl
protected java.util.List extElements
public static final long serialVersionUID
Constructor Detail |
public BindingOutputImpl()
Method Detail |
public void setName(java.lang.String name)
setName
in interface BindingOutput
name
- the desired namepublic java.lang.String getName()
getName
in interface BindingOutput
public void setDocumentationElement(org.w3c.dom.Element docEl)
setDocumentationElement
in interface BindingOutput
docEl
- the documentation elementpublic org.w3c.dom.Element getDocumentationElement()
getDocumentationElement
in interface BindingOutput
public void addExtensibilityElement(ExtensibilityElement extElement)
addExtensibilityElement
in interface ElementExtensible
extElement
- the extensibility element to be addedpublic java.util.List getExtensibilityElements()
getExtensibilityElements
in interface ElementExtensible
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |