| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--org.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.Object
This class implements the object element
| Fields inherited from class org.apache.ecs.ConcreteElement | 
lineSeparator, registry, registryList | 
| Fields inherited from class org.apache.ecs.ElementAttributes | 
attribute_equality_sign, attribute_filter, attribute_quote, attribute_quote_char, filter_attribute_state | 
| Fields inherited from class org.apache.ecs.GenericElement | 
__text, _defaultFilter, begin_end_modifier, begin_end_modifier_defined, begin_start_modifier, begin_start_modifier_defined, case_type, codeset, element, element_type, end_element, end_end_modifier, end_end_modifier_defined, end_modifier_defined, end_start_modifier, end_start_modifier_defined, end_tag, filter, filter_state, position, pretty_print, start_modifier_defined, start_tag, tabLevel, VERSION | 
| 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 | |
Object()
Basic constructor.  | 
|
Object(java.lang.String name,
       java.lang.String classid)
This constructor creates a <object> tag.  | 
|
Object(java.lang.String name,
       java.lang.String classid,
       java.lang.String data)
This constructor creates a <object> tag.  | 
|
Object(java.lang.String name,
       java.lang.String expr,
       java.lang.String cond,
       java.lang.String classid,
       java.lang.String codebase,
       java.lang.String codetype,
       java.lang.String data,
       java.lang.String t,
       java.lang.String archive,
       java.lang.String caching,
       java.lang.String fetchaudio,
       java.lang.String fetchint,
       java.lang.String fetchtimeout)
This constructor creates a <object> tag.  | 
|
| Method Summary | |
 Object | 
setArchive(java.lang.String archive)
Sets the archive="" attribute  | 
 Object | 
setCaching(java.lang.String caching)
Sets the caching="" attribute  | 
 Object | 
setClassid(java.lang.String classid)
Sets the classid="" attribute  | 
 Object | 
setCodebase(java.lang.String codebase)
Sets the codebase="" attribute  | 
 Object | 
setCodetype(java.lang.String codetype)
Sets the codetype="" attribute  | 
 Object | 
setCond(java.lang.String cond)
Sets the cond="" attribute  | 
 Object | 
setData(java.lang.String data)
Sets the data="" attribute  | 
 Object | 
setExpr(java.lang.String expr)
Sets the expr="" attribute  | 
 Object | 
setFetchaudio(java.lang.String fetchaudio)
Sets the fetchaudio="" attribute  | 
 Object | 
setFetchint(java.lang.String fetchint)
Sets the fetchint="" attribute  | 
 Object | 
setFetchtimeout(java.lang.String fetchtimeout)
Sets the fetchtimeout="" attribute  | 
 Object | 
setName(java.lang.String name)
Sets the name="" attribute  | 
 Object | 
setType(java.lang.String type)
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.MultiPartElement | 
 | 
| 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, registerNatives, wait, wait, wait | 
| Constructor Detail | 
public Object()
public Object(java.lang.String name,
              java.lang.String expr,
              java.lang.String cond,
              java.lang.String classid,
              java.lang.String codebase,
              java.lang.String codetype,
              java.lang.String data,
              java.lang.String t,
              java.lang.String archive,
              java.lang.String caching,
              java.lang.String fetchaudio,
              java.lang.String fetchint,
              java.lang.String fetchtimeout)
name - the name="" attributeexpr - the expr="" attributecond - the cond="" attributeclassid - the classid="" attributecodebase - the codebase="" attributecodetype - the codetype="" attributedata - the data="" attributet - the type="" attributearchive - the archive="" attributecaching - the caching="" attributefetchaudio - the fetchaudio="" attributefetchint - the fetchint="" attributefetchtimeout - the fetchtimeout="" attribute
public Object(java.lang.String name,
              java.lang.String classid,
              java.lang.String data)
name - the name="" attributeclassid - the classid="" attributedata - the data="" attribute
public Object(java.lang.String name,
              java.lang.String classid)
name - the name="" attributeclassid - the classid="" attribute| Method Detail | 
public Object setName(java.lang.String name)
name - the name="" attributepublic Object setExpr(java.lang.String expr)
expr - the expr="" attributepublic Object setCond(java.lang.String cond)
cond - the cond="" attributepublic Object setClassid(java.lang.String classid)
classid - the classid="" attributepublic Object setCodebase(java.lang.String codebase)
codebase - the codebase="" attributepublic Object setCodetype(java.lang.String codetype)
codetype - the codetype="" attributepublic Object setData(java.lang.String data)
data - the data="" attributepublic Object setType(java.lang.String type)
type - the type="" attributepublic Object setArchive(java.lang.String archive)
archive - the archive="" attributepublic Object setCaching(java.lang.String caching)
caching - the caching="" attributepublic Object setFetchaudio(java.lang.String fetchaudio)
fetchaudio - the fetchaudio="" attributepublic Object setFetchint(java.lang.String fetchint)
fetchint - the fetchint="" attributepublic Object setFetchtimeout(java.lang.String fetchtimeout)
fetchtimeout - the fetchtimeout="" attribute
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||