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

B14475-01


oracle.calendar.soap.client
Class CreateReply

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


public class CreateReply
extends CalendarReply

Encapsulates the XML received from a CreateCommand. The Create Reply object can be obtained from a CalendarResponse.

See Also:
CalendaringResponse, CreateCommand

Field Summary
static java.lang.String k_dataGuid

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

Constructor Summary
CreateReply()
Default constructor.

Method Summary
java.lang.String getDataGuid()
Retrieve the GUID of the newly created entity.
static CreateReply unmarshall(java.util.Vector in_bodyEntries)
Constructs a new CreateReply 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

CreateReply

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

Method Detail

getDataGuid

public java.lang.String getDataGuid()
Retrieve the GUID of the newly created entity. version 2003-01-30 fix008476
Returns:
String - data GUID

unmarshall

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

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

B14475-01


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