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

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

public class TObjectContentItem
extends java.lang.Object
implements TResponseContentItem

TObjectContentItem is the object info specific implementation class for TResponseContentItem. This class provides access operations for the object info structure provided within Tamino responses.

Version:
$Revision: 1.3 $
Author:
Marcus Schreyer

Field Summary
static java.lang.String SPECIFIER
          The specifier for the object info item.
 
Constructor Summary
protected TObjectContentItem(java.lang.String collection, java.lang.String doctype, java.lang.String id)
          Initializes the object info item.
 
Method Summary
 java.lang.String getCollection()
          Gets the collection value.
 java.lang.String getDoctype()
          Gets the doctype value.
 java.lang.String getId()
          Gets the id value.
 java.lang.String toString()
          Shows the message 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

TObjectContentItem

protected TObjectContentItem(java.lang.String collection,
                             java.lang.String doctype,
                             java.lang.String id)
Initializes the object info item. No object information is currently given.

Method Detail

getCollection

public java.lang.String getCollection()
Gets the collection value.


getDoctype

public java.lang.String getDoctype()
Gets the doctype value.


getId

public java.lang.String getId()
Gets the id value.


toString

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

Overrides:
toString in class java.lang.Object


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