|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TWarningContentItem
public class TWarningContentItem
TwarningContentItem is the warning information specific implementation class for TResponseContentItem. This class provides access operations for the warning info structure provided within Tamino responses. This comprises the return value as well as the warning text and warning line.
Field Summary | |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the warning info item. |
Constructor Summary | |
---|---|
protected |
TWarningContentItem(java.lang.String returnValue,
TWarningTextContentItem warningText,
TWarningLineContentItem warningLine)
Initializes the warning info item. |
Method Summary | |
---|---|
java.lang.String |
getReturnValue()
Gets the response attribute value. |
TWarningLineContentItem |
getWarningLine()
Gets the message line content. |
TWarningTextContentItem |
getWarningText()
Gets the message text content. |
java.lang.String |
toString()
Shows the warning 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 TWarningContentItem(java.lang.String returnValue, TWarningTextContentItem warningText, TWarningLineContentItem warningLine)
warningText
- the warning textwarningLine
- the warning lineMethod Detail |
---|
public java.lang.String getReturnValue()
public TWarningTextContentItem getWarningText()
public TWarningLineContentItem getWarningLine()
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 |