|
||||||||||
| 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.Choice
public class Choice
This class implements the choice 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 | |
|---|---|
Choice()
Basic constructor. |
|
Choice(java.lang.String next)
This constructor creates a <choice> tag. |
|
Choice(java.lang.String dtmf,
java.lang.String next)
This constructor creates a <choice> tag. |
|
Choice(java.lang.String dtmf,
java.lang.String next,
java.lang.String event,
java.lang.String expr,
java.lang.String caching,
java.lang.String fetchaudio,
java.lang.String fetchint,
java.lang.String fetchtimeout)
This constructor creates a <choice> tag. |
|
| Method Summary | |
|---|---|
Choice |
setCaching(java.lang.String caching)
Sets the caching="" attribute |
Choice |
setDtmf(java.lang.String dtmf)
Sets the dtmf="" attribute |
Choice |
setEvent(java.lang.String event)
Sets the event="" attribute |
Choice |
setExpr(java.lang.String expr)
Sets the expr="" attribute |
Choice |
setFetchaudio(java.lang.String fetchaudio)
Sets the fetchaudio="" attribute |
Choice |
setFetchint(java.lang.String fetchint)
Sets the fetchint="" attribute |
Choice |
setFetchtimeout(java.lang.String fetchtimeout)
Sets the fetchtimeout="" attribute |
Choice |
setNext(java.lang.String next)
Sets the next="" 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 Choice()
public Choice(java.lang.String dtmf,
java.lang.String next,
java.lang.String event,
java.lang.String expr,
java.lang.String caching,
java.lang.String fetchaudio,
java.lang.String fetchint,
java.lang.String fetchtimeout)
dtmf - the dtmf="" attributenext - the next="" attributeevent - the event="" attributeexpr - the expr="" attributecaching - the caching="" attributefetchaudio - the fetchaudio="" attributefetchint - the fetchint="" attributefetchtimeout - the fetchtimeout="" attributepublic Choice(java.lang.String next)
next - the next="" attribute
public Choice(java.lang.String dtmf,
java.lang.String next)
dtmf - the dtmf="" attributenext - the next="" attribute| Method Detail |
|---|
public Choice setDtmf(java.lang.String dtmf)
dtmf - the dtmf="" attributepublic Choice setNext(java.lang.String next)
next - the next="" attributepublic Choice setEvent(java.lang.String event)
event - the event="" attributepublic Choice setExpr(java.lang.String expr)
expr - the expr="" attributepublic Choice setCaching(java.lang.String caching)
caching - the caching="" attributepublic Choice setFetchaudio(java.lang.String fetchaudio)
fetchaudio - the fetchaudio="" attributepublic Choice setFetchint(java.lang.String fetchint)
fetchint - the fetchint="" attributepublic Choice setFetchtimeout(java.lang.String fetchtimeout)
fetchtimeout - the fetchtimeout="" attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||