4.1.0.610 20071213

ch.ecma.csta.binding
Class SnapshotCallResponseInfo

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

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

Information about a device / connection on a call.

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

Constructor Summary
SnapshotCallResponseInfo()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ConnectionID getCallIdentifier()
          Returns the value of field 'callIdentifier'.
 SubjectDeviceID getDeviceOnCall()
          Returns the value of field 'deviceOnCall'.
 LocalConnectionState getLocalConnectionInfo()
          Returns the value of field 'localConnectionInfo'.
 CallMediaInfoList getMediaServiceInfoList()
          Returns the value of field 'mediaServiceInfoList'.
 ServicesPermitted getServicesPermitted()
          Returns the value of field 'servicesPermitted'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setCallIdentifier(ConnectionID callIdentifier)
          Sets the value of field 'callIdentifier'.
 void setDeviceOnCall(SubjectDeviceID deviceOnCall)
          Sets the value of field 'deviceOnCall'.
 void setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
          Sets the value of field 'localConnectionInfo'.
 void setMediaServiceInfoList(CallMediaInfoList mediaServiceInfoList)
          Sets the value of field 'mediaServiceInfoList'.
 void setServicesPermitted(ServicesPermitted servicesPermitted)
          Sets the value of field 'servicesPermitted'.
static SnapshotCallResponseInfo unmarshalSnapshotCallResponseInfo(java.io.Reader reader)
          Method unmarshalSnapshotCallResponseInfo
 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

SnapshotCallResponseInfo

public SnapshotCallResponseInfo()
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

getCallIdentifier

public ConnectionID getCallIdentifier()
Returns the value of field 'callIdentifier'. The field 'callIdentifier' has the following description: ConnectionID object with connection info for this device.

Returns:
ConnectionID

getDeviceOnCall

public SubjectDeviceID getDeviceOnCall()
Returns the value of field 'deviceOnCall'. The field 'deviceOnCall' has the following description: SubjectDeviceID object that indicates the device on the call.

Returns:
SubjectDeviceID

getLocalConnectionInfo

public LocalConnectionState getLocalConnectionInfo()
Returns the value of field 'localConnectionInfo'. The field 'localConnectionInfo' has the following description: LocalConnectionState object with connection state for this device.

Returns:
LocalConnectionState

getMediaServiceInfoList

public CallMediaInfoList getMediaServiceInfoList()
Returns the value of field 'mediaServiceInfoList'. The field 'mediaServiceInfoList' has the following description: Not Supported.

Returns:
CallMediaInfoList

getServicesPermitted

public ServicesPermitted getServicesPermitted()
Returns the value of field 'servicesPermitted'.

Returns:
ServicesPermitted

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

setCallIdentifier

public void setCallIdentifier(ConnectionID callIdentifier)
Sets the value of field 'callIdentifier'. The field 'callIdentifier' has the following description: ConnectionID object with connection info for this device.

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

setDeviceOnCall

public void setDeviceOnCall(SubjectDeviceID deviceOnCall)
Sets the value of field 'deviceOnCall'. The field 'deviceOnCall' has the following description: SubjectDeviceID object that indicates the device on the call.

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

setLocalConnectionInfo

public void setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
Sets the value of field 'localConnectionInfo'. The field 'localConnectionInfo' has the following description: LocalConnectionState object with connection state for this device.

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

setMediaServiceInfoList

public void setMediaServiceInfoList(CallMediaInfoList mediaServiceInfoList)
Sets the value of field 'mediaServiceInfoList'. The field 'mediaServiceInfoList' has the following description: Not Supported.

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

setServicesPermitted

public void setServicesPermitted(ServicesPermitted servicesPermitted)
Sets the value of field 'servicesPermitted'.

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

unmarshalSnapshotCallResponseInfo

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

Parameters:
reader -
Returns:
SnapshotCallResponseInfo
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.