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

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

public class TXQueryContentItem
extends java.lang.Object
implements TResponseContentItem

TXQueryContentItem is the query info specific implementation class for TResponseContentItem. This class provides access operations for the xquery info structure provided within Tamino responses. This basically is the xquery information within the element .

Version:
$Revision: 1.1 $
Author:
Marcus Schreyer

Field Summary
static java.lang.String SPECIFIER
          The specifier for the object info item.
 
Constructor Summary
protected TXQueryContentItem(java.lang.String expression)
          Initializes the xquery info item with the given xquery expression.
 
Method Summary
 java.lang.String getExpression()
          Gets the query expression.
 java.lang.String toString()
          Shows the query 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 object info item.

Constructor Detail

TXQueryContentItem

protected TXQueryContentItem(java.lang.String expression)
Initializes the xquery info item with the given xquery expression.

Method Detail

getExpression

public java.lang.String getExpression()
Gets the query expression.


toString

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

Overrides:
toString in class java.lang.Object


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