4.1.0.610 20071213

ch.ecma.csta.binding
Class RouteRequest

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

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

Not supported.

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

Constructor Summary
RouteRequest()
           
 
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'.
 CallingDeviceID getCallingDevice()
          Returns the value of field 'callingDevice'.
 CallLinkageData getCallLinkageData()
          Returns the value of field 'callLinkageData'.
 CorrelatorData getCorrelatorData()
          Returns the value of field 'correlatorData'.
 java.lang.String getCrossRefIdentifier()
          Returns the value of field 'crossRefIdentifier'.
 CalledDeviceID getCurrentRoute()
          Returns the value of field 'currentRoute'.
 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.Boolean getPriority()
          Returns the value of field 'priority'.
 java.lang.Long getReplyTimeout()
          Returns the value of field 'replyTimeout'.
 ConnectionInformation getRouteCallInfo()
          Returns the value of field 'routeCallInfo'.
 ConnectionID getRoutedCall()
          Returns the value of field 'routedCall'.
 SubjectDeviceID getRouteingDevice()
          Returns the value of field 'routeingDevice'.
 java.lang.String getRouteRegisterReqID()
          Returns the value of field 'routeRegisterReqID'.
 SelectValue getRouteSelAlgorithm()
          Returns the value of field 'routeSelAlgorithm'.
 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 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 setCrossRefIdentifier(java.lang.String crossRefIdentifier)
          Sets the value of field 'crossRefIdentifier'.
 void setCurrentRoute(CalledDeviceID currentRoute)
          Sets the value of field 'currentRoute'.
 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 setPriority(java.lang.Boolean priority)
          Sets the value of field 'priority'.
 void setReplyTimeout(java.lang.Long replyTimeout)
          Sets the value of field 'replyTimeout'.
 void setRouteCallInfo(ConnectionInformation routeCallInfo)
          Sets the value of field 'routeCallInfo'.
 void setRoutedCall(ConnectionID routedCall)
          Sets the value of field 'routedCall'.
 void setRouteingDevice(SubjectDeviceID routeingDevice)
          Sets the value of field 'routeingDevice'.
 void setRouteRegisterReqID(java.lang.String routeRegisterReqID)
          Sets the value of field 'routeRegisterReqID'.
 void setRouteSelAlgorithm(SelectValue routeSelAlgorithm)
          Sets the value of field 'routeSelAlgorithm'.
 void setSubjectOfCall(java.lang.String subjectOfCall)
          Sets the value of field 'subjectOfCall'.
static RouteRequest unmarshalRouteRequest(java.io.Reader reader)
          Method unmarshalRouteRequest
 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

RouteRequest

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

getCallingDevice

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

Returns:
CallingDeviceID

getCorrelatorData

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

Returns:
CorrelatorData

getCrossRefIdentifier

public java.lang.String getCrossRefIdentifier()
Returns the value of field 'crossRefIdentifier'.

Returns:
String

getCurrentRoute

public CalledDeviceID getCurrentRoute()
Returns the value of field 'currentRoute'.

Returns:
CalledDeviceID

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

getPriority

public java.lang.Boolean getPriority()
Returns the value of field 'priority'.

Returns:
Boolean

getReplyTimeout

public java.lang.Long getReplyTimeout()
Returns the value of field 'replyTimeout'.

Returns:
Long

getRouteCallInfo

public ConnectionInformation getRouteCallInfo()
Returns the value of field 'routeCallInfo'.

Returns:
ConnectionInformation

getRouteRegisterReqID

public java.lang.String getRouteRegisterReqID()
Returns the value of field 'routeRegisterReqID'.

Returns:
String

getRouteSelAlgorithm

public SelectValue getRouteSelAlgorithm()
Returns the value of field 'routeSelAlgorithm'.

Returns:
SelectValue

getRoutedCall

public ConnectionID getRoutedCall()
Returns the value of field 'routedCall'.

Returns:
ConnectionID

getRouteingDevice

public SubjectDeviceID getRouteingDevice()
Returns the value of field 'routeingDevice'.

Returns:
SubjectDeviceID

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

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

setCrossRefIdentifier

public void setCrossRefIdentifier(java.lang.String crossRefIdentifier)
Sets the value of field 'crossRefIdentifier'.

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

setCurrentRoute

public void setCurrentRoute(CalledDeviceID currentRoute)
Sets the value of field 'currentRoute'.

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

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

setPriority

public void setPriority(java.lang.Boolean priority)
Sets the value of field 'priority'.

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

setReplyTimeout

public void setReplyTimeout(java.lang.Long replyTimeout)
Sets the value of field 'replyTimeout'.

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

setRouteCallInfo

public void setRouteCallInfo(ConnectionInformation routeCallInfo)
Sets the value of field 'routeCallInfo'.

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

setRouteRegisterReqID

public void setRouteRegisterReqID(java.lang.String routeRegisterReqID)
Sets the value of field 'routeRegisterReqID'.

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

setRouteSelAlgorithm

public void setRouteSelAlgorithm(SelectValue routeSelAlgorithm)
Sets the value of field 'routeSelAlgorithm'.

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

setRoutedCall

public void setRoutedCall(ConnectionID routedCall)
Sets the value of field 'routedCall'.

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

setRouteingDevice

public void setRouteingDevice(SubjectDeviceID routeingDevice)
Sets the value of field 'routeingDevice'.

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

setSubjectOfCall

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

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

unmarshalRouteRequest

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

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