|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.OriginatedEvent
public class OriginatedEvent
Indicates that a call is being attempted from a device. It implies that input activity for the call is complete and that a call (rather than a feature) has been requested.
The supported parameters for the OriginatedEvent are:OriginatedEvent Supported Parameters | ||
---|---|---|
monitorCrossRefID | Mandatory | Associates the event to an established monitor. |
originatedConnection | Mandatory | Specifies the connection at which the call originated. |
callingDevice | Mandatory | Specifies the calling device. |
calledDevice | Mandatory | Specifies the originally called device. |
localConnectionInfo | Conditional | Specifies the local connection state of the device associated with the Monitor Cross Reference ID. |
cause | Mandatory | Specifies the reason for the event. |
associatedCallingDevice
,
networkCallingDevice
or
associatedCalledDevice
,
networkCalledDevice
for external incoming and
outgoing calls respectively.
Constructor Summary | |
---|---|
OriginatedEvent()
|
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'. |
SubjectDeviceID |
getCallingDevice()
Returns the value of field 'callingDevice'. |
CallLinkageData |
getCallLinkageData()
Returns the value of field 'callLinkageData'. |
EventCause |
getCause()
Returns the value of field 'cause'. |
CorrelatorData |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.String |
getLanguagePreferences()
Returns the value of field 'languagePreferences'. |
LocalConnectionState |
getLocalConnectionInfo()
Returns the value of field 'localConnectionInfo'. |
MediaCallCharacteristics |
getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'. |
MessageInfo |
getMessageInfo()
Returns the value of field 'messageInfo'. |
java.lang.String |
getMonitorCrossRefID()
Returns the value of field 'monitorCrossRefID'. |
NetworkCalledDeviceID |
getNetworkCalledDevice()
Returns the value of field 'networkCalledDevice'. |
NetworkCallingDeviceID |
getNetworkCallingDevice()
Returns the value of field 'networkCallingDevice'. |
ConnectionID |
getOriginatedConnection()
Returns the value of field 'originatedConnection'. |
ConnectionInformation |
getOriginatedConnectionInfo()
Returns the value of field 'originatedConnectionInfo'. |
DeviceID |
getOriginatingDevice()
Returns the value of field 'originatingDevice'. |
ServicesPermitted |
getServicesPermitted()
Returns the value of field 'servicesPermitted'. |
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(SubjectDeviceID callingDevice)
Sets the value of field 'callingDevice'. |
void |
setCallLinkageData(CallLinkageData callLinkageData)
Sets the value of field 'callLinkageData'. |
void |
setCause(EventCause cause)
Sets the value of field 'cause'. |
void |
setCorrelatorData(CorrelatorData correlatorData)
Sets the value of field 'correlatorData'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setLanguagePreferences(java.lang.String languagePreferences)
Sets the value of field 'languagePreferences'. |
void |
setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
Sets the value of field 'localConnectionInfo'. |
void |
setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'. |
void |
setMessageInfo(MessageInfo messageInfo)
Sets the value of field 'messageInfo'. |
void |
setMonitorCrossRefID(java.lang.String monitorCrossRefID)
Sets the value of field 'monitorCrossRefID'. |
void |
setNetworkCalledDevice(NetworkCalledDeviceID networkCalledDevice)
Sets the value of field 'networkCalledDevice'. |
void |
setNetworkCallingDevice(NetworkCallingDeviceID networkCallingDevice)
Sets the value of field 'networkCallingDevice'. |
void |
setOriginatedConnection(ConnectionID originatedConnection)
Sets the value of field 'originatedConnection'. |
void |
setOriginatedConnectionInfo(ConnectionInformation originatedConnectionInfo)
Sets the value of field 'originatedConnectionInfo'. |
void |
setOriginatingDevice(DeviceID originatingDevice)
Sets the value of field 'originatingDevice'. |
void |
setServicesPermitted(ServicesPermitted servicesPermitted)
Sets the value of field 'servicesPermitted'. |
void |
setSubjectOfCall(java.lang.String subjectOfCall)
Sets the value of field 'subjectOfCall'. |
static OriginatedEvent |
unmarshalOriginatedEvent(java.io.Reader reader)
Method unmarshalOriginatedEvent |
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 |
---|
public OriginatedEvent()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public AssociatedCalledDeviceID getAssociatedCalledDevice()
public AssociatedCallingDeviceID getAssociatedCallingDevice()
public CallCharacteristics getCallCharacteristics()
public CallLinkageData getCallLinkageData()
public CalledDeviceID getCalledDevice()
public SubjectDeviceID getCallingDevice()
public EventCause getCause()
public CorrelatorData getCorrelatorData()
public CSTACommonArguments getExtensions()
public java.lang.String getLanguagePreferences()
public LocalConnectionState getLocalConnectionInfo()
public MediaCallCharacteristics getMediaCallCharacteristics()
public MessageInfo getMessageInfo()
public java.lang.String getMonitorCrossRefID()
public NetworkCalledDeviceID getNetworkCalledDevice()
public NetworkCallingDeviceID getNetworkCallingDevice()
public ConnectionID getOriginatedConnection()
public ConnectionInformation getOriginatedConnectionInfo()
originatedConnection
connection. Optional. If
this
parameter is not present, then the connection information
is switching
function specific.
public DeviceID getOriginatingDevice()
public ServicesPermitted getServicesPermitted()
public java.lang.String getSubjectOfCall()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setAssociatedCalledDevice(AssociatedCalledDeviceID associatedCalledDevice)
associatedCalledDevice
- the value of field
'associatedCalledDevice'.public void setAssociatedCallingDevice(AssociatedCallingDeviceID associatedCallingDevice)
associatedCallingDevice
- the value of field
'associatedCallingDevice'.public void setCallCharacteristics(CallCharacteristics callCharacteristics)
callCharacteristics
- the value of field
'callCharacteristics'.public void setCallLinkageData(CallLinkageData callLinkageData)
callLinkageData
- the value of field 'callLinkageData'.public void setCalledDevice(CalledDeviceID calledDevice)
calledDevice
- the value of field 'calledDevice'.public void setCallingDevice(SubjectDeviceID callingDevice)
callingDevice
- the value of field 'callingDevice'.public void setCause(EventCause cause)
cause
- the value of field 'cause'.public void setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setLanguagePreferences(java.lang.String languagePreferences)
languagePreferences
- the value of field
'languagePreferences'.public void setLocalConnectionInfo(LocalConnectionState localConnectionInfo)
localConnectionInfo
- the value of field
'localConnectionInfo'.public void setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setMessageInfo(MessageInfo messageInfo)
messageInfo
- the value of field 'messageInfo'.public void setMonitorCrossRefID(java.lang.String monitorCrossRefID)
monitorCrossRefID
- the value of field
'monitorCrossRefID'.public void setNetworkCalledDevice(NetworkCalledDeviceID networkCalledDevice)
networkCalledDevice
- the value of field
'networkCalledDevice'.public void setNetworkCallingDevice(NetworkCallingDeviceID networkCallingDevice)
networkCallingDevice
- the value of field
'networkCallingDevice'.public void setOriginatedConnection(ConnectionID originatedConnection)
originatedConnection
- the value of field
'originatedConnection'.public void setOriginatedConnectionInfo(ConnectionInformation originatedConnectionInfo)
originatedConnection
connection. Optional. If
this
parameter is not present, then the connection information
is switching
function specific.
originatedConnectionInfo
- the value of field
'originatedConnectionInfo'.public void setOriginatingDevice(DeviceID originatingDevice)
originatingDevice
- the value of field
'originatingDevice'.public void setServicesPermitted(ServicesPermitted servicesPermitted)
servicesPermitted
- the value of field
'servicesPermitted'.public void setSubjectOfCall(java.lang.String subjectOfCall)
subjectOfCall
- the value of field 'subjectOfCall'.public static OriginatedEvent unmarshalOriginatedEvent(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |