org.enhydra.wireless.voicexml.dom
Interface VoiceXMLObjectElement

All Superinterfaces:
Element, Node, VoiceXMLElement
All Known Implementing Classes:
VoiceXMLObjectElementImpl

public interface VoiceXMLObjectElement
extends VoiceXMLElement


Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Method Summary
 String getArchive()
           
 String getCaching()
           
 String getClassid()
           
 String getCodebase()
           
 String getCodetype()
           
 String getCond()
           
 String getData()
           
 String getExpr()
           
 String getFetchhint()
           
 String getFetchtimeout()
           
 String getName()
           
 String getType()
           
 void setArchive(String newValue)
           
 void setCaching(String newValue)
           
 void setClassid(String newValue)
           
 void setCodebase(String newValue)
           
 void setCodetype(String newValue)
           
 void setCond(String newValue)
           
 void setData(String newValue)
           
 void setExpr(String newValue)
           
 void setFetchhint(String newValue)
           
 void setFetchtimeout(String newValue)
           
 void setName(String newValue)
           
 void setType(String newValue)
           
 
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
 

Method Detail

setName

public void setName(String newValue)

getName

public String getName()

setArchive

public void setArchive(String newValue)

getArchive

public String getArchive()

setFetchtimeout

public void setFetchtimeout(String newValue)

getFetchtimeout

public String getFetchtimeout()

setData

public void setData(String newValue)

getData

public String getData()

setCodebase

public void setCodebase(String newValue)

getCodebase

public String getCodebase()

setClassid

public void setClassid(String newValue)

getClassid

public String getClassid()

setFetchhint

public void setFetchhint(String newValue)

getFetchhint

public String getFetchhint()

setType

public void setType(String newValue)

getType

public String getType()

setCond

public void setCond(String newValue)

getCond

public String getCond()

setExpr

public void setExpr(String newValue)

getExpr

public String getExpr()

setCaching

public void setCaching(String newValue)

getCaching

public String getCaching()

setCodetype

public void setCodetype(String newValue)

getCodetype

public String getCodetype()


Copyright © 1999-2002 Mark Diekhans, enhydra.org. All Rights reserved.