|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.calendar.soap.client.CalendarReply | +--oracle.calendar.soap.client.CreateReply
The CreateReply class provides the encapsulation for the XML received from a CreateCommand. The Create Reply object can be obtained from a CalendarResponse.
CalendaringResponse
, CreateCommand
Field Summary | |
static java.lang.String |
k_dataGuid |
private java.lang.String |
m_dataGuid |
Fields inherited from class oracle.calendar.soap.client.CalendarReply |
k_cmdId, m_cmdId |
Constructor Summary | |
CreateReply() Default constructor. |
Method Summary | |
java.lang.String |
getDataGuid() Retrieve the GUID of the newly created entity |
static CreateReply |
unmarshall(java.util.Vector in_bodyEntries) Constructs a new CreateReply instance from the XML elements within the bodyEntries. |
Methods inherited from class oracle.calendar.soap.client.CalendarReply |
getCmdId, setCmdId |
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_dataGuid
private java.lang.String m_dataGuid
Constructor Detail |
public CreateReply()
Method Detail |
public java.lang.String getDataGuid()
public static CreateReply unmarshall(java.util.Vector in_bodyEntries)
in_bodyEntries
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |