public abstract class WSILElementWithTextImpl extends java.lang.Object implements WSILElementWithText
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
lang
Language setting.
|
protected java.lang.String |
text
Text.
|
| Constructor and Description |
|---|
WSILElementWithTextImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLang()
Get the language attribute for the abstract.
|
java.lang.String |
getText()
Get the abstract text string.
|
void |
setLang(java.lang.String lang)
Set the language attribute for the abstract.
|
void |
setText(java.lang.String text)
Set the documentation text string.
|
java.lang.String |
toString()
String representation of this object.
|
protected java.lang.String |
toXMLString(java.lang.String elementName)
XML string representation of this object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoXMLStringprotected java.lang.String lang
protected java.lang.String text
public void setLang(java.lang.String lang)
setLang in interface WSILElementWithTextthe - language type for this abstract.public java.lang.String getLang()
getLang in interface WSILElementWithTextpublic void setText(java.lang.String text)
setText in interface WSILElementWithTexttext - the documentation text stringpublic java.lang.String getText()
getText in interface WSILElementWithTextpublic java.lang.String toString()
toString in class java.lang.Objectprotected java.lang.String toXMLString(java.lang.String elementName)
Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.