|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.CastorObject
ch.ecma.csta.binding.VoiceServices
public class VoiceServices
Class VoiceServices.
Constructor Summary | |
---|---|
VoiceServices()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.Boolean |
getActivate()
Returns the value of field 'activate'. |
java.lang.Boolean |
getClear()
Returns the value of field 'clear'. |
java.lang.Boolean |
getConcatenateMessage()
Returns the value of field 'concatenateMessage'. |
java.lang.Boolean |
getDeactivate()
Returns the value of field 'deactivate'. |
java.lang.Boolean |
getDeleteMessage()
Returns the value of field 'deleteMessage'. |
java.lang.Boolean |
getPlayMessage()
Returns the value of field 'playMessage'. |
java.lang.Boolean |
getQueryVoiceAttribute()
Returns the value of field 'queryVoiceAttribute'. |
java.lang.Boolean |
getRecordMessage()
Returns the value of field 'recordMessage'. |
java.lang.Boolean |
getReposition()
Returns the value of field 'reposition'. |
java.lang.Boolean |
getResume()
Returns the value of field 'resume'. |
java.lang.Boolean |
getReview()
Returns the value of field 'review'. |
java.lang.Boolean |
getSetVoiceAttribute()
Returns the value of field 'setVoiceAttribute'. |
java.lang.Boolean |
getStop()
Returns the value of field 'stop'. |
java.lang.Boolean |
getSuspend()
Returns the value of field 'suspend'. |
java.lang.Boolean |
getSynthesizeMessage()
Returns the value of field 'synthesizeMessage'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setActivate(java.lang.Boolean activate)
Sets the value of field 'activate'. |
void |
setClear(java.lang.Boolean clear)
Sets the value of field 'clear'. |
void |
setConcatenateMessage(java.lang.Boolean concatenateMessage)
Sets the value of field 'concatenateMessage'. |
void |
setDeactivate(java.lang.Boolean deactivate)
Sets the value of field 'deactivate'. |
void |
setDeleteMessage(java.lang.Boolean deleteMessage)
Sets the value of field 'deleteMessage'. |
void |
setPlayMessage(java.lang.Boolean playMessage)
Sets the value of field 'playMessage'. |
void |
setQueryVoiceAttribute(java.lang.Boolean queryVoiceAttribute)
Sets the value of field 'queryVoiceAttribute'. |
void |
setRecordMessage(java.lang.Boolean recordMessage)
Sets the value of field 'recordMessage'. |
void |
setReposition(java.lang.Boolean reposition)
Sets the value of field 'reposition'. |
void |
setResume(java.lang.Boolean resume)
Sets the value of field 'resume'. |
void |
setReview(java.lang.Boolean review)
Sets the value of field 'review'. |
void |
setSetVoiceAttribute(java.lang.Boolean setVoiceAttribute)
Sets the value of field 'setVoiceAttribute'. |
void |
setStop(java.lang.Boolean stop)
Sets the value of field 'stop'. |
void |
setSuspend(java.lang.Boolean suspend)
Sets the value of field 'suspend'. |
void |
setSynthesizeMessage(java.lang.Boolean synthesizeMessage)
Sets the value of field 'synthesizeMessage'. |
static VoiceServices |
unmarshalVoiceServices(java.io.Reader reader)
Method unmarshalVoiceServices |
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 |
---|
public VoiceServices()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.Boolean getActivate()
public java.lang.Boolean getClear()
public java.lang.Boolean getConcatenateMessage()
public java.lang.Boolean getDeactivate()
public java.lang.Boolean getDeleteMessage()
public java.lang.Boolean getPlayMessage()
public java.lang.Boolean getQueryVoiceAttribute()
public java.lang.Boolean getRecordMessage()
public java.lang.Boolean getReposition()
public java.lang.Boolean getResume()
public java.lang.Boolean getReview()
public java.lang.Boolean getSetVoiceAttribute()
public java.lang.Boolean getStop()
public java.lang.Boolean getSuspend()
public java.lang.Boolean getSynthesizeMessage()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setActivate(java.lang.Boolean activate)
activate
- the value of field 'activate'.public void setClear(java.lang.Boolean clear)
clear
- the value of field 'clear'.public void setConcatenateMessage(java.lang.Boolean concatenateMessage)
concatenateMessage
- the value of field
'concatenateMessage'.public void setDeactivate(java.lang.Boolean deactivate)
deactivate
- the value of field 'deactivate'.public void setDeleteMessage(java.lang.Boolean deleteMessage)
deleteMessage
- the value of field 'deleteMessage'.public void setPlayMessage(java.lang.Boolean playMessage)
playMessage
- the value of field 'playMessage'.public void setQueryVoiceAttribute(java.lang.Boolean queryVoiceAttribute)
queryVoiceAttribute
- the value of field
'queryVoiceAttribute'.public void setRecordMessage(java.lang.Boolean recordMessage)
recordMessage
- the value of field 'recordMessage'.public void setReposition(java.lang.Boolean reposition)
reposition
- the value of field 'reposition'.public void setResume(java.lang.Boolean resume)
resume
- the value of field 'resume'.public void setReview(java.lang.Boolean review)
review
- the value of field 'review'.public void setSetVoiceAttribute(java.lang.Boolean setVoiceAttribute)
setVoiceAttribute
- the value of field
'setVoiceAttribute'.public void setStop(java.lang.Boolean stop)
stop
- the value of field 'stop'.public void setSuspend(java.lang.Boolean suspend)
suspend
- the value of field 'suspend'.public void setSynthesizeMessage(java.lang.Boolean synthesizeMessage)
synthesizeMessage
- the value of field
'synthesizeMessage'.public static VoiceServices unmarshalVoiceServices(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |