oracle.calendar.soap.client
Class CalendarReply

java.lang.Object
  |
  +--oracle.calendar.soap.client.CalendarReply
Direct Known Subclasses:
CreateReply, DeleteReply, ModifyReply, NoopReply, PingReply, Reply

public class CalendarReply
extends java.lang.Object

The Calendar Reply is the base class for all SOAP reply methods. The subclass reply can be retrieved from the CalendarResponse object.


Field Summary
static java.lang.String k_cmdId
           
private  java.lang.String m_cmdId
           

 

Constructor Summary
CalendarReply()
          Default constructor.

 

Method Summary
 java.lang.String getCmdId()
          Returns the Command ID that was originally set in the Search method send to the Calendar Web Services host.
 void setCmdId(java.lang.String in_cmdId)
          Assigns the Command ID that was originally set in the SOAP method send to the Calendar Web Services host.

 

Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

 

Field Detail

k_cmdId

public static final java.lang.String k_cmdId

m_cmdId

private java.lang.String m_cmdId
Constructor Detail

CalendarReply

public CalendarReply()
Default constructor.
Method Detail

getCmdId

public java.lang.String getCmdId()
Returns the Command ID that was originally set in the Search method send to the Calendar Web Services host.
Returns:
String

setCmdId

public void setCmdId(java.lang.String in_cmdId)
Assigns the Command ID that was originally set in the SOAP method send to the Calendar Web Services host.
Parameters:
String -