1 22 23 package org.enhydra.wireless.voicexml.dom.xerces; 24 25 public class VoiceXMLSubmitElementImpl extends VoiceXMLElementImpl implements org.enhydra.wireless.voicexml.dom.VoiceXMLSubmitElement { 26 27 public VoiceXMLSubmitElementImpl(VoiceXMLDocumentImpl owner, String namespaceURI, String qualifiedName) { 28 super(owner, namespaceURI, qualifiedName); 29 } 30 31 public void setNamelist(java.lang.String newValue) { 32 setAttribute("namelist", newValue); 33 } 34 35 public String getNamelist() { 36 return getAttribute("namelist"); 37 } 38 39 public void setMethod(java.lang.String newValue) { 40 setAttribute("method", newValue); 41 } 42 43 public String getMethod() { 44 return getAttribute("method"); 45 } 46 47 public void setFetchtimeout(java.lang.String newValue) { 48 setAttribute("fetchtimeout", newValue); 49 } 50 51 public String getFetchtimeout() { 52 return getAttribute("fetchtimeout"); 53 } 54 55 public void setNext(java.lang.String newValue) { 56 setAttribute("next", newValue); 57 } 58 59 public String getNext() { 60 return getAttribute("next"); 61 } 62 63 public void setFetchhint(java.lang.String newValue) { 64 setAttribute("fetchhint", newValue); 65 } 66 67 public String getFetchhint() { 68 return getAttribute("fetchhint"); 69 } 70 71 public void setEnctype(java.lang.String newValue) { 72 setAttribute("enctype", newValue); 73 } 74 75 public String getEnctype() { 76 return getAttribute("enctype"); 77 } 78 79 public void setExpr(java.lang.String newValue) { 80 setAttribute("expr", newValue); 81 } 82 83 public String getExpr() { 84 return getAttribute("expr"); 85 } 86 87 public void setCaching(java.lang.String newValue) { 88 setAttribute("caching", newValue); 89 } 90 91 public String getCaching() { 92 return getAttribute("caching"); 93 } 94 95 public void setFetchaudio(java.lang.String newValue) { 96 setAttribute("fetchaudio", newValue); 97 } 98 99 public String getFetchaudio() { 100 return getAttribute("fetchaudio"); 101 } 102 103 ; 104 } 105 106 107
| Popular Tags
|