4.1.0.610 20071213

ch.ecma.csta.binding
Class LogicalEvtsList

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

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

Class LogicalEvtsList.

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

Constructor Summary
LogicalEvtsList()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 AgentBusyCaps getAgentBusy()
          Returns the value of field 'agentBusy'.
 AgentLoggedOffCaps getAgentLoggedOff()
          Returns the value of field 'agentLoggedOff'.
 AgentLoggedOnCaps getAgentLoggedOn()
          Returns the value of field 'agentLoggedOn'.
 AgentNotReadyCaps getAgentNotReady()
          Returns the value of field 'agentNotReady'.
 AgentReadyCaps getAgentReady()
          Returns the value of field 'agentReady'.
 AgentWorkingAfterCallCaps getAgentWorkingAfterCall()
          Returns the value of field 'agentWorkingAfterCall'.
 AutoAnswerCaps getAutoAnswer()
          Returns the value of field 'autoAnswer'.
 AutoWorkModeCaps getAutoWorkMode()
          Returns the value of field 'autoWorkMode'.
 CallBackEventCaps getCallBack()
          Returns the value of field 'callBack'.
 CallBackMessageEventCaps getCallBackMessage()
          Returns the value of field 'callBackMessage'.
 CallerIDStatusCaps getCallerIDStatus()
          Returns the value of field 'callerIDStatus'.
 DoNotDisturbCaps getDoNotDisturb()
          Returns the value of field 'doNotDisturb'.
 ForwardingCaps getForwarding()
          Returns the value of field 'forwarding'.
 RouteingModeCaps getRouteingMode()
          Returns the value of field 'routeingMode'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAgentBusy(AgentBusyCaps agentBusy)
          Sets the value of field 'agentBusy'.
 void setAgentLoggedOff(AgentLoggedOffCaps agentLoggedOff)
          Sets the value of field 'agentLoggedOff'.
 void setAgentLoggedOn(AgentLoggedOnCaps agentLoggedOn)
          Sets the value of field 'agentLoggedOn'.
 void setAgentNotReady(AgentNotReadyCaps agentNotReady)
          Sets the value of field 'agentNotReady'.
 void setAgentReady(AgentReadyCaps agentReady)
          Sets the value of field 'agentReady'.
 void setAgentWorkingAfterCall(AgentWorkingAfterCallCaps agentWorkingAfterCall)
          Sets the value of field 'agentWorkingAfterCall'.
 void setAutoAnswer(AutoAnswerCaps autoAnswer)
          Sets the value of field 'autoAnswer'.
 void setAutoWorkMode(AutoWorkModeCaps autoWorkMode)
          Sets the value of field 'autoWorkMode'.
 void setCallBack(CallBackEventCaps callBack)
          Sets the value of field 'callBack'.
 void setCallBackMessage(CallBackMessageEventCaps callBackMessage)
          Sets the value of field 'callBackMessage'.
 void setCallerIDStatus(CallerIDStatusCaps callerIDStatus)
          Sets the value of field 'callerIDStatus'.
 void setDoNotDisturb(DoNotDisturbCaps doNotDisturb)
          Sets the value of field 'doNotDisturb'.
 void setForwarding(ForwardingCaps forwarding)
          Sets the value of field 'forwarding'.
 void setRouteingMode(RouteingModeCaps routeingMode)
          Sets the value of field 'routeingMode'.
static LogicalEvtsList unmarshalLogicalEvtsList(java.io.Reader reader)
          Method unmarshalLogicalEvtsList
 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

LogicalEvtsList

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

getAgentBusy

public AgentBusyCaps getAgentBusy()
Returns the value of field 'agentBusy'.

Returns:
AgentBusyCaps

getAgentLoggedOff

public AgentLoggedOffCaps getAgentLoggedOff()
Returns the value of field 'agentLoggedOff'.

Returns:
AgentLoggedOffCaps

getAgentLoggedOn

public AgentLoggedOnCaps getAgentLoggedOn()
Returns the value of field 'agentLoggedOn'.

