|
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.AttributeInfo
public class AttributeInfo
Class AttributeInfo.
Constructor Summary | |
---|---|
AttributeInfo()
|
Method Summary | |
---|---|
void |
addAttributeInfoGrammars(AttributeInfoGrammars vAttributeInfoGrammars)
Method addAttributeInfoGrammars |
void |
addAttributeInfoGrammars(int index,
AttributeInfoGrammars vAttributeInfoGrammars)
Method addAttributeInfoGrammars |
java.util.Enumeration |
enumerateAttributeInfoGrammars()
Method enumerateAttributeInfoGrammars |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
AttributeInfoGrammars[] |
getAttributeInfoGrammars()
Method getAttributeInfoGrammars |
AttributeInfoGrammars |
getAttributeInfoGrammars(int index)
Method getAttributeInfoGrammars |
int |
getAttributeInfoGrammarsCount()
Method getAttributeInfoGrammarsCount |
AttributeInfoInnerXml |
getAttributeInfoInnerXml()
Returns the value of field 'attributeInfoInnerXml'. |
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.Long |
getCurrentGain()
Returns the value of field 'currentGain'. |
java.lang.Long |
getCurrentPosition()
Returns the value of field 'currentPosition'. |
java.lang.Long |
getCurrentSpeed()
Returns the value of field 'currentSpeed'. |
CurrentState |
getCurrentState()
Returns the value of field 'currentState'. |
java.lang.Long |
getCurrentVolume()
Returns the value of field 'currentVolume'. |
java.lang.Long |
getDuration()
Returns the value of field 'duration'. |
EncodingAlgorithm |
getEncodingAlgorithm()
Returns the value of field 'encodingAlgorithm'. |
java.lang.Float |
getEndSilence()
Returns the value of field 'endSilence'. |
java.lang.String |
getFilename()
Returns the value of field 'filename'. |
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.Long |
getSamplingRate()
Returns the value of field 'samplingRate'. |
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 |
removeAllAttributeInfoGrammars()
Method removeAllAttributeInfoGrammars |
AttributeInfoGrammars |
removeAttributeInfoGrammars(int index)
Method removeAttributeInfoGrammars |
void |
setAttributeInfoGrammars(AttributeInfoGrammars[] attributeInfoGrammarsArray)
Method setAttributeInfoGrammars |
void |
setAttributeInfoGrammars(int index,
AttributeInfoGrammars vAttributeInfoGrammars)
Method setAttributeInfoGrammars |
void |
setAttributeInfoInnerXml(AttributeInfoInnerXml attributeInfoInnerXml)
Sets the value of field 'attributeInfoInnerXml'. |
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.Long currentGain)
Sets the value of field 'currentGain'. |
void |
setCurrentPosition(java.lang.Long currentPosition)
Sets the value of field 'currentPosition'. |
void |
setCurrentSpeed(java.lang.Long currentSpeed)
Sets the value of field 'currentSpeed'. |
void |
setCurrentState(CurrentState currentState)
Sets the value of field 'currentState'. |
void |
setCurrentVolume(java.lang.Long currentVolume)
Sets the value of field 'currentVolume'. |
void |
setDuration(java.lang.Long duration)
Sets the value of field 'duration'. |
void |
setEncodingAlgorithm(EncodingAlgorithm encodingAlgorithm)
Sets the value of field 'encodingAlgorithm'. |
void |
setEndSilence(java.lang.Float endSilence)
Sets the value of field 'endSilence'. |
void |
setFilename(java.lang.String filename)
Sets the value of field 'filename'. |
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 |
setSamplingRate(java.lang.Long samplingRate)
Sets the value of field 'samplingRate'. |
void |
setSilenceTimeout(java.lang.Float silenceTimeout)
Sets the value of field 'silenceTimeout'. |
static AttributeInfo |
unmarshalAttributeInfo(java.io.Reader reader)
Method unmarshalAttributeInfo |
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 AttributeInfo()
Method Detail |
---|
public void addAttributeInfoGrammars(AttributeInfoGrammars vAttributeInfoGrammars) throws java.lang.IndexOutOfBoundsException
vAttributeInfoGrammars
-
java.lang.IndexOutOfBoundsException
public void addAttributeInfoGrammars(int index, AttributeInfoGrammars vAttributeInfoGrammars) throws java.lang.IndexOutOfBoundsException
index
- vAttributeInfoGrammars
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateAttributeInfoGrammars()
public boolean equals(java.lang.Object obj)
equals
in class ch.ecma.csta.CastorObject
obj
-
public AttributeInfoGrammars getAttributeInfoGrammars(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public AttributeInfoGrammars[] getAttributeInfoGrammars()
public int getAttributeInfoGrammarsCount()
public AttributeInfoInnerXml getAttributeInfoInnerXml()
public java.lang.Boolean getAutoInterruptible()
public java.lang.Float getBabbleTimeout()
public java.lang.Object getChoiceValue()
public java.lang.Long getCurrentGain()
public java.lang.Long getCurrentPosition()
public java.lang.Long getCurrentSpeed()
public CurrentState getCurrentState()
public java.lang.Long getCurrentVolume()
public java.lang.Long getDuration()
public EncodingAlgorithm getEncodingAlgorithm()
public java.lang.Float getEndSilence()
public java.lang.String getFilename()
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.Long getSamplingRate()
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 removeAllAttributeInfoGrammars()
public AttributeInfoGrammars removeAttributeInfoGrammars(int index)
index
-
public void setAttributeInfoGrammars(int index, AttributeInfoGrammars vAttributeInfoGrammars) throws java.lang.IndexOutOfBoundsException
index
- vAttributeInfoGrammars
-
java.lang.IndexOutOfBoundsException
public void setAttributeInfoGrammars(AttributeInfoGrammars[] attributeInfoGrammarsArray)
attributeInfoGrammarsArray
- public void setAttributeInfoInnerXml(AttributeInfoInnerXml attributeInfoInnerXml)
attributeInfoInnerXml
- the value of field
'attributeInfoInnerXml'.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.Long currentGain)
currentGain
- the value of field 'currentGain'.public void setCurrentPosition(java.lang.Long currentPosition)
currentPosition
- the value of field 'currentPosition'.public void setCurrentSpeed(java.lang.Long currentSpeed)
currentSpeed
- the value of field 'currentSpeed'.public void setCurrentState(CurrentState currentState)
currentState
- the value of field 'currentState'.public void setCurrentVolume(java.lang.Long currentVolume)
currentVolume
- the value of field 'currentVolume'.public void setDuration(java.lang.Long duration)
duration
- the value of field 'duration'.public void setEncodingAlgorithm(EncodingAlgorithm encodingAlgorithm)
encodingAlgorithm
- the value of field
'encodingAlgorithm'.public void setEndSilence(java.lang.Float endSilence)
endSilence
- the value of field 'endSilence'.public void setFilename(java.lang.String filename)
filename
- the value of field 'filename'.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 setSamplingRate(java.lang.Long samplingRate)
samplingRate
- the value of field 'samplingRate'.public void setSilenceTimeout(java.lang.Float silenceTimeout)
silenceTimeout
- the value of field 'silenceTimeout'.public static AttributeInfo unmarshalAttributeInfo(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 |