Package org.apache.wsil
Interface WSILElementWithText
- All Superinterfaces:
Serializable
,WSILElement
- All Known Subinterfaces:
Abstract
,ServiceName
- All Known Implementing Classes:
AbstractImpl
,ServiceNameImpl
,WSILElementWithTextImpl
A WS-Inspection element that can contain a text value. The text value
can be associated with a language setting.
- Version:
- 1.0
- Author:
- Peter Brittenham
-
Method Summary
Methods inherited from interface org.apache.wsil.WSILElement
toXMLString
-
Method Details
-
getLang
String getLang()Get the language attribute for the abstract.- Returns:
- Returns the language type for this abstract.
-
getText
String getText()Get the abstract text string.- Returns:
- Returns the abstract as a text string.
-
setLang
Set the language attribute for the abstract.- Parameters:
the
- language type for this abstract.
-
setText
Set the documentation text string.- Parameters:
text
- the documentation text string
-