4.1.0.610 20071213

ch.ecma.csta.binding
Class VoiceServList

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

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

Class VoiceServList.

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

Constructor Summary
VoiceServList()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 ActivateCaps getActivate()
          Returns the value of field 'activate'.
 ClearCaps getClear()
          Returns the value of field 'clear'.
 ConcatenateMsgCaps getConcatenateMsg()
          Returns the value of field 'concatenateMsg'.
 DeactivateCaps getDeactivate()
          Returns the value of field 'deactivate'.
 DeleteMsgCaps getDeleteMsg()
          Returns the value of field 'deleteMsg'.
 PlayMsgCaps getPlayMsg()
          Returns the value of field 'playMsg'.
 QueryVoiceAttribCaps getQueryVoiceAttrib()
          Returns the value of field 'queryVoiceAttrib'.
 QueueServiceCaps getQueueService()
          Returns the value of field 'queueService'.
 RecordMsgCaps getRecordMsg()
          Returns the value of field 'recordMsg'.
 RepositionCaps getReposition()
          Returns the value of field 'reposition'.
 ResumeCaps getResume()
          Returns the value of field 'resume'.
 ReviewCaps getReview()
          Returns the value of field 'review'.
 SetVoiceAttribCaps getSetVoiceAttrib()
          Returns the value of field 'setVoiceAttrib'.
 StartCaps getStart()
          Returns the value of field 'start'.
 StopCaps getStop()
          Returns the value of field 'stop'.
 SuspendCaps getSuspend()
          Returns the value of field 'suspend'.
 SynthesizeMsgCaps getSynthesizeMsg()
          Returns the value of field 'synthesizeMsg'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setActivate(ActivateCaps activate)
          Sets the value of field 'activate'.
 void setClear(ClearCaps clear)
          Sets the value of field 'clear'.
 void setConcatenateMsg(ConcatenateMsgCaps concatenateMsg)
          Sets the value of field 'concatenateMsg'.
 void setDeactivate(DeactivateCaps deactivate)
          Sets the value of field 'deactivate'.
 void setDeleteMsg(DeleteMsgCaps deleteMsg)
          Sets the value of field 'deleteMsg'.
 void setPlayMsg(PlayMsgCaps playMsg)
          Sets the value of field 'playMsg'.
 void setQueryVoiceAttrib(QueryVoiceAttribCaps queryVoiceAttrib)
          Sets the value of field 'queryVoiceAttrib'.
 void setQueueService(QueueServiceCaps queueService)
          Sets the value of field 'queueService'.
 void setRecordMsg(RecordMsgCaps recordMsg)
          Sets the value of field 'recordMsg'.
 void setReposition(RepositionCaps reposition)
          Sets the value of field 'reposition'.
 void setResume(ResumeCaps resume)
          Sets the value of field 'resume'.
 void setReview(ReviewCaps review)
          Sets the value of field 'review'.
 void setSetVoiceAttrib(SetVoiceAttribCaps setVoiceAttrib)
          Sets the value of field 'setVoiceAttrib'.
 void setStart(StartCaps start)
          Sets the value of field 'start'.
 void setStop(StopCaps stop)
          Sets the value of field 'stop'.
 void setSuspend(SuspendCaps suspend)
          Sets the value of field 'suspend'.
 void setSynthesizeMsg(SynthesizeMsgCaps synthesizeMsg)
          Sets the value of field 'synthesizeMsg'.
static VoiceServList unmarshalVoiceServList(java.io.Reader reader)
          Method unmarshalVoiceServList
 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

VoiceServList

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

getActivate

public ActivateCaps getActivate()
Returns the value of field 'activate'.

Returns:
ActivateCaps

getClear

public ClearCaps getClear()
Returns the value of field 'clear'.

Returns:
ClearCaps

getConcatenateMsg

public ConcatenateMsgCaps getConcatenateMsg()
Returns the value of field 'concatenateMsg'.

Returns:
ConcatenateMsgCaps

getDeactivate

public DeactivateCaps getDeactivate()
Returns the value of field 'deactivate'.

Returns:
DeactivateCaps

