com.softwareag.tamino.db.api.response
Class TWarningLineContentItem

java.lang.Object
  extended by com.softwareag.tamino.db.api.response.TWarningLineContentItem
All Implemented Interfaces:
TResponseContentItem

public class TWarningLineContentItem
extends java.lang.Object
implements TResponseContentItem

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.

Version:
$Revision: 1.1 $
Author:
Oliver.Kleber@softwareag.com

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

SPECIFIER

public static final java.lang.String SPECIFIER
The specifier for the warning line item.

Constructor Detail

TWarningLineContentItem

protected TWarningLineContentItem(java.lang.String line)
Initializes the warning line item.

Parameters:
line - the warning line content
Method Detail

getLine

public java.lang.String getLine()
Gets the warning line content

Returns:
the warning line content

toString

public java.lang.String toString()
Shows the warning line info as XML.

Overrides:
toString in class java.lang.Object


Copyright (c) 2013 Software AG. All Rights Reserved.