4.1.0.610 20071213

ch.ecma.csta.binding
Class SnapshotCallResponse

java.lang.Object
  extended by ch.ecma.csta.CastorObject
      extended by ch.ecma.csta.binding.SnapshotCallResponse
All Implemented Interfaces:
java.io.Serializable

public class SnapshotCallResponse
extends ch.ecma.csta.CastorObject
implements java.io.Serializable

Contains device and connection information for all parties on the call. The SnapshotCallResponse has these values:

SnapshotCallResponse Parameters
crossRefIDorSnapshotData Always Provided Includes a SnapshotCallData object containing the call information.
associatedCalledDevice Not Supported Not Supported
associatedCallingDevice Not Supported Not Supported
callCharacteristics Not Supported Not Supported
callLinkageData Not Supported Not Supported
calledDevice Not Supported Not Supported
callingDevice Not Supported Not Supported
correlatorData Not Supported Not Supported
deviceHistory Not Supported Not Supported
extensions Not Supported Not Supported
languagePreferences Not Supported Not Supported
mediaCallCharacteristics Not Supported Not Supported
messageInfo Not Supported Not Supported
subjectOfCall Not Supported Not Supported

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
SnapshotCallResponse()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 AssociatedCalledDeviceID getAssociatedCalledDevice()
          Returns the value of field 'associatedCalledDevice'.
 AssociatedCallingDeviceID getAssociatedCallingDevice()
          Returns the value of field 'associatedCallingDevice'.
 CallCharacteristics getCallCharacteristics()
          Returns the value of field 'callCharacteristics'.
 CalledDeviceID getCalledDevice()
          Returns the value of field 'calledDevice'.
 CallingDeviceID getCallingDevice()
          Returns the value of field 'callingDevice'.
 CallLinkageData getCallLinkageData()
          Returns the value of field 'callLinkageData'.
 CorrelatorData getCorrelatorData()
          Returns the value of field 'correlatorData'.
 CrossRefIDorSnapshotCallData getCrossRefIDorSnapshotCallData()
          Returns the value of field 'crossRefIDorSnapshotCallData'.
 DeviceHistory getDeviceHistory()
          Returns the value of field 'deviceHistory'.
 CSTACommonArguments getExtensions()
          Returns the value of field 'extensions'.
 java.lang.String getLanguagePreferences()
          Returns the value of field 'languagePreferences'.
 MediaCallCharacteristics getMediaCallCharacteristics()
          Returns the value of field 'mediaCallCharacteristics'.
 MessageInfo getMessageInfo()
          Returns the value of field 'messageInfo'.
 java.lang.String getSubjectOfCall()
          Returns the value of field 'subjectOfCall'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAssociatedCalledDevice(AssociatedCalledDeviceID associatedCalledDevice)
          Sets the value of field 'associatedCalledDevice'.
 void setAssociatedCallingDevice(AssociatedCallingDeviceID associatedCallingDevice)
          Sets the value of field 'associatedCallingDevice'.
 void setCallCharacteristics(CallCharacteristics callCharacteristics)
          Sets the value of field 'callCharacteristics'.
 void setCalledDevice(CalledDeviceID calledDevice)
          Sets the value of field 'calledDevice'.
 void setCallingDevice(CallingDeviceID callingDevice)
          Sets the value of field 'callingDevice'.
 void setCallLinkageData(CallLinkageData callLinkageData)
          Sets the value of field 'callLinkageData'.
 void setCorrelatorData(CorrelatorData correlatorData)
          Sets the value of field 'correlatorData'.
 void setCrossRefIDorSnapshotCallData(CrossRefIDorSnapshotCallData crossRefIDorSnapshotCallData)
          Sets the value of field 'crossRefIDorSnapshotCallData'.
 void setDeviceHistory(DeviceHistory deviceHistory)
          Sets the value of field 'deviceHistory'.
 void setExtensions(CSTACommonArguments extensions)
          Sets the value of field 'extensions'.
 void setLanguagePreferences(java.lang.String languagePreferences)
          Sets the value of field 'languagePreferences'.
 void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
          Sets the value of field 'mediaCallCharacteristics'.
 void setMessageInfo(MessageInfo messageInfo)
          Sets the value of field 'messageInfo'.
 void setSubjectOfCall(java.lang.String subjectOfCall)
          Sets the value of field 'subjectOfCall'.
static SnapshotCallResponse unmarshalSnapshotCallResponse(java.io.Reader reader)
          Method unmarshalSnapshotCallResponse
 void validate()
          Method validate
 
Methods inherited from class ch.ecma.csta.CastorObject
getOldSessionID, hashCode, setOldSessionID, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnapshotCallResponse

public SnapshotCallResponse()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class ch.ecma.csta.CastorObject
Parameters:
obj -
Returns:
boolean

getAssociatedCalledDevice

public AssociatedCalledDeviceID getAssociatedCalledDevice()
Returns the value of field 'associatedCalledDevice'.

Returns:
AssociatedCalledDeviceID

getAssociatedCallingDevice

public AssociatedCallingDeviceID getAssociatedCallingDevice()
Returns the value of field 'associatedCallingDevice'.

Returns:
AssociatedCallingDeviceID

getCallCharacteristics

