|
|||||||||||
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.Return
This class implements the return element
Field Summary |
Fields inherited from class org.apache.ecs.ConcreteElement |
|
Fields inherited from class org.apache.ecs.ElementAttributes |
|
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 | |
Return()
Basic constructor. |
|
Return(java.lang.String namelist)
This constructor creates a <return> tag. |
|
Return(java.lang.String event,
java.lang.String namelist)
This constructor creates a <return> tag. |
Method Summary | |
Return |
setEvent(java.lang.String event)
Sets the event="" attribute |
Return |
setNamelist(java.lang.String namelist)
Sets the namelist="" attribute |
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 Return()
public Return(java.lang.String event, java.lang.String namelist)
event
- the event="" attributenamelist
- the namelist="" attributepublic Return(java.lang.String namelist)
namelist
- the namelist="" attributeMethod Detail |
public Return setNamelist(java.lang.String namelist)
namelist
- the namelist="" attributepublic Return setEvent(java.lang.String event)
event
- the event="" attribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |