|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TWarningLineContentItem
public class TWarningLineContentItem
TMessageLineContentItem is the warning line information specific implementation class for TResponseContentItem. This class provides access operations for the warning line provided within Tamino warning responses.
Field Summary | |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the warning line item. |
Constructor Summary | |
---|---|
protected |
TWarningLineContentItem(java.lang.String line)
Initializes the warning line item. |
Method Summary | |
---|---|
java.lang.String |
getLine()
Gets the warning line content |
java.lang.String |
toString()
Shows the warning line 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 TWarningLineContentItem(java.lang.String line)
line
- the warning line contentMethod Detail |
---|
public java.lang.String getLine()
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 |