org.apache.ecs.vxml
Class Property

java.lang.Object
  |
  +--org.apache.ecs.GenericElement
        |
        +--org.apache.ecs.ElementAttributes
              |
              +--org.apache.ecs.ConcreteElement
                    |
                    +--org.apache.ecs.MultiPartElement
                          |
                          +--org.apache.ecs.xml.XML
                                |
                                +--org.apache.ecs.vxml.VXMLElement
                                      |
                                      +--org.apache.ecs.vxml.Property
All Implemented Interfaces:
Attributes, java.lang.Cloneable, Element, ElementRegistry, Printable, java.io.Serializable

public class Property
extends VXMLElement

This class implements the property element

Author:
Written by Carol Jones
See Also:
Serialized Form

Fields inherited from class org.apache.ecs.ConcreteElement
lineSeparator, registry, registryList
 
Fields inherited from class org.apache.ecs.ElementAttributes
attribute_equality_sign, attribute_filter, attribute_quote, attribute_quote_char, filter_attribute_state
 
Fields inherited from class org.apache.ecs.GenericElement
__text, _defaultFilter, begin_end_modifier, begin_end_modifier_defined, begin_start_modifier, begin_start_modifier_defined, case_type, codeset, element, element_type, end_element, end_end_modifier, end_end_modifier_defined, end_modifier_defined, end_start_modifier, end_start_modifier_defined, end_tag, filter, filter_state, position, pretty_print, start_modifier_defined, start_tag, tabLevel, VERSION
 
Fields inherited from interface org.apache.ecs.Attributes
NO_ATTRIBUTE_VALUE
 
Fields inherited from interface org.apache.ecs.Element
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE
 
Constructor Summary
Property()
          Basic constructor.
 
Method Summary
 Property setAudiofetchhint(java.lang.String audiofetchhint)
          Sets the audiofetchhint="" attribute
 Property setBargein(java.lang.String bargein)
          Sets the bargein="" attribute
 Property setCaching(java.lang.String caching)
          Sets the caching="" attribute
 Property setCompletetimeout(java.lang.String completetimeout)
          Sets the completetimeout="" attribute
 Property setConfidencelevel(java.lang.String confidencelevel)
          Sets the confidencelevel="" attribute
 Property setDocumentfetchhint(java.lang.String documentfetchhint)
          Sets the documentfetchhint="" attribute
 Property setFetchaudio(java.lang.String fetchaudio)
          Sets the fetchaudio="" attribute
 Property setFetchtimeout(java.lang.String fetchtimeout)
          Sets the fetchtimeout="" attribute
 Property setGrammarfetchint(java.lang.String grammarfetchint)
          Sets the grammarfetchint="" attribute
 Property setIncompletetimeout(java.lang.String incompletetimeout)
          Sets the incompletetimeout="" attribute
 Property setInputmodes(java.lang.String inputmodes)
          Sets the inputmodes="" attribute
 Property setInterdigittimeout(java.lang.String interdigittimeout)
          Sets the interdigittimeout="" attribute
 Property setObjectfetchint(java.lang.String objectfetchint)
          Sets the objectfetchint="" attribute
 Property setScriptfetchhint(java.lang.String scriptfetchhint)
          Sets the scriptfetchhint="" attribute
 Property setSensitivity(java.lang.String sensitivity)
          Sets the sensitivity="" attribute
 Property setSpeedvsaccuracy(java.lang.String speedvsaccuracy)
          Sets the speedvsaccuracy="" attribute
 Property setTermchar(java.lang.String termchar)
          Sets the termchar="" attribute
 Property setTermtimeout(java.lang.String termtimeout)
          Sets the termtimeout="" attribute
 Property setTimeout(java.lang.String timeout)
          Sets the timeout="" attribute
 
Methods inherited from class org.apache.ecs.vxml.VXMLElement
getNeedClosingTag
 
Methods inherited from class org.apache.ecs.xml.XML
addElement, addElement, addElement, addElement, addXMLAttribute, getBeginEndModifier, getBeginEndModifierDefined, getNeedLineBreak, removeElement
 
Methods inherited from class org.apache.ecs.MultiPartElement
 
Methods inherited from class org.apache.ecs.ConcreteElement
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry
 
Methods inherited from class org.apache.ecs.ElementAttributes
addAttribute, addAttribute, addAttribute, addAttribute, attributes, createStartTag, getAttribute, getAttributeEqualitySign, getAttributeFilter, getAttributeFilterState, getAttributeQuote, getAttributeQuoteChar, hasAttribute, removeAttribute, setAttributeEqualitySign, setAttributeFilter, setAttributeFilterState, setAttributeQuote, setAttributeQuoteChar, setClass, setDir, setID, setLang, setStyle, setTitle
 
Methods inherited from class org.apache.ecs.GenericElement
alterCase, createEndTag, getBeginStartModifier, getBeginStartModifierDefined, getCase, getCodeSet, getElementHashEntry, getElementType, getEndEndModifier, getEndEndModifierDefined, getEndStartModifier, getEndStartModifierDefined, getEndTagChar, getFilter, getFilterState, getPrettyPrint, getStartTagChar, getTabLevel, getTagPosition, getTagText, getVersion, putTabs, putTabs, removeBeginEndModifier, removeBeginStartModifier, removeEndEndModifier, removeEndStartModifier, setBeginEndModifier, setBeginEndModifierDefined, setBeginModifier, setBeginModifier, setBeginStartModifier, setBeginStartModifierDefined, setCase, setCodeSet, setElementType, setEndEndModifier, setEndEndModifierDefined, setEndModifier, setEndModifier, setEndStartModifier, setEndStartModifierDefined, setEndTagChar, setFilter, setFilterState, setNeedClosingTag, setPrettyPrint, setStartTagChar, setTabLevel, setTagPosition, setTagText, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

Property

public Property()
Basic constructor. You need to set the attributes using the set* methods.
Method Detail

setConfidencelevel

public Property setConfidencelevel(java.lang.String confidencelevel)
Sets the confidencelevel="" attribute
Parameters:
confidencelevel - the confidencelevel="" attribute

setSensitivity

public Property setSensitivity(java.lang.String sensitivity)
Sets the sensitivity="" attribute
Parameters:
sensitivity - the sensitivity="" attribute

setSpeedvsaccuracy

public Property setSpeedvsaccuracy(java.lang.String speedvsaccuracy)
Sets the speedvsaccuracy="" attribute
Parameters:
speedvsaccuracy - the speedvsaccuracy="" attribute

setCompletetimeout

public Property setCompletetimeout(java.lang.String completetimeout)
Sets the completetimeout="" attribute
Parameters:
completetimeout - the completetimeout="" attribute

setIncompletetimeout

public Property setIncompletetimeout(java.lang.String incompletetimeout)
Sets the incompletetimeout="" attribute
Parameters:
incompletetimeout - the incompletetimeout="" attribute

setInterdigittimeout

public Property setInterdigittimeout(java.lang.String interdigittimeout)
Sets the interdigittimeout="" attribute
Parameters:
interdigittimeout - the interdigittimeout="" attribute

setTermtimeout

public Property setTermtimeout(java.lang.String termtimeout)
Sets the termtimeout="" attribute
Parameters:
termtimeout - the termtimeout="" attribute

setTermchar

public Property setTermchar(java.lang.String termchar)
Sets the termchar="" attribute
Parameters:
termchar - the termchar="" attribute

setBargein

public Property setBargein(java.lang.String bargein)
Sets the bargein="" attribute
Parameters:
bargein - the bargein="" attribute

setTimeout

public Property setTimeout(java.lang.String timeout)
Sets the timeout="" attribute
Parameters:
timeout - the timeout="" attribute

setCaching

public Property setCaching(java.lang.String caching)
Sets the caching="" attribute
Parameters:
caching - the caching="" attribute

setAudiofetchhint

public Property setAudiofetchhint(java.lang.String audiofetchhint)
Sets the audiofetchhint="" attribute
Parameters:
audiofetchhint - the audiofetchhint="" attribute

setDocumentfetchhint

public Property setDocumentfetchhint(java.lang.String documentfetchhint)
Sets the documentfetchhint="" attribute
Parameters:
documentfetchhint - the documentfetchhint="" attribute

setGrammarfetchint

public Property setGrammarfetchint(java.lang.String grammarfetchint)
Sets the grammarfetchint="" attribute
Parameters:
grammarfetchint - the grammarfetchint="" attribute

setObjectfetchint

public Property setObjectfetchint(java.lang.String objectfetchint)
Sets the objectfetchint="" attribute
Parameters:
objectfetchint - the objectfetchint="" attribute

setScriptfetchhint

public Property setScriptfetchhint(java.lang.String scriptfetchhint)
Sets the scriptfetchhint="" attribute
Parameters:
scriptfetchhint - the scriptfetchhint="" attribute

setFetchaudio

public Property setFetchaudio(java.lang.String fetchaudio)
Sets the fetchaudio="" attribute
Parameters:
fetchaudio - the fetchaudio="" attribute

setFetchtimeout

public Property setFetchtimeout(java.lang.String fetchtimeout)
Sets the fetchtimeout="" attribute
Parameters:
fetchtimeout - the fetchtimeout="" attribute

setInputmodes

public Property setInputmodes(java.lang.String inputmodes)
Sets the inputmodes="" attribute
Parameters:
inputmodes - the inputmodes="" attribute


Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.