|
||||||||||
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.Submit
public class Submit
This class implements the submit 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 | |
---|---|
Submit()
Basic constructor. |
|
Submit(java.lang.String next)
This constructor creates a <submit> tag. |
|
Submit(java.lang.String next,
java.lang.String namelist)
This constructor creates a <submit> tag. |
|
Submit(java.lang.String next,
java.lang.String method,
java.lang.String namelist)
This constructor creates a <submit> tag. |
|
Submit(java.lang.String next,
java.lang.String method,
java.lang.String namelist,
java.lang.String fetchtimeout,
java.lang.String fetchaudio)
This constructor creates a <submit> tag. |
Method Summary | |
---|---|
Submit |
setCaching(java.lang.String caching)
Sets the caching="" attribute |
Submit |
setEnctype(java.lang.String enctype)
Sets the enctype="" attribute |
Submit |
setExpr(java.lang.String expr)
Sets the expr="" attribute |
Submit |
setFetchaudio(java.lang.String fetchaudio)
Sets the fetchaudio="" attribute |
Submit |
setFetchint(java.lang.String fetchint)
Sets the fetchint="" attribute |
Submit |
setFetchtimeout(java.lang.String fetchtimeout)
Sets the fetchtimeout="" attribute |
Submit |
setMethod(java.lang.String method)
Sets the method="" attribute |
Submit |
setNamelist(java.lang.String namelist)
Sets the namelist="" attribute |
Submit |
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 Submit()
public Submit(java.lang.String next)
next
- the next="" attributepublic Submit(java.lang.String next, java.lang.String namelist)
next
- the next="" attributenamelist
- the namelist="" attributepublic Submit(java.lang.String next, java.lang.String method, java.lang.String namelist)
next
- the next="" attributemethod
- the method="" attributenamelist
- the namelist="" attributepublic Submit(java.lang.String next, java.lang.String method, java.lang.String namelist, java.lang.String fetchtimeout, java.lang.String fetchaudio)
next
- the next="" attributemethod
- the method="" attributenamelist
- the namelist="" attributefetchtimeout
- the fetchtimeout="" attributefetchaudio
- the fetchaudio="" attributeMethod Detail |
---|
public Submit setNext(java.lang.String next)
next
- the next="" attributepublic Submit setExpr(java.lang.String expr)
expr
- the expr="" attributepublic Submit setNamelist(java.lang.String namelist)
namelist
- the namelist="" attributepublic Submit setMethod(java.lang.String method)
method
- the method="" methodpublic Submit setEnctype(java.lang.String enctype)
enctype
- the enctype="" methodpublic Submit setCaching(java.lang.String caching)
caching
- the caching="" attributepublic Submit setFetchaudio(java.lang.String fetchaudio)
fetchaudio
- the fetchaudio="" attributepublic Submit setFetchint(java.lang.String fetchint)
fetchint
- the fetchint="" attributepublic Submit 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 |