public interface WSILElementWithText extends WSILElement
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.
|
toXMLString
java.lang.String getLang()
java.lang.String getText()
void setLang(java.lang.String lang)
the
- language type for this abstract.void setText(java.lang.String text)
text
- the documentation text stringCopyright ? 2001 International Business Machines Corporation. All Rights Reserved.