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

B14475-01


oracle.calendar.soap.client
Class DeleteReply

java.lang.Object
  extended byoracle.calendar.soap.client.CalendarReply
      extended byoracle.calendar.soap.client.DeleteReply


public class DeleteReply
extends CalendarReply

Encapsulates the XML received from a DeleteCommand. The Delete Reply object can be obtained from a CalendarResponse.

See Also:
CalendaringResponse, DeleteCommand

Field Summary
static java.lang.String k_dataGuid

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

Constructor Summary
DeleteReply()
Default constructor.

Method Summary
java.lang.String getDataGuid()
Retrieves the GUID of the deleted entity.
static DeleteReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new DeleteReply instance from the XML elements within the SOAP <Body> element.

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

DeleteReply

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

Method Detail

getDataGuid

public java.lang.String getDataGuid()
Retrieves the GUID of the deleted entity. version 2003-01-30 fix008476
Returns:
String an data GUID

unmarshall

public static DeleteReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new DeleteReply instance from the XML elements within the SOAP <Body> element. The Reply will contain the contents of the first <DeleteReply> element found. version 2003-01-31 fix008476
Parameters:
in_bodyEntries - Vector of XML elements
Returns:
DeleteReply

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

B14475-01


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