org.enhydra.wireless.voicexml.dom
Interface VoiceXMLObjectElement

All Superinterfaces:
org.w3c.dom.Element, org.w3c.dom.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_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Method Summary
 java.lang.String getArchive()
           
 java.lang.String getCaching()
           
 java.lang.String getClassid()
           
 java.lang.String getCodebase()
           
 java.lang.String getCodetype()
           
 java.lang.String getCond()
           
 java.lang.String getData()
           
 java.lang.String getExpr()
           
 java.lang.String getFetchhint()
           
 java.lang.String getFetchtimeout()
           
 java.lang.String getName()
           
 java.lang.String getType()
           
 void setArchive(java.lang.String newValue)
           
 void setCaching(java.lang.String newValue)
           
 void setClassid(java.lang.String newValue)
           
 void setCodebase(java.lang.String newValue)
           
 void setCodetype(java.lang.String newValue)
           
 void setCond(java.lang.String newValue)
           
 void setData(java.lang.String newValue)
           
 void setExpr(java.lang.String newValue)
           
 void setFetchhint(java.lang.String newValue)
           
 void setFetchtimeout(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setType(java.lang.String newValue)
           
 
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Method Detail

setName

public void setName(java.lang.String newValue)

getName

public java.lang.String getName()

setArchive

public void setArchive(java.lang.String newValue)

getArchive

public java.lang.String getArchive()

setFetchtimeout

public void setFetchtimeout(java.lang.String newValue)

getFetchtimeout

public java.lang.String getFetchtimeout()

setData

public void setData(java.lang.String newValue)

getData

public java.lang.String getData()

setCodebase

public void setCodebase(java.lang.String newValue)

getCodebase

public java.lang.String getCodebase()

setClassid

public void setClassid(java.lang.String newValue)

getClassid

public java.lang.String getClassid()

setFetchhint

public void setFetchhint(java.lang.String newValue)

getFetchhint

public java.lang.String getFetchhint()

setType

public void setType(java.lang.String newValue)

getType

public java.lang.String getType()

setCond

public void setCond(java.lang.String newValue)

getCond

public java.lang.String getCond()

setExpr

public void setExpr(java.lang.String newValue)

getExpr

public java.lang.String getExpr()

setCaching

public void setCaching(java.lang.String newValue)

getCaching

public java.lang.String getCaching()

setCodetype

public void setCodetype(java.lang.String newValue)

getCodetype

public java.lang.String getCodetype()


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