|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.calendar.soap.client.CalendarReply
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 |
public static final java.lang.String k_cmdId
private java.lang.String m_cmdId
| Constructor Detail |
public CalendarReply()
| Method Detail |
public java.lang.String getCmdId()
public void setCmdId(java.lang.String in_cmdId)
String -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||