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