public class TypesImpl extends java.lang.Object implements Types
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Element |
docEl |
protected java.util.List |
extElements |
static long |
serialVersionUID |
Constructor and Description |
---|
TypesImpl() |
Modifier and Type | Method and Description |
---|---|
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() |
protected org.w3c.dom.Element docEl
protected java.util.List extElements
public static final long serialVersionUID
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 ElementExtensible
extElement
- the extensibility element to be addedpublic java.util.List getExtensibilityElements()
getExtensibilityElements
in interface ElementExtensible
public java.lang.String toString()
toString
in class java.lang.Object
Copyright ? 2003,2005 IBM. All Rights Reserved.