getDeleteMsg

public DeleteMsgCaps getDeleteMsg()
Returns the value of field 'deleteMsg'.

Returns:
DeleteMsgCaps

getPlayMsg

public PlayMsgCaps getPlayMsg()
Returns the value of field 'playMsg'.

Returns:
PlayMsgCaps

getQueryVoiceAttrib

public QueryVoiceAttribCaps getQueryVoiceAttrib()
Returns the value of field 'queryVoiceAttrib'.

Returns:
QueryVoiceAttribCaps

getQueueService

public QueueServiceCaps getQueueService()
Returns the value of field 'queueService'.

Returns:
QueueServiceCaps

getRecordMsg

public RecordMsgCaps getRecordMsg()
Returns the value of field 'recordMsg'.

Returns:
RecordMsgCaps

getReposition

public RepositionCaps getReposition()
Returns the value of field 'reposition'.

Returns:
RepositionCaps

getResume

public ResumeCaps getResume()
Returns the value of field 'resume'.

Returns:
ResumeCaps

getReview

public ReviewCaps getReview()
Returns the value of field 'review'.

Returns:
ReviewCaps

getSetVoiceAttrib

public SetVoiceAttribCaps getSetVoiceAttrib()
Returns the value of field 'setVoiceAttrib'.

Returns:
SetVoiceAttribCaps

getStart

public StartCaps getStart()
Returns the value of field 'start'.

Returns:
StartCaps

getStop

public StopCaps getStop()
Returns the value of field 'stop'.

Returns:
StopCaps

getSuspend

public SuspendCaps getSuspend()
Returns the value of field 'suspend'.

Returns:
SuspendCaps

getSynthesizeMsg

public SynthesizeMsgCaps getSynthesizeMsg()
Returns the value of field 'synthesizeMsg'.

Returns:
SynthesizeMsgCaps

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

setActivate

public void setActivate(ActivateCaps activate)
Sets the value of field 'activate'.

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

setClear

public void setClear(ClearCaps clear)
Sets the value of field 'clear'.

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

setConcatenateMsg

public void setConcatenateMsg(ConcatenateMsgCaps concatenateMsg)
Sets the value of field 'concatenateMsg'.

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

setDeactivate

public void setDeactivate(DeactivateCaps deactivate)
Sets the value of field 'deactivate'.

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

setDeleteMsg

public void setDeleteMsg(DeleteMsgCaps deleteMsg)
Sets the value of field 'deleteMsg'.

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

setPlayMsg

public void setPlayMsg(PlayMsgCaps playMsg)
Sets the value of field 'playMsg'.

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

setQueryVoiceAttrib

public void setQueryVoiceAttrib(QueryVoiceAttribCaps queryVoiceAttrib)
Sets the value of field 'queryVoiceAttrib'.

Parameters:
queryVoiceAttrib - the value of field 'queryVoiceAttrib'

setQueueService

public void setQueueService(QueueServiceCaps queueService)
Sets the value of field 'queueService'.

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

setRecordMsg

public void setRecordMsg(RecordMsgCaps recordMsg)
Sets the value of field 'recordMsg'.

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

setReposition

public void setReposition(RepositionCaps reposition)
Sets the value of field 'reposition'.

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

setResume

public void setResume(ResumeCaps resume)
Sets the value of field 'resume'.

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

setReview

public void setReview(ReviewCaps review)
Sets the value of field 'review'.

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

setSetVoiceAttrib

public void setSetVoiceAttrib(SetVoiceAttribCaps setVoiceAttrib)
Sets the value of field 'setVoiceAttrib'.

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

setStart

public void setStart(StartCaps start)
Sets the value of field 'start'.

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

setStop

public void setStop(StopCaps stop)
Sets the value of field 'stop'.

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

setSuspend

public void setSuspend(SuspendCaps suspend)
Sets the value of field 'suspend'.

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

setSynthesizeMsg

public void setSynthesizeMsg(SynthesizeMsgCaps synthesizeMsg)
Sets the value of field 'synthesizeMsg'.

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

unmarshalVoiceServList

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

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