4.1.0.610 20071213

ch.ecma.csta.binding
Class LogicalServList

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

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

Class LogicalServList.

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

Constructor Summary
LogicalServList()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 CallBackMsgNonCallRelCaps getCallBackMsgNonCallRel()
          Returns the value of field 'callBackMsgNonCallRel'.
 CallBackNonCallRelCaps getCallBackNonCallRel()
          Returns the value of field 'callBackNonCallRel'.
 CancelCallBackCaps getCancelCallBack()
          Returns the value of field 'cancelCallBack'.
 CancelCallBackMsgCaps getCancelCallBackMsg()
          Returns the value of field 'cancelCallBackMsg'.
 GetAgentStateCaps getGetAgentState()
          Returns the value of field 'getAgentState'.
 GetAutoAnswerCaps getGetAutoAnswer()
          Returns the value of field 'getAutoAnswer'.
 GetAutoWorkModeCaps getGetAutoWorkMode()
          Returns the value of field 'getAutoWorkMode'.
 GetCallerIDStatusCaps getGetCallerIDStatus()
          Returns the value of field 'getCallerIDStatus'.
 GetDoNotDisturbCaps getGetDoNotDisturb()
          Returns the value of field 'getDoNotDisturb'.
 GetForwardingCaps getGetForwarding()
          Returns the value of field 'getForwarding'.
 GetLastNumberDialedCaps getGetLastNumberDialed()
          Returns the value of field 'getLastNumberDialed'.
 GetRouteingModeCaps getGetRouteingMode()
          Returns the value of field 'getRouteingMode'.
 SetAgentStateCaps getSetAgentState()
          Returns the value of field 'setAgentState'.
 SetAutoAnswerCaps getSetAutoAnswer()
          Returns the value of field 'setAutoAnswer'.
 SetAutoWorkModeCaps getSetAutoWorkMode()
          Returns the value of field 'setAutoWorkMode'.
 SetCallerIDStatusCaps getSetCallerIDStatus()
          Returns the value of field 'setCallerIDStatus'.
 SetDoNotDisturbCaps getSetDoNotDisturb()
          Returns the value of field 'setDoNotDisturb'.
 SetForwardingCaps getSetForwarding()
          Returns the value of field 'setForwarding'.
 SetRouteingModeCaps getSetRouteingMode()
          Returns the value of field 'setRouteingMode'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setCallBackMsgNonCallRel(CallBackMsgNonCallRelCaps callBackMsgNonCallRel)
          Sets the value of field 'callBackMsgNonCallRel'.
 void setCallBackNonCallRel(CallBackNonCallRelCaps callBackNonCallRel)
          Sets the value of field 'callBackNonCallRel'.
 void setCancelCallBack(CancelCallBackCaps cancelCallBack)
          Sets the value of field 'cancelCallBack'.
 void setCancelCallBackMsg(CancelCallBackMsgCaps cancelCallBackMsg)
          Sets the value of field 'cancelCallBackMsg'.
 void setGetAgentState(GetAgentStateCaps getAgentState)
          Sets the value of field 'getAgentState'.
 void setGetAutoAnswer(GetAutoAnswerCaps getAutoAnswer)
          Sets the value of field 'getAutoAnswer'.
 void setGetAutoWorkMode(GetAutoWorkModeCaps getAutoWorkMode)
          Sets the value of field 'getAutoWorkMode'.
 void setGetCallerIDStatus(GetCallerIDStatusCaps getCallerIDStatus)
          Sets the value of field 'getCallerIDStatus'.
 void setGetDoNotDisturb(GetDoNotDisturbCaps getDoNotDisturb)
          Sets the value of field 'getDoNotDisturb'.
 void setGetForwarding(GetForwardingCaps getForwarding)
          Sets the value of field 'getForwarding'.
 void setGetLastNumberDialed(GetLastNumberDialedCaps getLastNumberDialed)
          Sets the value of field 'getLastNumberDialed'.
 void setGetRouteingMode(GetRouteingModeCaps getRouteingMode)
          Sets the value of field 'getRouteingMode'.
 void setSetAgentState(SetAgentStateCaps setAgentState)
          Sets the value of field 'setAgentState'.
 void setSetAutoAnswer(SetAutoAnswerCaps setAutoAnswer)
          Sets the value of field 'setAutoAnswer'.
 void setSetAutoWorkMode(SetAutoWorkModeCaps setAutoWorkMode)
          Sets the value of field 'setAutoWorkMode'.
 void setSetCallerIDStatus(SetCallerIDStatusCaps setCallerIDStatus)
          Sets the value of field 'setCallerIDStatus'.
 void setSetDoNotDisturb(SetDoNotDisturbCaps setDoNotDisturb)
          Sets the value of field 'setDoNotDisturb'.
 void setSetForwarding(SetForwardingCaps setForwarding)
          Sets the value of field 'setForwarding'.
 void setSetRouteingMode(SetRouteingModeCaps setRouteingMode)
          Sets the value of field 'setRouteingMode'.
static LogicalServList unmarshalLogicalServList(java.io.Reader reader)
          Method unmarshalLogicalServList
 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

LogicalServList

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

getCallBackMsgNonCallRel

public CallBackMsgNonCallRelCaps getCallBackMsgNonCallRel()
Returns the value of field 'callBackMsgNonCallRel'.

Returns:
CallBackMsgNonCallRelCaps

getCallBackNonCallRel

public CallBackNonCallRelCaps getCallBackNonCallRel()
Returns the value of field 'callBackNonCallRel'.

Returns:
CallBackNonCallRelCaps

getCancelCallBack

public CancelCallBackCaps getCancelCallBack()
Returns the value of field 'cancelCallBack'.

Returns:
CancelCallBackCaps

getCancelCallBackMsg

public CancelCallBackMsgCaps getCancelCallBackMsg()
Returns the value of field 'cancelCallBackMsg'.

Returns:
CancelCallBackMsgCaps

getGetAgentState

public GetAgentStateCaps getGetAgentState()
Returns the value of field 'getAgentState'.

Returns:
GetAgentStateCaps

getGetAutoAnswer

public GetAutoAnswerCaps getGetAutoAnswer()
Returns the value of field 'getAutoAnswer'.

Returns:
GetAutoAnswerCaps

getGetAutoWorkMode

public GetAutoWorkModeCaps getGetAutoWorkMode()
Returns the value of field 'getAutoWorkMode'.

Returns:
GetAutoWorkModeCaps

getGetCallerIDStatus

public GetCallerIDStatusCaps getGetCallerIDStatus()
Returns the value of field 'getCallerIDStatus'.

Returns:
GetCallerIDStatusCaps

getGetDoNotDisturb

public GetDoNotDisturbCaps getGetDoNotDisturb()
Returns the value of field 'getDoNotDisturb'.

Returns:
GetDoNotDisturbCaps

getGetForwarding

public GetForwardingCaps getGetForwarding()
Returns the value of field 'getForwarding'.

Returns:
GetForwardingCaps

getGetLastNumberDialed

public GetLastNumberDialedCaps getGetLastNumberDialed()
Returns the value of field 'getLastNumberDialed'.

Returns:
GetLastNumberDialedCaps

getGetRouteingMode

public GetRouteingModeCaps getGetRouteingMode()
Returns the value of field 'getRouteingMode'.

Returns:
GetRouteingModeCaps

getSetAgentState

public SetAgentStateCaps getSetAgentState()
Returns the value of field 'setAgentState'.

Returns:
SetAgentStateCaps

getSetAutoAnswer

public SetAutoAnswerCaps getSetAutoAnswer()
Returns the value of field 'setAutoAnswer'.

Returns:
SetAutoAnswerCaps

getSetAutoWorkMode

public SetAutoWorkModeCaps getSetAutoWorkMode()
Returns the value of field 'setAutoWorkMode'.

Returns:
SetAutoWorkModeCaps

