|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSILElementWithText
A WS-Inspection element that can contain a text value. The text value can be associated with a language setting.
| 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. |
| Methods inherited from interface org.apache.wsil.WSILElement |
|---|
toXMLString |
| Method Detail |
|---|
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 string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||