|
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.AttributeToSet
public class AttributeToSet
Class AttributeToSet.
Constructor Summary | |
---|---|
AttributeToSet()
|
Method Summary | |
---|---|
void |
addGrammars(Grammars vGrammars)
Method addGrammars |
void |
addGrammars(int index,
Grammars vGrammars)
Method addGrammars |
java.util.Enumeration |
enumerateGrammars()
Method enumerateGrammars |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.Boolean |
getAutoInterruptible()
Returns the value of field 'autoInterruptible'. |
java.lang.Float |
getBabbleTimeout()
Returns the value of field 'babbleTimeout'. |
java.lang.Object |
getChoiceValue()
Returns the value of field 'choiceValue'. |
java.lang.Integer |
getCurrentGain()
Returns the value of field 'currentGain'. |
java.lang.Long |
getCurrentSpeed()
Returns the value of field 'currentSpeed'. |
Volume |
getCurrentVolume()
Returns the value of field 'currentVolume'. |
java.lang.Float |
getEndSilence()
Returns the value of field 'endSilence'. |
Grammars[] |
getGrammars()
Method getGrammars |
Grammars |
getGrammars(int index)
Method getGrammars |
int |
getGrammarsCount()
Method getGrammarsCount |
InnerXml |
getInnerXml()
Returns the value of field 'innerXml'. |
java.lang.Float |
getInterdigitTimeout()
Returns the value of field 'interdigitTimeout'. |
java.lang.String |
getLanguage()
Returns the value of field 'language'. |
java.lang.Float |
getMaxTimeout()
Returns the value of field 'maxTimeout'. |
ModeType |
getMode()
Returns the value of field 'mode'. |
java.lang.Boolean |
getPreflush()
Returns the value of field 'preflush'. |
java.lang.Float |
getRejectionThreshold()
Returns the value of field 'rejectionThreshold'. |
java.lang.Boolean |
getRetainAudio()
Returns the value of field 'retainAudio'. |
java.lang.Float |
getSilenceTimeout()
Returns the value of field 'silenceTimeout'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllGrammars()
Method removeAllGrammars |
Grammars |
removeGrammars(int index)
Method removeGrammars |
void |
setAutoInterruptible(java.lang.Boolean autoInterruptible)
Sets the value of field 'autoInterruptible'. |
void |
setBabbleTimeout(java.lang.Float babbleTimeout)
Sets the value of field 'babbleTimeout'. |
void |
setCurrentGain(java.lang.Integer currentGain)
Sets the value of field 'currentGain'. |
void |
setCurrentSpeed(java.lang.Long currentSpeed)
Sets the value of field 'currentSpeed'. |
void |
setCurrentVolume(Volume currentVolume)
Sets the value of field 'currentVolume'. |
void |
setEndSilence(java.lang.Float endSilence)
Sets the value of field 'endSilence'. |
void |
setGrammars(Grammars[] grammarsArray)
Method setGrammars |
void |
setGrammars(int index,
Grammars vGrammars)
Method setGrammars |
void |
setInnerXml(InnerXml innerXml)
Sets the value of field 'innerXml'. |
void |
setInterdigitTimeout(java.lang.Float interdigitTimeout)
Sets the value of field 'interdigitTimeout'. |
void |
setLanguage(java.lang.String language)
Sets the value of field 'language'. |
void |
setMaxTimeout(java.lang.Float maxTimeout)
Sets the value of field 'maxTimeout'. |
void |
setMode(ModeType mode)
Sets the value of field 'mode'. |
void |
setPreflush(java.lang.Boolean preflush)
Sets the value of field 'preflush'. |
void |
setRejectionThreshold(java.lang.Float rejectionThreshold)
Sets the value of field 'rejectionThreshold'. |
void |
setRetainAudio(java.lang.Boolean retainAudio)
Sets the value of field 'retainAudio'. |
void |
setSilenceTimeout(java.lang.Float silenceTimeout)
Sets the value of field 'silenceTimeout'. |
static AttributeToSet |
unmarshalAttributeToSet(java.io.Reader reader)
Method unmarshalAttributeToSet |
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 AttributeToSet()
Method Detail |
---|
public void addGrammars(Grammars vGrammars) throws java.lang.IndexOutOfBoundsException
vGrammars
-
java.lang.IndexOutOfBoundsException
public void addGrammars(int index, Grammars vGrammars) throws java.lang.IndexOutOfBoundsException
index
- vGrammars
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateGrammars()
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public java.lang.Boolean getAutoInterruptible()
public java.lang.Float getBabbleTimeout()
public java.lang.Object getChoiceValue()
public java.lang.Integer getCurrentGain()
public java.lang.Long getCurrentSpeed()
public Volume getCurrentVolume()
public java.lang.Float getEndSilence()
public Grammars getGrammars(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Grammars[] getGrammars()
public int getGrammarsCount()
public InnerXml getInnerXml()
public java.lang.Float getInterdigitTimeout()
public java.lang.String getLanguage()
public java.lang.Float getMaxTimeout()
public ModeType getMode()
public java.lang.Boolean getPreflush()
public java.lang.Float getRejectionThreshold()
public java.lang.Boolean getRetainAudio()
public java.lang.Float getSilenceTimeout()
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 removeAllGrammars()
public Grammars removeGrammars(int index)
index
-
public void setAutoInterruptible(java.lang.Boolean autoInterruptible)
autoInterruptible
- the value of field
'autoInterruptible'.public void setBabbleTimeout(java.lang.Float babbleTimeout)
babbleTimeout
- the value of field 'babbleTimeout'.public void setCurrentGain(java.lang.Integer currentGain)
currentGain
- the value of field 'currentGain'.public void setCurrentSpeed(java.lang.Long currentSpeed)
currentSpeed
- the value of field 'currentSpeed'.public void setCurrentVolume(Volume currentVolume)
currentVolume
- the value of field 'currentVolume'.public void setEndSilence(java.lang.Float endSilence)
endSilence
- the value of field 'endSilence'.public void setGrammars(int index, Grammars vGrammars) throws java.lang.IndexOutOfBoundsException
index
- vGrammars
-
java.lang.IndexOutOfBoundsException
public void setGrammars(Grammars[] grammarsArray)
grammarsArray
- public void setInnerXml(InnerXml innerXml)
innerXml
- the value of field 'innerXml'.public void setInterdigitTimeout(java.lang.Float interdigitTimeout)
interdigitTimeout
- the value of field
'interdigitTimeout'.public void setLanguage(java.lang.String language)
language
- the value of field 'language'.public void setMaxTimeout(java.lang.Float maxTimeout)
maxTimeout
- the value of field 'maxTimeout'.public void setMode(ModeType mode)
mode
- the value of field 'mode'.public void setPreflush(java.lang.Boolean preflush)
preflush
- the value of field 'preflush'.public void setRejectionThreshold(java.lang.Float rejectionThreshold)
rejectionThreshold
- the value of field
'rejectionThreshold'.public void setRetainAudio(java.lang.Boolean retainAudio)
retainAudio
- the value of field 'retainAudio'.public void setSilenceTimeout(java.lang.Float silenceTimeout)
silenceTimeout
- the value of field 'silenceTimeout'.public static AttributeToSet unmarshalAttributeToSet(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 |