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

B25488-01


oracle.calendar.soap.client
Class SummaryReply

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


public class SummaryReply
extends CalendarReply

Encapsulates the XML received from a SummaryCommand. The Summary Reply object can be obtained from a CalendarResponse.

See Also:
CalendaringResponse, SummaryCommand

Nested Class Summary
class SummaryReply.ActiveTasksCount
class SummaryReply.EventsCount

Field Summary

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

Constructor Summary
SummaryReply()
Default constructor.

Method Summary
SummaryReply.ActiveTasksCount getActiveTasksCount()
Retrieve the ActiveTasks count version 2003-09-05 fix009594
SummaryReply.EventsCount getEventsCount()
Retrieves the events count version 2003-09-05 fix009594
static SummaryReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new SummaryReply 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

Constructor Detail

SummaryReply

public SummaryReply()
Default constructor. version 2003-09-05 fix009594

Method Detail

getEventsCount

public SummaryReply.EventsCount getEventsCount()
Retrieves the events count version 2003-09-05 fix009594
Returns:
String - events count

getActiveTasksCount

public SummaryReply.ActiveTasksCount getActiveTasksCount()
Retrieve the ActiveTasks count version 2003-09-05 fix009594
Returns:
String ActiveTasks count

unmarshall

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

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

B25488-01


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