|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.response.TObjectContentItem
public class TObjectContentItem
TObjectContentItem is the object info specific implementation class for TResponseContentItem. This class provides access operations for the object info structure provided within Tamino responses.
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 |
---|
public static final java.lang.String SPECIFIER
Constructor Detail |
---|
protected TObjectContentItem(java.lang.String collection, java.lang.String doctype, java.lang.String id)
Method Detail |
---|
public java.lang.String getCollection()
public java.lang.String getDoctype()
public java.lang.String getId()
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 |