|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.client.CalendarReply
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 |
Constructor Summary | |
CalendarReply() Default constructor. |
Method Summary | |
java.lang.String |
getCmdId() Returns the Command ID that was originally set in the Search method. |
void |
setCmdId(java.lang.String in_cmdId) Specifies the Command ID of the SOAP method that was sent to the Calendar Web services host. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String k_cmdId
Constructor Detail |
public CalendarReply()
Method Detail |
public java.lang.String getCmdId()
public void setCmdId(java.lang.String in_cmdId)
in_cmdId
-
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |