|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.wsdl.TypesImpl
This class represents the <types> section of a WSDL document.
Field Summary | |
---|---|
protected org.w3c.dom.Element |
docEl
|
protected java.util.List |
extElements
|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
TypesImpl()
|
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. |
void |
setDocumentationElement(org.w3c.dom.Element docEl)
Set the documentation element for this document. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected org.w3c.dom.Element docEl
protected java.util.List extElements
public static final long serialVersionUID
Constructor Detail |
public TypesImpl()
Method Detail |
public void setDocumentationElement(org.w3c.dom.Element docEl)
setDocumentationElement
in interface Types
docEl
- the documentation elementpublic org.w3c.dom.Element getDocumentationElement()
getDocumentationElement
in interface Types
public void addExtensibilityElement(ExtensibilityElement extElement)
addExtensibilityElement
in interface Types
extElement
- the extensibility element to be addedpublic java.util.List getExtensibilityElements()
getExtensibilityElements
in interface Types
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |