|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TWarningTextContentItem
public class TWarningTextContentItem
TMessageTextContentItem is the warning text information specific implementation class for TResponseContentItem. This class provides access operations for the warning text provided within Tamino warning responses.
Field Summary | |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the warning text item. |
Constructor Summary | |
---|---|
protected |
TWarningTextContentItem(java.lang.String code,
java.lang.String text)
Initializes the warning text item. |
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the warning text code. |
java.lang.String |
getText()
Gets the warning text content |
java.lang.String |
toString()
Shows the warning text info as XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SPECIFIER
Constructor Detail |
---|
protected TWarningTextContentItem(java.lang.String code, java.lang.String text)
code
- the warning text codetext
- the warning text contentMethod Detail |
---|
public java.lang.String getCode()
public java.lang.String getText()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |