|
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.GenerateDigits
public class GenerateDigits
The GenerateDigits request has these parameters:
GenerateDigits Request Parameters | ||
---|---|---|
connectionToSendDigits | Mandatory | Connection of the device which is generating digits for the call. |
charactersToSend | Mandatory | Specifies the string of characters to send. |
toneDuration | Optional | Specifies the duration, in milliseconds, of each tone to be provided. |
Constructor Summary | |
---|---|
GenerateDigits()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String |
getCharactersToSend()
Returns the value of field 'charactersToSend'. |
ConnectionID |
getConnectionToSendDigits()
Returns the value of field 'connectionToSendDigits'. |
DigitMode |
getDigitMode()
Returns the value of field 'digitMode'. |
CSTACommonArguments |
getExtensions()
Returns the value of field 'extensions'. |
java.lang.Long |
getPauseDuration()
Returns the value of field 'pauseDuration'. |
java.lang.Long |
getPulseRate()
Returns the value of field 'pulseRate'. |
java.lang.Long |
getToneDuration()
Returns the value of field 'toneDuration'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setCharactersToSend(java.lang.String charactersToSend)
Sets the value of field 'charactersToSend'. |
void |
setConnectionToSendDigits(ConnectionID connectionToSendDigits)
Sets the value of field 'connectionToSendDigits'. |
void |
setDigitMode(DigitMode digitMode)
Sets the value of field 'digitMode'. |
void |
setExtensions(CSTACommonArguments extensions)
Sets the value of field 'extensions'. |
void |
setPauseDuration(java.lang.Long pauseDuration)
Sets the value of field 'pauseDuration'. |
void |
setPulseRate(java.lang.Long pulseRate)
Sets the value of field 'pulseRate'. |
void |
setToneDuration(java.lang.Long toneDuration)
Sets the value of field 'toneDuration'. |
static GenerateDigits |
unmarshalGenerateDigits(java.io.Reader reader)
Method unmarshalGenerateDigits |
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 GenerateDigits()
Method Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.String getCharactersToSend()
public ConnectionID getConnectionToSendDigits()
public DigitMode getDigitMode()
public CSTACommonArguments getExtensions()
public java.lang.Long getPauseDuration()
public java.lang.Long getPulseRate()
public java.lang.Long getToneDuration()
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 setCharactersToSend(java.lang.String charactersToSend)
charactersToSend
- the value of field 'charactersToSend'public void setConnectionToSendDigits(ConnectionID connectionToSendDigits)
connectionToSendDigits
- the value of field
'connectionToSendDigits'.public void setDigitMode(DigitMode digitMode)
digitMode
- the value of field 'digitMode'.public void setExtensions(CSTACommonArguments extensions)
extensions
- the value of field 'extensions'.public void setPauseDuration(java.lang.Long pauseDuration)
pauseDuration
- the value of field 'pauseDuration'.public void setPulseRate(java.lang.Long pulseRate)
pulseRate
- the value of field 'pulseRate'.public void setToneDuration(java.lang.Long toneDuration)
toneDuration
- the value of field 'toneDuration'.public static GenerateDigits unmarshalGenerateDigits(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 |