public final class GotoNextDocumentEvent extends PlainEvent
<goto> event.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT_TYPE
The detail message.
|
| Constructor and Description |
|---|
GotoNextDocumentEvent(java.net.URI docUri,
org.jvoicexml.xml.vxml.VoiceXmlDocument doc)
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
org.jvoicexml.xml.vxml.VoiceXmlDocument |
getDocument()
Retrieves the next document.
|
java.lang.String |
getEventType()
Get the event type of this event.
|
java.net.URI |
getUri()
Retrieves the URI of the next document.
|
getMessage, isTypepublic GotoNextDocumentEvent(java.net.URI docUri,
org.jvoicexml.xml.vxml.VoiceXmlDocument doc)
docUri - URI of the next document.doc - the next document.public java.lang.String getEventType()
getEventType in class JVoiceXMLEventpublic java.net.URI getUri()
public org.jvoicexml.xml.vxml.VoiceXmlDocument getDocument()