|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsil.impl.WSILElementWithTextImpl
public abstract class WSILElementWithTextImpl
This class is the base class for elements that have a text node.
Field Summary | |
---|---|
protected java.lang.String |
lang
Language setting. |
protected java.lang.String |
text
Text. |
Constructor Summary | |
---|---|
WSILElementWithTextImpl()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.wsil.WSILElement |
---|
toXMLString |
Field Detail |
---|
protected java.lang.String lang
protected java.lang.String text
Constructor Detail |
---|
public WSILElementWithTextImpl()
Method Detail |
---|
public void setLang(java.lang.String lang)
setLang
in interface WSILElementWithText
the
- language type for this abstract.public java.lang.String getLang()
getLang
in interface WSILElementWithText
public void setText(java.lang.String text)
setText
in interface WSILElementWithText
text
- the documentation text stringpublic java.lang.String getText()
getText
in interface WSILElementWithText
public java.lang.String toString()
toString
in class java.lang.Object
protected java.lang.String toXMLString(java.lang.String elementName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |