4.1.0.610 20071213

ch.ecma.csta.binding
Class CallControlServices

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

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

Class CallControlServices.

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

Constructor Summary
CallControlServices()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.Boolean getAcceptCall()
          Returns the value of field 'acceptCall'.
 java.lang.Boolean getAlternateCall()
          Returns the value of field 'alternateCall'.
 java.lang.Boolean getAnswerCall()
          Returns the value of field 'answerCall'.
 java.lang.Boolean getCallBack()
          Returns the value of field 'callBack'.
 java.lang.Boolean getCallBackMessage()
          Returns the value of field 'callBackMessage'.
 java.lang.Boolean getCampOnCall()
          Returns the value of field 'campOnCall'.
 java.lang.Boolean getClearCall()
          Returns the value of field 'clearCall'.
 java.lang.Boolean getClearConnection()
          Returns the value of field 'clearConnection'.
 java.lang.Boolean getConferenceCall()
          Returns the value of field 'conferenceCall'.
 java.lang.Boolean getConsultationCall()
          Returns the value of field 'consultationCall'.
 java.lang.Boolean getDeflectCall()
          Returns the value of field 'deflectCall'.
 java.lang.Boolean getDialDigits()
          Returns the value of field 'dialDigits'.
 java.lang.Boolean getDirectedPickupCall()
          Returns the value of field 'directedPickupCall'.
 java.lang.Boolean getGroupPickupCall()
          Returns the value of field 'groupPickupCall'.
 java.lang.Boolean getHoldCall()
          Returns the value of field 'holdCall'.
 java.lang.Boolean getIntrudeCall()
          Returns the value of field 'intrudeCall'.
 java.lang.Boolean getJoinCall()
          Returns the value of field 'joinCall'.
 java.lang.Boolean getMakeCall()
          Returns the value of field 'makeCall'.
 java.lang.Boolean getMakePredictiveCall()
          Returns the value of field 'makePredictiveCall'.
 java.lang.Boolean getParkCall()
          Returns the value of field 'parkCall'.
 java.lang.Boolean getReconnectCall()
          Returns the value of field 'reconnectCall'.
 java.lang.Boolean getRetrieveCall()
          Returns the value of field 'retrieveCall'.
 java.lang.Boolean getSendMessage()
          Returns the value of field 'sendMessage'.
 java.lang.Boolean getSingleStepConference()
          Returns the value of field 'singleStepConference'.
 java.lang.Boolean getSingleStepTransfer()
          Returns the value of field 'singleStepTransfer'.
 java.lang.Boolean getTransferCall()
          Returns the value of field 'transferCall'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setAcceptCall(java.lang.Boolean acceptCall)
          Sets the value of field 'acceptCall'.
 void setAlternateCall(java.lang.Boolean alternateCall)
          Sets the value of field 'alternateCall'.
 void setAnswerCall(java.lang.Boolean answerCall)
          Sets the value of field 'answerCall'.
 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 setCampOnCall(java.lang.Boolean campOnCall)
          Sets the value of field 'campOnCall'.
 void setClearCall(java.lang.Boolean clearCall)
          Sets the value of field 'clearCall'.
 void setClearConnection(java.lang.Boolean clearConnection)
          Sets the value of field 'clearConnection'.
 void setConferenceCall(java.lang.Boolean conferenceCall)
          Sets the value of field 'conferenceCall'.
 void setConsultationCall(java.lang.Boolean consultationCall)
          Sets the value of field 'consultationCall'.
 void setDeflectCall(java.lang.Boolean deflectCall)
          Sets the value of field 'deflectCall'.
 void setDialDigits(java.lang.Boolean dialDigits)
          Sets the value of field 'dialDigits'.
 void setDirectedPickupCall(java.lang.Boolean directedPickupCall)
          Sets the value of field 'directedPickupCall'.
 void setGroupPickupCall(java.lang.Boolean groupPickupCall)
          Sets the value of field 'groupPickupCall'.
 void setHoldCall(java.lang.Boolean holdCall)
          Sets the value of field 'holdCall'.
 void setIntrudeCall(java.lang.Boolean intrudeCall)
          Sets the value of field 'intrudeCall'.
 void setJoinCall(java.lang.Boolean joinCall)
          Sets the value of field 'joinCall'.
 void setMakeCall(java.lang.Boolean makeCall)
          Sets the value of field 'makeCall'.
 void setMakePredictiveCall(java.lang.Boolean makePredictiveCall)
          Sets the value of field 'makePredictiveCall'.
 void setParkCall(java.lang.Boolean parkCall)
          Sets the value of field 'parkCall'.
 void setReconnectCall(java.lang.Boolean reconnectCall)
          Sets the value of field 'reconnectCall'.
 void setRetrieveCall(java.lang.Boolean retrieveCall)
          Sets the value of field 'retrieveCall'.
 void setSendMessage(java.lang.Boolean sendMessage)
          Sets the value of field 'sendMessage'.
 void setSingleStepConference(java.lang.Boolean singleStepConference)
          Sets the value of field 'singleStepConference'.
 void setSingleStepTransfer(java.lang.Boolean singleStepTransfer)
          Sets the value of field 'singleStepTransfer'.
 void setTransferCall(java.lang.Boolean transferCall)
          Sets the value of field 'transferCall'.
static CallControlServices unmarshalCallControlServices(java.io.Reader reader)
          Method unmarshalCallControlServices
 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

CallControlServices

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

getAcceptCall

public java.lang.Boolean getAcceptCall()
Returns the value of field 'acceptCall'.

Returns:
Boolean

getAlternateCall

public java.lang.Boolean getAlternateCall()
Returns the value of field 'alternateCall'.

Returns:
Boolean

getAnswerCall

public java.lang.Boolean getAnswerCall()
Returns the value of field 'answerCall'.

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

getCampOnCall

public java.lang.Boolean getCampOnCall()
Returns the value of field 'campOnCall'.

Returns:
Boolean

getClearCall

public java.lang.Boolean getClearCall()
Returns the value of field 'clearCall'.

Returns:
Boolean

getClearConnection

public java.lang.Boolean getClearConnection()
Returns the value of field 'clearConnection'.

Returns:
Boolean

getConferenceCall

public java.lang.Boolean getConferenceCall()
Returns the value of field 'conferenceCall'.

Returns:
Boolean

getConsultationCall

public java.lang.Boolean getConsultationCall()
Returns the value of field 'consultationCall'.

Returns:
Boolean

getDeflectCall

public java.lang.Boolean getDeflectCall()
Returns the value of field 'deflectCall'.

Returns:
Boolean

getDialDigits

public java.lang.Boolean getDialDigits()
Returns the value of field 'dialDigits'.

Returns:
Boolean

getDirectedPickupCall

public java.lang.Boolean getDirectedPickupCall()
Returns the value of field 'directedPickupCall'.

Returns:
Boolean

getGroupPickupCall

public java.lang.Boolean getGroupPickupCall()
Returns the value of field 'groupPickupCall'.

Returns:
Boolean

getHoldCall

public java.lang.Boolean getHoldCall()
Returns the value of field 'holdCall'.

Returns:
Boolean

getIntrudeCall

public java.lang.Boolean getIntrudeCall()
Returns the value of field 'intrudeCall'.

Returns:
Boolean

getJoinCall

public java.lang.Boolean getJoinCall()
Returns the value of field 'joinCall'.

Returns:
Boolean

getMakeCall

public java.lang.Boolean getMakeCall()
Returns the value of field 'makeCall'.

Returns:
Boolean

getMakePredictiveCall

public java.lang.Boolean getMakePredictiveCall()
Returns the value of field 'makePredictiveCall'.

Returns:
Boolean

getParkCall

public java.lang.Boolean getParkCall()
Returns the value of field 'parkCall'.

Returns:
Boolean

getReconnectCall

public java.lang.Boolean getReconnectCall()
Returns the value of field 'reconnectCall'.

Returns:
Boolean

getRetrieveCall

public java.lang.Boolean getRetrieveCall()
Returns the value of field 'retrieveCall'.

Returns:
Boolean

getSendMessage

public java.lang.Boolean getSendMessage()
Returns the value of field 'sendMessage'.

Returns:
Boolean

getSingleStepConference

public java.lang.Boolean getSingleStepConference()
Returns the value of field 'singleStepConference'.

Returns:
Boolean

getSingleStepTransfer

public java.lang.Boolean getSingleStepTransfer()
Returns the value of field 'singleStepTransfer'.

Returns:
Boolean

getTransferCall

public java.lang.Boolean getTransferCall()
Returns the value of field 'transferCall'.

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

setAcceptCall

public void setAcceptCall(java.lang.Boolean acceptCall)
Sets the value of field 'acceptCall'.

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

setAlternateCall

public void setAlternateCall(java.lang.Boolean alternateCall)
Sets the value of field 'alternateCall'.

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

setAnswerCall

public void setAnswerCall(java.lang.Boolean answerCall)
Sets the value of field 'answerCall'.

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

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'.

setCampOnCall

public void setCampOnCall(java.lang.Boolean campOnCall)
Sets the value of field 'campOnCall'.

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

setClearCall

public void setClearCall(java.lang.Boolean clearCall)
Sets the value of field 'clearCall'.

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

setClearConnection

public void setClearConnection(java.lang.Boolean clearConnection)
Sets the value of field 'clearConnection'.

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

setConferenceCall

public void setConferenceCall(java.lang.Boolean conferenceCall)
Sets the value of field 'conferenceCall'.

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

setConsultationCall

public void setConsultationCall(java.lang.Boolean consultationCall)
Sets the value of field 'consultationCall'.

Parameters:
consultationCall - the value of field 'consultationCall'

setDeflectCall

public void setDeflectCall(java.lang.Boolean deflectCall)
Sets the value of field 'deflectCall'.

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

setDialDigits

public void setDialDigits(java.lang.Boolean dialDigits)
Sets the value of field 'dialDigits'.

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

setDirectedPickupCall

public void setDirectedPickupCall(java.lang.Boolean directedPickupCall)
Sets the value of field 'directedPickupCall'.

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

setGroupPickupCall

public void setGroupPickupCall(java.lang.Boolean groupPickupCall)
Sets the value of field 'groupPickupCall'.

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

setHoldCall

public void setHoldCall(java.lang.Boolean holdCall)
Sets the value of field 'holdCall'.

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

setIntrudeCall

public void setIntrudeCall(java.lang.Boolean intrudeCall)
Sets the value of field 'intrudeCall'.

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

setJoinCall

public void setJoinCall(java.lang.Boolean joinCall)
Sets the value of field 'joinCall'.

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

setMakeCall

public void setMakeCall(java.lang.Boolean makeCall)
Sets the value of field 'makeCall'.

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

setMakePredictiveCall

public void setMakePredictiveCall(java.lang.Boolean makePredictiveCall)
Sets the value of field 'makePredictiveCall'.

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

setParkCall

public void setParkCall(java.lang.Boolean parkCall)
Sets the value of field 'parkCall'.

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

setReconnectCall

public void setReconnectCall(java.lang.Boolean reconnectCall)
Sets the value of field 'reconnectCall'.

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

setRetrieveCall

public void setRetrieveCall(java.lang.Boolean retrieveCall)
Sets the value of field 'retrieveCall'.

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

setSendMessage

public void setSendMessage(java.lang.Boolean sendMessage)
Sets the value of field 'sendMessage'.

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

setSingleStepConference

public void setSingleStepConference(java.lang.Boolean singleStepConference)
Sets the value of field 'singleStepConference'.

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

setSingleStepTransfer

public void setSingleStepTransfer(java.lang.Boolean singleStepTransfer)
Sets the value of field 'singleStepTransfer'.

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

setTransferCall

public void setTransferCall(java.lang.Boolean transferCall)
Sets the value of field 'transferCall'.

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

unmarshalCallControlServices

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

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