public CallCharacteristics getCallCharacteristics()
Returns the value of field 'callCharacteristics'.

Returns:
CallCharacteristics

getCallLinkageData

public CallLinkageData getCallLinkageData()
Returns the value of field 'callLinkageData'.

Returns:
CallLinkageData

getCalledDevice

public CalledDeviceID getCalledDevice()
Returns the value of field 'calledDevice'.

Returns:
CalledDeviceID

getCallingDevice

public CallingDeviceID getCallingDevice()
Returns the value of field 'callingDevice'.

Returns:
CallingDeviceID

getCorrelatorData

public CorrelatorData getCorrelatorData()
Returns the value of field 'correlatorData'.

Returns:
CorrelatorData

getCrossRefIDorSnapshotCallData

public CrossRefIDorSnapshotCallData getCrossRefIDorSnapshotCallData()
Returns the value of field 'crossRefIDorSnapshotCallData'.

Returns:
CrossRefIDorSnapshotCallData

getDeviceHistory

public DeviceHistory getDeviceHistory()
Returns the value of field 'deviceHistory'.

Returns:
DeviceHistory

getExtensions

public CSTACommonArguments getExtensions()
Returns the value of field 'extensions'.

Returns:
CSTACommonArguments

getLanguagePreferences

public java.lang.String getLanguagePreferences()
Returns the value of field 'languagePreferences'.

Returns:
String

getMediaCallCharacteristics

public MediaCallCharacteristics getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'.

Returns:
MediaCallCharacteristics

getMessageInfo

public MessageInfo getMessageInfo()
Returns the value of field 'messageInfo'.

Returns:
MessageInfo

getSubjectOfCall

public java.lang.String getSubjectOfCall()
Returns the value of field 'subjectOfCall'.

Returns:
String

isValid

public boolean isValid()
Method isValid

Returns:
boolean

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setAssociatedCalledDevice

public void setAssociatedCalledDevice(AssociatedCalledDeviceID associatedCalledDevice)
Sets the value of field 'associatedCalledDevice'.

Parameters:
associatedCalledDevice - the value of field 'associatedCalledDevice'.

setAssociatedCallingDevice

public void setAssociatedCallingDevice(AssociatedCallingDeviceID associatedCallingDevice)
Sets the value of field 'associatedCallingDevice'.

Parameters:
associatedCallingDevice - the value of field 'associatedCallingDevice'.

setCallCharacteristics

public void setCallCharacteristics(CallCharacteristics callCharacteristics)
Sets the value of field 'callCharacteristics'.

Parameters:
callCharacteristics - the value of field 'callCharacteristics'.

setCallLinkageData

public void setCallLinkageData(CallLinkageData callLinkageData)
Sets the value of field 'callLinkageData'.

Parameters:
callLinkageData - the value of field 'callLinkageData'.

setCalledDevice

public void setCalledDevice(CalledDeviceID calledDevice)
Sets the value of field 'calledDevice'.

Parameters:
calledDevice - the value of field 'calledDevice'.

setCallingDevice

public void setCallingDevice(CallingDeviceID callingDevice)
Sets the value of field 'callingDevice'.

Parameters:
callingDevice - the value of field 'callingDevice'.

setCorrelatorData

public void setCorrelatorData(CorrelatorData correlatorData)
Sets the value of field 'correlatorData'.

Parameters:
correlatorData - the value of field 'correlatorData'.

setCrossRefIDorSnapshotCallData

public void setCrossRefIDorSnapshotCallData(CrossRefIDorSnapshotCallData crossRefIDorSnapshotCallData)
Sets the value of field 'crossRefIDorSnapshotCallData'.

Parameters:
crossRefIDorSnapshotCallData - the value of field 'crossRefIDorSnapshotCallData'.

setDeviceHistory

public void setDeviceHistory(DeviceHistory deviceHistory)
Sets the value of field 'deviceHistory'.

Parameters:
deviceHistory - the value of field 'deviceHistory'.

setExtensions

public void setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'.

Parameters:
extensions - the value of field 'extensions'.

setLanguagePreferences

public void setLanguagePreferences(java.lang.String languagePreferences)
Sets the value of field 'languagePreferences'.

Parameters:
languagePreferences - the value of field 'languagePreferences'.

setMediaCallCharacteristics

public void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'.

Parameters:
mediaCallCharacteristics - the value of field 'mediaCallCharacteristics'.

setMessageInfo

public void setMessageInfo(MessageInfo messageInfo)
Sets the value of field 'messageInfo'.

Parameters:
messageInfo - the value of field 'messageInfo'.

setSubjectOfCall

public void setSubjectOfCall(java.lang.String subjectOfCall)
Sets the value of field 'subjectOfCall'.

Parameters:
subjectOfCall - the value of field 'subjectOfCall'.

unmarshalSnapshotCallResponse

public static SnapshotCallResponse unmarshalSnapshotCallResponse(java.io.Reader reader)
                                                          throws org.exolab.castor.xml.MarshalException,
                                                                 org.exolab.castor.xml.ValidationException
Method unmarshalSnapshotCallResponse

Parameters:
reader -
Returns:
SnapshotCallResponse
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException

4.1.0.610 20071213

Copyright 2004 Avaya Inc All Rights Reserved.