Returns:
AgentLoggedOnCaps

getAgentNotReady

public AgentNotReadyCaps getAgentNotReady()
Returns the value of field 'agentNotReady'.

Returns:
AgentNotReadyCaps

getAgentReady

public AgentReadyCaps getAgentReady()
Returns the value of field 'agentReady'.

Returns:
AgentReadyCaps

getAgentWorkingAfterCall

public AgentWorkingAfterCallCaps getAgentWorkingAfterCall()
Returns the value of field 'agentWorkingAfterCall'.

Returns:
AgentWorkingAfterCallCaps

getAutoAnswer

public AutoAnswerCaps getAutoAnswer()
Returns the value of field 'autoAnswer'.

Returns:
AutoAnswerCaps

getAutoWorkMode

public AutoWorkModeCaps getAutoWorkMode()
Returns the value of field 'autoWorkMode'.

Returns:
AutoWorkModeCaps

getCallBack

public CallBackEventCaps getCallBack()
Returns the value of field 'callBack'.

Returns:
CallBackEventCaps

getCallBackMessage

public CallBackMessageEventCaps getCallBackMessage()
Returns the value of field 'callBackMessage'.

Returns:
CallBackMessageEventCaps

getCallerIDStatus

public CallerIDStatusCaps getCallerIDStatus()
Returns the value of field 'callerIDStatus'.

Returns:
CallerIDStatusCaps

getDoNotDisturb

public DoNotDisturbCaps getDoNotDisturb()
Returns the value of field 'doNotDisturb'.

Returns:
DoNotDisturbCaps

getForwarding

public ForwardingCaps getForwarding()
Returns the value of field 'forwarding'.

Returns:
ForwardingCaps

getRouteingMode

public RouteingModeCaps getRouteingMode()
Returns the value of field 'routeingMode'.

Returns:
RouteingModeCaps

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

setAgentBusy

public void setAgentBusy(AgentBusyCaps agentBusy)
Sets the value of field 'agentBusy'.

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

setAgentLoggedOff

public void setAgentLoggedOff(AgentLoggedOffCaps agentLoggedOff)
Sets the value of field 'agentLoggedOff'.

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

setAgentLoggedOn

public void setAgentLoggedOn(AgentLoggedOnCaps agentLoggedOn)
Sets the value of field 'agentLoggedOn'.

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

setAgentNotReady

public void setAgentNotReady(AgentNotReadyCaps agentNotReady)
Sets the value of field 'agentNotReady'.

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

setAgentReady

public void setAgentReady(AgentReadyCaps agentReady)
Sets the value of field 'agentReady'.

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

setAgentWorkingAfterCall

public void setAgentWorkingAfterCall(AgentWorkingAfterCallCaps agentWorkingAfterCall)
Sets the value of field 'agentWorkingAfterCall'.

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

setAutoAnswer

public void setAutoAnswer(AutoAnswerCaps autoAnswer)
Sets the value of field 'autoAnswer'.

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

setAutoWorkMode

public void setAutoWorkMode(AutoWorkModeCaps autoWorkMode)
Sets the value of field 'autoWorkMode'.

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

setCallBack

public void setCallBack(CallBackEventCaps callBack)
Sets the value of field 'callBack'.

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

setCallBackMessage

public void setCallBackMessage(CallBackMessageEventCaps callBackMessage)
Sets the value of field 'callBackMessage'.

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

setCallerIDStatus

public void setCallerIDStatus(CallerIDStatusCaps callerIDStatus)
Sets the value of field 'callerIDStatus'.

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

setDoNotDisturb

public void setDoNotDisturb(DoNotDisturbCaps doNotDisturb)
Sets the value of field 'doNotDisturb'.

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

setForwarding

public void setForwarding(ForwardingCaps forwarding)
Sets the value of field 'forwarding'.

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

setRouteingMode

public void setRouteingMode(RouteingModeCaps routeingMode)
Sets the value of field 'routeingMode'.

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

unmarshalLogicalEvtsList

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

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