4.1.0.610 20071213

ch.ecma.csta.binding
Class SnapshotDeviceResponseInfo

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

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

Information about a connection on the device.

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

Constructor Summary
SnapshotDeviceResponseInfo()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ConnectionID getConnectionIdentifier()
          Returns the value of field 'connectionIdentifier'.
 SubjectDeviceID getEndpointDevice()
          Returns the value of field 'endpointDevice'.
 CallState getLocalCallState()
          Returns the value of field 'localCallState'.
 MediaCallCharacteristics getMediaCallCharacteristics()
          Returns the value of field 'mediaCallCharacteristics'.
 DeviceMediaInfoList 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 setConnectionIdentifier(ConnectionID connectionIdentifier)
          Sets the value of field 'connectionIdentifier'.
 void setEndpointDevice(SubjectDeviceID endpointDevice)
          Sets the value of field 'endpointDevice'.
 void setLocalCallState(CallState localCallState)
          Sets the value of field 'localCallState'.
 void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
          Sets the value of field 'mediaCallCharacteristics'.
 void setMediaServiceInfoList(DeviceMediaInfoList mediaServiceInfoList)
          Sets the value of field 'mediaServiceInfoList'.
 void setServicesPermitted(ServicesPermitted servicesPermitted)
          Sets the value of field 'servicesPermitted'.
static SnapshotDeviceResponseInfo unmarshalSnapshotDeviceResponseInfo(java.io.Reader reader)
          Method unmarshalSnapshotDeviceResponseInfo
 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

SnapshotDeviceResponseInfo

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

getConnectionIdentifier

public ConnectionID getConnectionIdentifier()
Returns the value of field 'connectionIdentifier'. The field 'connectionIdentifier' has the following description: ConnectionID object with connection info for this call.

Returns:
ConnectionID

getEndpointDevice

public SubjectDeviceID getEndpointDevice()
Returns the value of field 'endpointDevice'. The field 'endpointDevice' has the following description: Not Supported.

Returns:
SubjectDeviceID

getLocalCallState

public CallState getLocalCallState()
Returns the value of field 'localCallState'. The field 'localCallState' has the following description: CallState object that indicates whether this connection is connected, held, alerting, etc.

Returns:
CallState

getMediaCallCharacteristics

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

Returns:
MediaCallCharacteristics

getMediaServiceInfoList

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

Returns:
DeviceMediaInfoList

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

setConnectionIdentifier

public void setConnectionIdentifier(ConnectionID connectionIdentifier)
Sets the value of field 'connectionIdentifier'. The field 'connectionIdentifier' has the following description: ConnectionID object with connection info for this call.

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

setEndpointDevice

public void setEndpointDevice(SubjectDeviceID endpointDevice)
Sets the value of field 'endpointDevice'. The field 'endpointDevice' has the following description: Not Supported.

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

setLocalCallState

public void setLocalCallState(CallState localCallState)
Sets the value of field 'localCallState'. The field 'localCallState' has the following description: CallState object that indicates whether this connection is connected, held, alerting, etc.

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

setMediaCallCharacteristics

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

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

setMediaServiceInfoList

public void setMediaServiceInfoList(DeviceMediaInfoList 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'.

unmarshalSnapshotDeviceResponseInfo

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

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