|
||||||||||
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.Subdialog
public class Subdialog
This class implements the subdialog 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 | |
---|---|
Subdialog()
Basic constructor. |
|
Subdialog(java.lang.String name,
java.lang.String namelist,
java.lang.String src,
java.lang.String method)
This constructor creates a <subdialog> tag. |
|
Subdialog(java.lang.String name,
java.lang.String expr,
java.lang.String cond,
java.lang.String modal,
java.lang.String namelist,
java.lang.String src,
java.lang.String method,
java.lang.String enctype,
java.lang.String caching,
java.lang.String fetchint,
java.lang.String fetchtimeout,
java.lang.String fetchaudio)
This constructor creates a <subdialog> tag. |
Method Summary | |
---|---|
Subdialog |
setCaching(java.lang.String caching)
Sets the caching="" attribute |
Subdialog |
setCond(java.lang.String cond)
Sets the cond="" attribute |
Subdialog |
setEnctype(java.lang.String enctype)
Sets the enctype="" attribute |
Subdialog |
setExpr(java.lang.String expr)
Sets the expr="" attribute |
Subdialog |
setFetchaudio(java.lang.String fetchaudio)
Sets the fetchaudio="" attribute |
Subdialog |
setFetchint(java.lang.String fetchint)
Sets the fetchint="" attribute |
Subdialog |
setFetchtimeout(java.lang.String fetchtimeout)
Sets the fetchtimeout="" attribute |
Subdialog |
setMethod(java.lang.String method)
Sets the method="" attribute |
Subdialog |
setModal(java.lang.String modal)
Sets the modal="" attribute |
Subdialog |
setName(java.lang.String name)
Sets the name="" attribute |
Subdialog |
setNamelist(java.lang.String namelist)
Sets the namelist="" attribute |
Subdialog |
setSrc(java.lang.String src)
Sets the src="" 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 Subdialog()
public Subdialog(java.lang.String name, java.lang.String expr, java.lang.String cond, java.lang.String modal, java.lang.String namelist, java.lang.String src, java.lang.String method, java.lang.String enctype, java.lang.String caching, java.lang.String fetchint, java.lang.String fetchtimeout, java.lang.String fetchaudio)
name
- the name="" attributeexpr
- the expr="" attributecond
- the cond="" attributemodal
- the modal="" attributenamelist
- the namelist="" attributesrc
- the src="" attributemethod
- the method="" attributeenctype
- the enctype="" attributecaching
- the caching="" attributefetchint
- the fetchint="" attributefetchtimeout
- the fetchtimeout="" attributefetchaudio
- the fetchaudio="" attributepublic Subdialog(java.lang.String name, java.lang.String namelist, java.lang.String src, java.lang.String method)
name
- the name="" attributenamelist
- the namelist="" attributesrc
- the src="" attributemethod
- the method="" attributeMethod Detail |
---|
public Subdialog setName(java.lang.String name)
name
- the name="" attributepublic Subdialog setExpr(java.lang.String expr)
expr
- the expr="" attributepublic Subdialog setCond(java.lang.String cond)
cond
- the cond="" attributepublic Subdialog setModal(java.lang.String modal)
modal
- the modal="" attributepublic Subdialog setNamelist(java.lang.String namelist)
namelist
- the namelist="" attributepublic Subdialog setSrc(java.lang.String src)
src
- the src="" methodpublic Subdialog setMethod(java.lang.String method)
method
- the method="" methodpublic Subdialog setEnctype(java.lang.String enctype)
enctype
- the enctype="" methodpublic Subdialog setCaching(java.lang.String caching)
caching
- the caching="" attributepublic Subdialog setFetchaudio(java.lang.String fetchaudio)
fetchaudio
- the fetchaudio="" attributepublic Subdialog setFetchint(java.lang.String fetchint)
fetchint
- the fetchint="" attributepublic Subdialog 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 |