cisco.uc.cuae.legacy
Class MediaControl.ManageGrammarOptions

java.lang.Object
  extended by cisco.uc.cuae.legacy.MediaControl.ManageGrammarOptions
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
MediaControl

public static class MediaControl.ManageGrammarOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.Long commandTimeout
          Indicates a command timeout value (in milliseconds).
 java.lang.String[] grammars
          Grammars
 java.lang.Integer timeout
          The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action.
 
Constructor Summary
MediaControl.ManageGrammarOptions()
          Constructs the ManageGrammarOptions.
MediaControl.ManageGrammarOptions(java.lang.String[] grammars, java.lang.Long commandTimeout, java.lang.Integer timeout)
          Constructs the ManageGrammarOptions.
 
Method Summary
 java.lang.Long getCommandTimeout()
          Gets the value.
 java.lang.String[] getGrammars()
          Gets the value.
 java.lang.Integer getTimeout()
          Gets the value.
 void setCommandTimeout(java.lang.Long value)
          Sets the value.
 void setGrammars(java.lang.String[] value)
          Sets the value.
 void setTimeout(java.lang.Integer value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

grammars

public java.lang.String[] grammars
Grammars


commandTimeout

public java.lang.Long commandTimeout
Indicates a command timeout value (in milliseconds).


timeout

public java.lang.Integer timeout
The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.

Constructor Detail

MediaControl.ManageGrammarOptions

public MediaControl.ManageGrammarOptions()
Constructs the ManageGrammarOptions. Don't init any fields.


MediaControl.ManageGrammarOptions

public MediaControl.ManageGrammarOptions(java.lang.String[] grammars,
                                         java.lang.Long commandTimeout,
                                         java.lang.Integer timeout)
Constructs the ManageGrammarOptions.

Parameters:
grammars - Grammars grammars
commandTimeout - Indicates a command timeout value (in milliseconds). commandTimeout
timeout - The Timeout property specifies to the Application Runtime Environment how timeout long to wait for a response from the provider for the current action. The timeout ReturnValue returned in this case is Timeout. The value must be a literal timeout value in milliseconds. timeout
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getGrammars

public java.lang.String[] getGrammars()
Gets the value. Grammars

Returns:
the value.

setGrammars

public void setGrammars(java.lang.String[] value)
Sets the value. Grammars

Parameters:
value - the value.

getCommandTimeout

public java.lang.Long getCommandTimeout()
Gets the value. Indicates a command timeout value (in milliseconds).

Returns:
the value.

setCommandTimeout

public void setCommandTimeout(java.lang.Long value)
Sets the value. Indicates a command timeout value (in milliseconds).

Parameters:
value - the value.

getTimeout

public java.lang.Integer getTimeout()
Gets the value. The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.

Returns:
the value.

setTimeout

public void setTimeout(java.lang.Integer value)
Sets the value. The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. The ReturnValue returned in this case is Timeout. The value must be a literal value in milliseconds.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.