getSetCallerIDStatus

public SetCallerIDStatusCaps getSetCallerIDStatus()
Returns the value of field 'setCallerIDStatus'.

Returns:
SetCallerIDStatusCaps

getSetDoNotDisturb

public SetDoNotDisturbCaps getSetDoNotDisturb()
Returns the value of field 'setDoNotDisturb'.

Returns:
SetDoNotDisturbCaps

getSetForwarding

public SetForwardingCaps getSetForwarding()
Returns the value of field 'setForwarding'.

Returns:
SetForwardingCaps

getSetRouteingMode

public SetRouteingModeCaps getSetRouteingMode()
Returns the value of field 'setRouteingMode'.

Returns:
SetRouteingModeCaps

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

setCallBackMsgNonCallRel

public void setCallBackMsgNonCallRel(CallBackMsgNonCallRelCaps callBackMsgNonCallRel)
Sets the value of field 'callBackMsgNonCallRel'.

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

setCallBackNonCallRel

public void setCallBackNonCallRel(CallBackNonCallRelCaps callBackNonCallRel)
Sets the value of field 'callBackNonCallRel'.

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

setCancelCallBack

public void setCancelCallBack(CancelCallBackCaps cancelCallBack)
Sets the value of field 'cancelCallBack'.

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

setCancelCallBackMsg

public void setCancelCallBackMsg(CancelCallBackMsgCaps cancelCallBackMsg)
Sets the value of field 'cancelCallBackMsg'.

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

setGetAgentState

public void setGetAgentState(GetAgentStateCaps getAgentState)
Sets the value of field 'getAgentState'.

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

setGetAutoAnswer

public void setGetAutoAnswer(GetAutoAnswerCaps getAutoAnswer)
Sets the value of field 'getAutoAnswer'.

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

setGetAutoWorkMode

public void setGetAutoWorkMode(GetAutoWorkModeCaps getAutoWorkMode)
Sets the value of field 'getAutoWorkMode'.

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

setGetCallerIDStatus

public void setGetCallerIDStatus(GetCallerIDStatusCaps getCallerIDStatus)
Sets the value of field 'getCallerIDStatus'.

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

setGetDoNotDisturb

public void setGetDoNotDisturb(GetDoNotDisturbCaps getDoNotDisturb)
Sets the value of field 'getDoNotDisturb'.

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

setGetForwarding

public void setGetForwarding(GetForwardingCaps getForwarding)
Sets the value of field 'getForwarding'.

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

setGetLastNumberDialed

public void setGetLastNumberDialed(GetLastNumberDialedCaps getLastNumberDialed)
Sets the value of field 'getLastNumberDialed'.

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

setGetRouteingMode

public void setGetRouteingMode(GetRouteingModeCaps getRouteingMode)
Sets the value of field 'getRouteingMode'.

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

setSetAgentState

public void setSetAgentState(SetAgentStateCaps setAgentState)
Sets the value of field 'setAgentState'.

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

setSetAutoAnswer

public void setSetAutoAnswer(SetAutoAnswerCaps setAutoAnswer)
Sets the value of field 'setAutoAnswer'.

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

setSetAutoWorkMode

public void setSetAutoWorkMode(SetAutoWorkModeCaps setAutoWorkMode)
Sets the value of field 'setAutoWorkMode'.

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

setSetCallerIDStatus

public void setSetCallerIDStatus(SetCallerIDStatusCaps setCallerIDStatus)
Sets the value of field 'setCallerIDStatus'.

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

setSetDoNotDisturb

public void setSetDoNotDisturb(SetDoNotDisturbCaps setDoNotDisturb)
Sets the value of field 'setDoNotDisturb'.

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

setSetForwarding

public void setSetForwarding(SetForwardingCaps setForwarding)
Sets the value of field 'setForwarding'.

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

setSetRouteingMode

public void setSetRouteingMode(SetRouteingModeCaps setRouteingMode)
Sets the value of field 'setRouteingMode'.

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

unmarshalLogicalServList

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

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