4.1.0.610 20071213

ch.ecma.csta.binding
Class CallInformationEvent

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

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

Not supported.

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

Constructor Summary
CallInformationEvent()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 byte[] getAccountInfo()
          Returns the value of field 'accountInfo'.
 byte[] getAuthCode()
          Returns the value of field 'authCode'.
 CallCharacteristics getCallCharacteristics()
          Returns the value of field 'callCharacteristics'.
 CallingDeviceID getCallingDevice()
          Returns the value of field 'callingDevice'.
 CallLinkageDataList getCallLinkageDataList()
          Returns the value of field 'callLinkageDataList'.
 byte[] getCallQualifyingData()
          Returns the value of field 'callQualifyingData'.
 ConnectionID getConnection()
          Returns the value of field 'connection'.
 ConnectionInformation getConnectionInfo()
          Returns the value of field 'connectionInfo'.
 CorrelatorData getCorrelatorData()
          Returns the value of field 'correlatorData'.
 SubjectDeviceID getDevice()
          Returns the value of field 'device'.
 CSTACommonArguments getExtensions()
          Returns the value of field 'extensions'.
 java.lang.String getLanguagePreferences()
          Returns the value of field 'languagePreferences'.
 java.lang.String getMonitorCrossRefID()
          Returns the value of field 'monitorCrossRefID'.
 ServicesPermitted getServicesPermitted()
          Returns the value of field 'servicesPermitted'.
 java.lang.String getSubjectOfCall()
          Returns the value of field 'subjectOfCall'.
 UserData getUserData()
          Returns the value of field 'userData'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAccountInfo(byte[] accountInfo)
          Sets the value of field 'accountInfo'.
 void setAuthCode(byte[] authCode)
          Sets the value of field 'authCode'.
 void setCallCharacteristics(CallCharacteristics callCharacteristics)
          Sets the value of field 'callCharacteristics'.
 void setCallingDevice(CallingDeviceID callingDevice)
          Sets the value of field 'callingDevice'.
 void setCallLinkageDataList(CallLinkageDataList callLinkageDataList)
          Sets the value of field 'callLinkageDataList'.
 void setCallQualifyingData(byte[] callQualifyingData)
          Sets the value of field 'callQualifyingData'.
 void setConnection(ConnectionID connection)
          Sets the value of field 'connection'.
 void setConnectionInfo(ConnectionInformation connectionInfo)
          Sets the value of field 'connectionInfo'.
 void setCorrelatorData(CorrelatorData correlatorData)
          Sets the value of field 'correlatorData'.
 void setDevice(SubjectDeviceID device)
          Sets the value of field 'device'.
 void setExtensions(CSTACommonArguments extensions)
          Sets the value of field 'extensions'.
 void setLanguagePreferences(java.lang.String languagePreferences)
          Sets the value of field 'languagePreferences'.
 void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
          Sets the value of field 'monitorCrossRefID'.
 void setServicesPermitted(ServicesPermitted servicesPermitted)
          Sets the value of field 'servicesPermitted'.
 void setSubjectOfCall(java.lang.String subjectOfCall)
          Sets the value of field 'subjectOfCall'.
 void setUserData(UserData userData)
          Sets the value of field 'userData'.
static CallInformationEvent unmarshalCallInformationEvent(java.io.Reader reader)
          Method unmarshalCallInformationEvent
 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

CallInformationEvent

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

getAccountInfo

public byte[] getAccountInfo()
Returns the value of field 'accountInfo'.

Returns:
byte

getAuthCode

public byte[] getAuthCode()
Returns the value of field 'authCode'.

Returns:
byte

getCallCharacteristics

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

Returns:
CallCharacteristics

getCallLinkageDataList

public CallLinkageDataList getCallLinkageDataList()
Returns the value of field 'callLinkageDataList'.

Returns:
CallLinkageDataList

getCallQualifyingData

public byte[] getCallQualifyingData()
Returns the value of field 'callQualifyingData'.

Returns:
byte

getCallingDevice

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

Returns:
CallingDeviceID

getConnection

public ConnectionID getConnection()
Returns the value of field 'connection'.

Returns:
ConnectionID

getConnectionInfo

public ConnectionInformation getConnectionInfo()
Returns the value of field 'connectionInfo'.

Returns:
ConnectionInformation

getCorrelatorData

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

Returns:
CorrelatorData

getDevice

public SubjectDeviceID getDevice()
Returns the value of field 'device'.

Returns:
SubjectDeviceID

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

getMonitorCrossRefID

public java.lang.String getMonitorCrossRefID()
Returns the value of field 'monitorCrossRefID'.

Returns:
String

getServicesPermitted

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

Returns:
ServicesPermitted

getSubjectOfCall

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

Returns:
String

getUserData

public UserData getUserData()
Returns the value of field 'userData'.

Returns:
UserData

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

setAccountInfo

public void setAccountInfo(byte[] accountInfo)
Sets the value of field 'accountInfo'.

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

setAuthCode

public void setAuthCode(byte[] authCode)
Sets the value of field 'authCode'.

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

setCallCharacteristics

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

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

setCallLinkageDataList

public void setCallLinkageDataList(CallLinkageDataList callLinkageDataList)
Sets the value of field 'callLinkageDataList'.

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

setCallQualifyingData

public void setCallQualifyingData(byte[] callQualifyingData)
Sets the value of field 'callQualifyingData'.

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

setCallingDevice

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

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

setConnection

public void setConnection(ConnectionID connection)
Sets the value of field 'connection'.

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

setConnectionInfo

public void setConnectionInfo(ConnectionInformation connectionInfo)
Sets the value of field 'connectionInfo'.

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

setCorrelatorData

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

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

setDevice

public void setDevice(SubjectDeviceID device)
Sets the value of field 'device'.

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

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'.

setMonitorCrossRefID

public void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
Sets the value of field 'monitorCrossRefID'.

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

setServicesPermitted

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

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

setSubjectOfCall

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

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

setUserData

public void setUserData(UserData userData)
Sets the value of field 'userData'.

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

unmarshalCallInformationEvent

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

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