|
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.RouteRequest
public class RouteRequest
Not supported.
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 |
---|
public RouteRequest()
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 CallingDeviceID getCallingDevice()
public CorrelatorData getCorrelatorData()
public java.lang.String getCrossRefIdentifier()
public CalledDeviceID getCurrentRoute()
public DeviceHistory getDeviceHistory()
public CSTACommonArguments getExtensions()
public java.lang.String getLanguagePreferences()
public MediaCallCharacteristics getMediaCallCharacteristics()
public MessageInfo getMessageInfo()
public java.lang.Boolean getPriority()
public java.lang.Long getReplyTimeout()
public ConnectionInformation getRouteCallInfo()
public java.lang.String getRouteRegisterReqID()
public SelectValue getRouteSelAlgorithm()
public ConnectionID getRoutedCall()
public SubjectDeviceID getRouteingDevice()
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 setCallingDevice(CallingDeviceID callingDevice)
callingDevice
- the value of field 'callingDevice'.public void setCorrelatorData(CorrelatorData correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setCrossRefIdentifier(java.lang.String crossRefIdentifier)
crossRefIdentifier
- the value of field
'crossRefIdentifier'.public void setCurrentRoute(CalledDeviceID currentRoute)
currentRoute
- the value of field 'currentRoute'.public void setDeviceHistory(DeviceHistory deviceHistory)
deviceHistory
- the value of field 'deviceHistory'.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 setMediaCallCharacteristics(MediaCallCharacteristics mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setMessageInfo(MessageInfo messageInfo)
messageInfo
- the value of field 'messageInfo'.public void setPriority(java.lang.Boolean priority)
priority
- the value of field 'priority'.public void setReplyTimeout(java.lang.Long replyTimeout)
replyTimeout
- the value of field 'replyTimeout'.public void setRouteCallInfo(ConnectionInformation routeCallInfo)
routeCallInfo
- the value of field 'routeCallInfo'.public void setRouteRegisterReqID(java.lang.String routeRegisterReqID)
routeRegisterReqID
- the value of field
'routeRegisterReqID'.public void setRouteSelAlgorithm(SelectValue routeSelAlgorithm)
routeSelAlgorithm
- the value of field
'routeSelAlgorithm'.public void setRoutedCall(ConnectionID routedCall)
routedCall
- the value of field 'routedCall'.public void setRouteingDevice(SubjectDeviceID routeingDevice)
routeingDevice
- the value of field 'routeingDevice'.public void setSubjectOfCall(java.lang.String subjectOfCall)
subjectOfCall
- the value of field 'subjectOfCall'.public static RouteRequest unmarshalRouteRequest(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 |