|
||||||||||
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.Record
public class Record
This class implements the record 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 | |
---|---|
Record()
Basic constructor. |
|
Record(java.lang.String name)
This constructor creates a <record> tag. |
|
Record(java.lang.String name,
java.lang.String expr)
This constructor creates a <record> tag. |
Method Summary | |
---|---|
Record |
setBeep(java.lang.String beep)
Sets the beep="" attribute |
Record |
setCond(java.lang.String cond)
Sets the cond="" attribute |
Record |
setDtmfterm(java.lang.String dtmfterm)
Sets the dtmfterm="" attribute |
Record |
setExpr(java.lang.String expr)
Sets the expr="" attribute |
Record |
setFinalsilence(java.lang.String finalsilence)
Sets the finalsilence="" attribute |
Record |
setMaxtime(java.lang.String maxtime)
Sets the maxtime="" attribute |
Record |
setModal(java.lang.String modal)
Sets the modal="" attribute |
Record |
setName(java.lang.String name)
Sets the name="" attribute |
Record |
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 Record()
public Record(java.lang.String name, java.lang.String expr)
name
- the name="" attributeexpr
- the expr="" attributepublic Record(java.lang.String name)
name
- the name="" attributeMethod Detail |
---|
public Record setName(java.lang.String name)
name
- the name="" attributepublic Record setExpr(java.lang.String expr)
expr
- the expr="" attributepublic Record setCond(java.lang.String cond)
cond
- the cond="" attributepublic Record setModal(java.lang.String modal)
modal
- the modal="" attributepublic Record setBeep(java.lang.String beep)
beep
- the beep="" attributepublic Record setMaxtime(java.lang.String maxtime)
maxtime
- the maxtime="" attributepublic Record setFinalsilence(java.lang.String finalsilence)
finalsilence
- the finalsilence="" attributepublic Record setDtmfterm(java.lang.String dtmfterm)
dtmfterm
- the dtmfterm="" attributepublic Record setType(java.lang.String t)
type
- the type="" attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |