Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


oracle.calendar.soap.client
Class ModifyReply

java.lang.Object
  extended byoracle.calendar.soap.client.CalendarReply
      extended byoracle.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

Field Summary
static java.lang.String k_dataGuid

Fields inherited from class oracle.calendar.soap.client.CalendarReply
k_cmdId

Constructor Summary
ModifyReply()
Default constructor.

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 oracle.calendar.soap.client.CalendarReply
getCmdId, setCmdId

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

k_dataGuid

public static final java.lang.String k_dataGuid
See Also:
Constant Field Values

Constructor Detail

ModifyReply

public ModifyReply()
Default constructor. version 2002-12-19 fix008359

Method Detail

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

Oracle® Calendar Web Services Java API Reference
10g Release 1 (10.1.1)

B14475-01


Copyright © 1998, 2005, Oracle. All rights reserved.