|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.Prompt
public class Prompt
This class implements the prompt element
Field Summary |
---|
Fields inherited from class org.apache.ecs.GenericElement |
---|
tabLevel |
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 | |
---|---|
Prompt()
Basic constructor. |
|
Prompt(java.lang.String thePrompt)
This constructor creates a <prompt> tag. |
|
Prompt(java.lang.String bargein,
java.lang.String cond,
java.lang.String count,
java.lang.String timeout)
This constructor creates a <prompt> tag. |
Method Summary | |
---|---|
Prompt |
setBargein(java.lang.String bargein)
Sets the bargein="" attribute |
Prompt |
setCond(java.lang.String cond)
Sets the cond="" attribute |
Prompt |
setCount(java.lang.String count)
Sets the count="" attribute |
Prompt |
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.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 java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Prompt()
public Prompt(java.lang.String bargein, java.lang.String cond, java.lang.String count, java.lang.String timeout)
bargein
- the bargein="" attributecond
- the cond="" attributecount
- the count="" attributetimeout
- the timeout="" attributepublic Prompt(java.lang.String thePrompt)
thePrompt
- the prompt expressionMethod Detail |
---|
public Prompt setBargein(java.lang.String bargein)
bargein
- the bargein="" attributepublic Prompt setCond(java.lang.String cond)
cond
- the cond="" attributepublic Prompt setCount(java.lang.String count)
count
- the count="" attributepublic Prompt setTimeout(java.lang.String timeout)
timeout
- the timeout="" attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |