|
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.RouteRequestCaps
public class RouteRequestCaps
Class RouteRequestCaps.
Constructor Summary | |
---|---|
RouteRequestCaps()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.Boolean |
getCallCharacteristics()
Returns the value of field 'callCharacteristics'. |
java.lang.Boolean |
getCallingDevice()
Returns the value of field 'callingDevice'. |
java.lang.Boolean |
getCorrelatorData()
Returns the value of field 'correlatorData'. |
java.lang.Boolean |
getDeviceHistory()
Returns the value of field 'deviceHistory'. |
java.lang.Boolean |
getLanguagePreferences()
Returns the value of field 'languagePreferences'. |
java.lang.Boolean |
getMediaCallCharacteristics()
Returns the value of field 'mediaCallCharacteristics'. |
java.lang.Boolean |
getMessageInformation()
Returns the value of field 'messageInformation'. |
java.lang.Boolean |
getNonCallRelatedRouteing()
Returns the value of field 'nonCallRelatedRouteing'. |
java.lang.Boolean |
getPriority()
Returns the value of field 'priority'. |
java.lang.Boolean |
getPrivateData()
Returns the value of field 'privateData'. |
java.lang.Boolean |
getReplyTimeout()
Returns the value of field 'replyTimeout'. |
java.lang.Boolean |
getRoutedCallInfo()
Returns the value of field 'routedCallInfo'. |
java.lang.Boolean |
getRouteingDevice()
Returns the value of field 'routeingDevice'. |
java.lang.Boolean |
getRouteSelAlgorithmACD()
Returns the value of field 'routeSelAlgorithmACD'. |
java.lang.Boolean |
getRouteSelAlgorithmEmergency()
Returns the value of field 'routeSelAlgorithmEmergency'. |
java.lang.Boolean |
getRouteSelAlgorithmLeastCost()
Returns the value of field 'routeSelAlgorithmLeastCost'. |
java.lang.Boolean |
getRouteSelAlgorithmNormal()
Returns the value of field 'routeSelAlgorithmNormal'. |
java.lang.Boolean |
getRouteSelAlgorithmUserDefined()
Returns the value of field 'routeSelAlgorithmUserDefined'. |
java.lang.Boolean |
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 |
setCallCharacteristics(java.lang.Boolean callCharacteristics)
Sets the value of field 'callCharacteristics'. |
void |
setCallingDevice(java.lang.Boolean callingDevice)
Sets the value of field 'callingDevice'. |
void |
setCorrelatorData(java.lang.Boolean correlatorData)
Sets the value of field 'correlatorData'. |
void |
setDeviceHistory(java.lang.Boolean deviceHistory)
Sets the value of field 'deviceHistory'. |
void |
setLanguagePreferences(java.lang.Boolean languagePreferences)
Sets the value of field 'languagePreferences'. |
void |
setMediaCallCharacteristics(java.lang.Boolean mediaCallCharacteristics)
Sets the value of field 'mediaCallCharacteristics'. |
void |
setMessageInformation(java.lang.Boolean messageInformation)
Sets the value of field 'messageInformation'. |
void |
setNonCallRelatedRouteing(java.lang.Boolean nonCallRelatedRouteing)
Sets the value of field 'nonCallRelatedRouteing'. |
void |
setPriority(java.lang.Boolean priority)
Sets the value of field 'priority'. |
void |
setPrivateData(java.lang.Boolean privateData)
Sets the value of field 'privateData'. |
void |
setReplyTimeout(java.lang.Boolean replyTimeout)
Sets the value of field 'replyTimeout'. |
void |
setRoutedCallInfo(java.lang.Boolean routedCallInfo)
Sets the value of field 'routedCallInfo'. |
void |
setRouteingDevice(java.lang.Boolean routeingDevice)
Sets the value of field 'routeingDevice'. |
void |
setRouteSelAlgorithmACD(java.lang.Boolean routeSelAlgorithmACD)
Sets the value of field 'routeSelAlgorithmACD'. |
void |
setRouteSelAlgorithmEmergency(java.lang.Boolean routeSelAlgorithmEmergency)
Sets the value of field 'routeSelAlgorithmEmergency'. |
void |
setRouteSelAlgorithmLeastCost(java.lang.Boolean routeSelAlgorithmLeastCost)
Sets the value of field 'routeSelAlgorithmLeastCost'. |
void |
setRouteSelAlgorithmNormal(java.lang.Boolean routeSelAlgorithmNormal)
Sets the value of field 'routeSelAlgorithmNormal'. |
void |
setRouteSelAlgorithmUserDefined(java.lang.Boolean routeSelAlgorithmUserDefined)
Sets the value of field 'routeSelAlgorithmUserDefined'. |
void |
setSubjectOfCall(java.lang.Boolean subjectOfCall)
Sets the value of field 'subjectOfCall'. |
static RouteRequestCaps |
unmarshalRouteRequestCaps(java.io.Reader reader)
Method unmarshalRouteRequestCaps |
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 RouteRequestCaps()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.Boolean getCallCharacteristics()
public java.lang.Boolean getCallingDevice()
public java.lang.Boolean getCorrelatorData()
public java.lang.Boolean getDeviceHistory()
public java.lang.Boolean getLanguagePreferences()
public java.lang.Boolean getMediaCallCharacteristics()
public java.lang.Boolean getMessageInformation()
public java.lang.Boolean getNonCallRelatedRouteing()
public java.lang.Boolean getPriority()
public java.lang.Boolean getPrivateData()
public java.lang.Boolean getReplyTimeout()
public java.lang.Boolean getRouteSelAlgorithmACD()
public java.lang.Boolean getRouteSelAlgorithmEmergency()
public java.lang.Boolean getRouteSelAlgorithmLeastCost()
public java.lang.Boolean getRouteSelAlgorithmNormal()
public java.lang.Boolean getRouteSelAlgorithmUserDefined()
public java.lang.Boolean getRoutedCallInfo()
public java.lang.Boolean getRouteingDevice()
public java.lang.Boolean 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 setCallCharacteristics(java.lang.Boolean callCharacteristics)
callCharacteristics
- the value of field
'callCharacteristics'.public void setCallingDevice(java.lang.Boolean callingDevice)
callingDevice
- the value of field 'callingDevice'.public void setCorrelatorData(java.lang.Boolean correlatorData)
correlatorData
- the value of field 'correlatorData'.public void setDeviceHistory(java.lang.Boolean deviceHistory)
deviceHistory
- the value of field 'deviceHistory'.public void setLanguagePreferences(java.lang.Boolean languagePreferences)
languagePreferences
- the value of field
'languagePreferences'.public void setMediaCallCharacteristics(java.lang.Boolean mediaCallCharacteristics)
mediaCallCharacteristics
- the value of field
'mediaCallCharacteristics'.public void setMessageInformation(java.lang.Boolean messageInformation)
messageInformation
- the value of field
'messageInformation'.public void setNonCallRelatedRouteing(java.lang.Boolean nonCallRelatedRouteing)
nonCallRelatedRouteing
- the value of field
'nonCallRelatedRouteing'.public void setPriority(java.lang.Boolean priority)
priority
- the value of field 'priority'.public void setPrivateData(java.lang.Boolean privateData)
privateData
- the value of field 'privateData'.public void setReplyTimeout(java.lang.Boolean replyTimeout)
replyTimeout
- the value of field 'replyTimeout'.public void setRouteSelAlgorithmACD(java.lang.Boolean routeSelAlgorithmACD)
routeSelAlgorithmACD
- the value of field
'routeSelAlgorithmACD'.public void setRouteSelAlgorithmEmergency(java.lang.Boolean routeSelAlgorithmEmergency)
routeSelAlgorithmEmergency
- the value of field
'routeSelAlgorithmEmergency'.public void setRouteSelAlgorithmLeastCost(java.lang.Boolean routeSelAlgorithmLeastCost)
routeSelAlgorithmLeastCost
- the value of field
'routeSelAlgorithmLeastCost'.public void setRouteSelAlgorithmNormal(java.lang.Boolean routeSelAlgorithmNormal)
routeSelAlgorithmNormal
- the value of field
'routeSelAlgorithmNormal'.public void setRouteSelAlgorithmUserDefined(java.lang.Boolean routeSelAlgorithmUserDefined)
routeSelAlgorithmUserDefined
- the value of field
'routeSelAlgorithmUserDefined'.public void setRoutedCallInfo(java.lang.Boolean routedCallInfo)
routedCallInfo
- the value of field 'routedCallInfo'.public void setRouteingDevice(java.lang.Boolean routeingDevice)
routeingDevice
- the value of field 'routeingDevice'.public void setSubjectOfCall(java.lang.Boolean subjectOfCall)
subjectOfCall
- the value of field 'subjectOfCall'.public static RouteRequestCaps unmarshalRouteRequestCaps(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 |