oracle.calendar.soap.client
Class ModifyReply
java.lang.Object
oracle.calendar.soap.client.CalendarReply
oracle.calendar.soap.client.ModifyReply
- public class ModifyReply
- extends CalendarReply
Encapsulates the XML received from a ModifyCommand. The Modify Reply object can be obtained from a CalendarResponse.
- See Also:
CalendaringResponse
, ModifyCommand
Method Summary |
java.lang.String |
getDataGuid()
Retrieves the UID of the modified entity. |
static ModifyReply |
unmarshall(java.util.Vector in_bodyEntries)
Constructs a new ModifyReply instance from the XML elements within the SOAP <Body>. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
k_dataGuid
public static final java.lang.String k_dataGuid
-
- See Also:
- Constant Field Values
ModifyReply
public ModifyReply()
- Default constructor. version 2002-12-19 fix008359
getDataGuid
public java.lang.String getDataGuid()
- Retrieves the UID of the modified entity. Note: After a modification, the entity may have had to be recreated due to the complexity of the modification. version 2003-01-30 fix008476
-
- Returns:
- String an data GUID
unmarshall
public static ModifyReply unmarshall(java.util.Vector in_bodyEntries)
- Constructs a new ModifyReply instance from the XML elements within the SOAP <Body>. The Reply will contain the contents of the first <ModifyReply> element found. version 2003-01-30 fix008476
-
- Parameters:
in_bodyEntries
- - Vector of XML elements
- Returns:
- ModifyReply
Copyright © 1998, 2005, Oracle. All rights reserved.