|
||||||||||
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.Dtmf
public class Dtmf
This class implements the dtmf 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 | |
---|---|
Dtmf()
Basic constructor. |
|
Dtmf(java.lang.String t)
This constructor creates a <dtmf> tag. |
|
Dtmf(java.lang.String src,
java.lang.String t)
This constructor creates a <dtmf> tag. |
|
Dtmf(java.lang.String src,
java.lang.String scope,
java.lang.String t,
java.lang.String caching,
java.lang.String fetchint,
java.lang.String fetchtimeout)
This constructor creates a <dtmf> tag. |
Method Summary | |
---|---|
Dtmf |
setCaching(java.lang.String caching)
Sets the caching="" attribute |
Dtmf |
setFetchint(java.lang.String fetchint)
Sets the fetchint="" attribute |
Dtmf |
setFetchtimeout(java.lang.String fetchtimeout)
Sets the fetchtimeout="" attribute |
Dtmf |
setScope(java.lang.String scope)
Sets the scope="" attribute |
Dtmf |
setSrc(java.lang.String src)
Sets the src="" attribute |
Dtmf |
setType(java.lang.String t)
Sets the type="" 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 Dtmf()
public Dtmf(java.lang.String src, java.lang.String scope, java.lang.String t, java.lang.String caching, java.lang.String fetchint, java.lang.String fetchtimeout)
src
- the src="" attributescope
- the scope="" attributet
- the type="" attributecaching
- the caching="" attributefetchint
- the fetchint="" attributefetchtimeout
- the fetchtimeout="" attributepublic Dtmf(java.lang.String t)
t
- the type="" attributepublic Dtmf(java.lang.String src, java.lang.String t)
src
- the src="" attributet
- the type="" attributeMethod Detail |
---|
public Dtmf setSrc(java.lang.String src)
src
- the src="" attributepublic Dtmf setScope(java.lang.String scope)
scope
- the scope="" attributepublic Dtmf setType(java.lang.String t)
t
- the type="" attributepublic Dtmf setCaching(java.lang.String caching)
caching
- the caching="" attributepublic Dtmf setFetchint(java.lang.String fetchint)
fetchint
- the fetchint="" attributepublic Dtmf 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 |