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

B14475-01


oracle.calendar.soap.client
Class CalendarReply

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

Direct Known Subclasses:
CreateReply, DeleteReply, ModifyReply, NoopReply, PingReply, Reply, SummaryReply

public class CalendarReply
extends java.lang.Object

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

k_cmdId

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

Constructor Detail

CalendarReply

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

Method Detail

getCmdId

public java.lang.String getCmdId()
Returns the Command ID that was originally set in the Search method. version 2002-12-19 fix008359
Returns:
String

setCmdId

public void setCmdId(java.lang.String in_cmdId)
Specifies the Command ID of the SOAP method that was sent to the Calendar Web services host. version 2002-12-19 fix008359
Parameters:
in_cmdId -

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

B14475-01


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