1 22 23 package org.enhydra.wireless.voicexml.dom; 24 25 public interface VoiceXMLCatchElement extends VoiceXMLElement { 26 27 public void setCond(String newValue); 28 public String getCond(); 29 30 31 public void setCount(String newValue); 32 public String getCount(); 33 34 35 public void setEvent(String newValue); 36 public String getEvent(); 37 38 39 } 40 | Popular Tags |