oracle.calendar.soap.client
Class ModifyReply

java.lang.Object
  |
  +--oracle.calendar.soap.client.CalendarReply
        |
        +--oracle.calendar.soap.client.ModifyReply

public class ModifyReply
extends CalendarReply

The ModifyReply class provides the encapsulation for 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
           
private  java.lang.String m_dataGuid
           

 

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

 

Constructor Summary
ModifyReply()
          Default constructor.

 

Method Summary
 java.lang.String getDataGuid()
          Retrieve 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 bodyEntries.

 

Methods inherited from class oracle.calendar.soap.client.CalendarReply
getCmdId, setCmdId

 

Methods inherited from class java.lang.Object
<clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait

 

Field Detail

k_dataGuid

public static final java.lang.String k_dataGuid

m_dataGuid

private java.lang.String m_dataGuid
Constructor Detail

ModifyReply

public ModifyReply()
Default constructor.
Method Detail

getDataGuid

public java.lang.String getDataGuid()
Retrieve the UID of the modified entity. It is important to note that after a modification the entity may have had to be recreated, due to the complexity of the modification.
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 bodyEntries. The Reply will contain the contents of the first <ModifyReply> element found.
Parameters:
in_bodyEntries -  
Returns:
ModifyReply a ModifyReply object