org.mobicents.media.server.mgcp.pkg.au
Class Options

java.lang.Object
  extended by org.mobicents.media.server.mgcp.pkg.au.Options

public class Options
extends Object

Represents parameters supplied with command.

Author:
oifa yulian

Constructor Summary
Options(Text options)
          Creates options.
 
Method Summary
 boolean currKeyValid()
           
 boolean firstKeyValid()
           
 char getCurrKey()
           
 Collection<Text> getDeletePersistentAudio()
           
 Collection<Text> getDigitPattern()
           
 int getDigitsNumber()
           
 int getDuration()
           
 char getEndInputKey()
           
 Collection<Text> getFailureAnnouncement()
           
 long getFirstDigitTimer()
           
 char getFirstKey()
           
 long getInterDigitTimer()
           
 int getInterval()
           
 char getLastKey()
           
 int getMaxDigitsNumber()
           
 long getMaxDuration()
           
 char getNextKey()
           
 Collection<Text> getNoDigitsReprompt()
           
 Collection<Text> getNoSpeechReprompt()
           
 int getNumberOfAttempts()
           
 int getOffset()
           
 long getPostSpeechTimer()
           
 long getPreSpeechTimer()
           
 char getPrevKey()
           
 Collection<Text> getPrompt()
           
 long getRecordDuration()
           
 Text getRecordID()
           
 int getRepeatCount()
           
 Collection<Text> getReprompt()
           
 Collection<Text> getSegments()
           
 Collection<Text> getSuccessAnnouncement()
           
 boolean hasDeletePresistentAudio()
           
 boolean hasFailureAnnouncement()
           
 boolean hasNoDigitsReprompt()
           
 boolean hasNoSpeechReprompt()
           
 boolean hasPrompt()
           
 boolean hasReprompt()
           
 boolean hasSuccessAnnouncement()
           
 boolean isClearDigits()
           
 boolean isIncludeEndInputKey()
           
 boolean isNonInterruptable()
           
 boolean isOverride()
           
 boolean lastKeyValid()
           
 boolean nextKeyValid()
           
 boolean prevKeyValid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Options

public Options(Text options)
Creates options.

Parameters:
options - the text representation of options.
Method Detail

getSegments

public Collection<Text> getSegments()

hasPrompt

public boolean hasPrompt()

getPrompt

public Collection<Text> getPrompt()

hasReprompt

public boolean hasReprompt()

getReprompt

public Collection<Text> getReprompt()

hasDeletePresistentAudio

public boolean hasDeletePresistentAudio()

getDeletePersistentAudio

public Collection<Text> getDeletePersistentAudio()

hasNoSpeechReprompt

public boolean hasNoSpeechReprompt()

getNoSpeechReprompt

public Collection<Text> getNoSpeechReprompt()

hasNoDigitsReprompt

public boolean hasNoDigitsReprompt()

getNoDigitsReprompt

public Collection<Text> getNoDigitsReprompt()

hasSuccessAnnouncement

public boolean hasSuccessAnnouncement()

getSuccessAnnouncement

public Collection<Text> getSuccessAnnouncement()

hasFailureAnnouncement

public boolean hasFailureAnnouncement()

getFailureAnnouncement

public Collection<Text> getFailureAnnouncement()

getDuration

public int getDuration()

getOffset

public int getOffset()

getRepeatCount

public int getRepeatCount()

getInterval

public int getInterval()

getDigitsNumber

public int getDigitsNumber()

getMaxDigitsNumber

public int getMaxDigitsNumber()

getDigitPattern

public Collection<Text> getDigitPattern()

isNonInterruptable

public boolean isNonInterruptable()

getRecordID

public Text getRecordID()

getRecordDuration

public long getRecordDuration()

isOverride

public boolean isOverride()

getPostSpeechTimer

public long getPostSpeechTimer()

getPreSpeechTimer

public long getPreSpeechTimer()

getFirstDigitTimer

public long getFirstDigitTimer()

getInterDigitTimer

public long getInterDigitTimer()

getMaxDuration

public long getMaxDuration()

getEndInputKey

public char getEndInputKey()

getNumberOfAttempts

public int getNumberOfAttempts()

isClearDigits

public boolean isClearDigits()

isIncludeEndInputKey

public boolean isIncludeEndInputKey()

prevKeyValid

public boolean prevKeyValid()

getPrevKey

public char getPrevKey()

firstKeyValid

public boolean firstKeyValid()

getFirstKey

public char getFirstKey()

currKeyValid

public boolean currKeyValid()

getCurrKey

public char getCurrKey()

nextKeyValid

public boolean nextKeyValid()

getNextKey

public char getNextKey()

lastKeyValid

public boolean lastKeyValid()

getLastKey

public char getLastKey()


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.