4.1.0.610 20071213

ch.ecma.csta.binding
Class LogicalDeviceFeatureEvents

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

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

Not Supported.

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

Constructor Summary
LogicalDeviceFeatureEvents()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAgentBusy()
          Returns the value of field 'agentBusy'.
 java.lang.Boolean getAgentLoggedOff()
          Returns the value of field 'agentLoggedOff'.
 java.lang.Boolean getAgentLoggedOn()
          Returns the value of field 'agentLoggedOn'.
 java.lang.Boolean getAgentNotReady()
          Returns the value of field 'agentNotReady'.
 java.lang.Boolean getAgentReady()
          Returns the value of field 'agentReady'.
 java.lang.Boolean getAgentWorkingAfterCall()
          Returns the value of field 'agentWorkingAfterCall'.
 java.lang.Boolean getAutoAnswer()
          Returns the value of field 'autoAnswer'.
 java.lang.Boolean getAutoWorkMode()
          Returns the value of field 'autoWorkMode'.
 java.lang.Boolean getCallBack()
          Returns the value of field 'callBack'.
 java.lang.Boolean getCallBackMessage()
          Returns the value of field 'callBackMessage'.
 java.lang.Boolean getCallerIDStatus()
          Returns the value of field 'callerIDStatus'.
 java.lang.Boolean getDoNotDisturb()
          Returns the value of field 'doNotDisturb'.
 java.lang.Boolean getForwarding()
          Returns the value of field 'forwarding'.
 java.lang.Boolean 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(java.lang.Boolean agentBusy)
          Sets the value of field 'agentBusy'.
 void setAgentLoggedOff(java.lang.Boolean agentLoggedOff)
          Sets the value of field 'agentLoggedOff'.
 void setAgentLoggedOn(java.lang.Boolean agentLoggedOn)
          Sets the value of field 'agentLoggedOn'.
 void setAgentNotReady(java.lang.Boolean agentNotReady)
          Sets the value of field 'agentNotReady'.
 void setAgentReady(java.lang.Boolean agentReady)
          Sets the value of field 'agentReady'.
 void setAgentWorkingAfterCall(java.lang.Boolean agentWorkingAfterCall)
          Sets the value of field 'agentWorkingAfterCall'.
 void setAutoAnswer(java.lang.Boolean autoAnswer)
          Sets the value of field 'autoAnswer'.
 void setAutoWorkMode(java.lang.Boolean autoWorkMode)
          Sets the value of field 'autoWorkMode'.
 void setCallBack(java.lang.Boolean callBack)
          Sets the value of field 'callBack'.
 void setCallBackMessage(java.lang.Boolean callBackMessage)
          Sets the value of field 'callBackMessage'.
 void setCallerIDStatus(java.lang.Boolean callerIDStatus)
          Sets the value of field 'callerIDStatus'.
 void setDoNotDisturb(java.lang.Boolean doNotDisturb)
          Sets the value of field 'doNotDisturb'.
 void setForwarding(java.lang.Boolean forwarding)
          Sets the value of field 'forwarding'.
 void setRouteingMode(java.lang.Boolean routeingMode)
          Sets the value of field 'routeingMode'.
static LogicalDeviceFeatureEvents unmarshalLogicalDeviceFeatureEvents(java.io.Reader reader)
          Method unmarshalLogicalDeviceFeatureEvents
 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

LogicalDeviceFeatureEvents

public LogicalDeviceFeatureEvents()
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 java.lang.Boolean getAgentBusy()
Returns the value of field 'agentBusy'.

Returns:
Boolean

getAgentLoggedOff

public java.lang.Boolean getAgentLoggedOff()
Returns the value of field 'agentLoggedOff'.

Returns:
Boolean

getAgentLoggedOn

public java.lang.Boolean getAgentLoggedOn()
Returns the value of field 'agentLoggedOn'.

Returns:
Boolean

getAgentNotReady

public java.lang.Boolean getAgentNotReady()
Returns the value of field 'agentNotReady'.

Returns:
Boolean

getAgentReady

public java.lang.Boolean getAgentReady()
Returns the value of field 'agentReady'.

Returns:
Boolean

getAgentWorkingAfterCall

public java.lang.Boolean getAgentWorkingAfterCall()
Returns the value of field 'agentWorkingAfterCall'.

Returns:
Boolean

getAutoAnswer

public java.lang.Boolean getAutoAnswer()
Returns the value of field 'autoAnswer'.

Returns:
Boolean

getAutoWorkMode

public java.lang.Boolean getAutoWorkMode()
Returns the value of field 'autoWorkMode'.

Returns:
Boolean

getCallBack

public java.lang.Boolean getCallBack()
Returns the value of field 'callBack'.

Returns:
Boolean

getCallBackMessage

public java.lang.Boolean getCallBackMessage()
Returns the value of field 'callBackMessage'.

Returns:
Boolean

getCallerIDStatus

public java.lang.Boolean getCallerIDStatus()
Returns the value of field 'callerIDStatus'.

Returns:
Boolean

getDoNotDisturb

public java.lang.Boolean getDoNotDisturb()
Returns the value of field 'doNotDisturb'.

Returns:
Boolean

getForwarding

public java.lang.Boolean getForwarding()
Returns the value of field 'forwarding'.

Returns:
Boolean

getRouteingMode

public java.lang.Boolean getRouteingMode()
Returns the value of field 'routeingMode'.

Returns:
Boolean

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(java.lang.Boolean agentBusy)
Sets the value of field 'agentBusy'.

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

setAgentLoggedOff

public void setAgentLoggedOff(java.lang.Boolean agentLoggedOff)
Sets the value of field 'agentLoggedOff'.

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

setAgentLoggedOn

public void setAgentLoggedOn(java.lang.Boolean agentLoggedOn)
Sets the value of field 'agentLoggedOn'.

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

setAgentNotReady

public void setAgentNotReady(java.lang.Boolean agentNotReady)
Sets the value of field 'agentNotReady'.

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

setAgentReady

public void setAgentReady(java.lang.Boolean agentReady)
Sets the value of field 'agentReady'.

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

setAgentWorkingAfterCall

public void setAgentWorkingAfterCall(java.lang.Boolean agentWorkingAfterCall)
Sets the value of field 'agentWorkingAfterCall'.

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

setAutoAnswer

public void setAutoAnswer(java.lang.Boolean autoAnswer)
Sets the value of field 'autoAnswer'.

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

setAutoWorkMode

public void setAutoWorkMode(java.lang.Boolean autoWorkMode)
Sets the value of field 'autoWorkMode'.

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

setCallBack

public void setCallBack(java.lang.Boolean callBack)
Sets the value of field 'callBack'.

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

setCallBackMessage

public void setCallBackMessage(java.lang.Boolean callBackMessage)
Sets the value of field 'callBackMessage'.

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

setCallerIDStatus

public void setCallerIDStatus(java.lang.Boolean callerIDStatus)
Sets the value of field 'callerIDStatus'.

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

setDoNotDisturb

public void setDoNotDisturb(java.lang.Boolean doNotDisturb)
Sets the value of field 'doNotDisturb'.

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

setForwarding

public void setForwarding(java.lang.Boolean forwarding)
Sets the value of field 'forwarding'.

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

setRouteingMode

public void setRouteingMode(java.lang.Boolean routeingMode)
Sets the value of field 'routeingMode'.

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

unmarshalLogicalDeviceFeatureEvents

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

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