cisco.uc.cuae.legacy
Class CiscoIpPhone.AddInputItemOptions

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

public static class CiscoIpPhone.AddInputItemOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String defaultValue
          use: optional; allowMultiple: false; A default value to pre-populate the input item prompt.
 java.lang.String displayName
          use: optional; allowMultiple: false; The text displayed on the phone for this input item.
 java.lang.String inputFlags
          use: optional; allowMultiple: false; Cisco IP Phone-specific flags that are used to dictate what content can be entered into the prompt.
 java.lang.String queryStringParam
          use: optional; allowMultiple: false; When the user hits the Submit softkey, the Cisco IP Phone will add a query parameter to the URL defined by CreateInput, with the value specified by the user for this input item.
 java.lang.String xmlObject
           
 
Constructor Summary
CiscoIpPhone.AddInputItemOptions()
          Constructs the AddInputItemOptions.
CiscoIpPhone.AddInputItemOptions(java.lang.String displayName, java.lang.String queryStringParam, java.lang.String defaultValue, java.lang.String inputFlags, java.lang.String xmlObject)
          Constructs the AddInputItemOptions.
 
Method Summary
 java.lang.String getDefaultValue()
          Gets the value.
 java.lang.String getDisplayName()
          Gets the value.
 java.lang.String getInputFlags()
          Gets the value.
 java.lang.String getQueryStringParam()
          Gets the value.
 java.lang.String getXmlObject()
          Gets the value.
 void setDefaultValue(java.lang.String value)
          Sets the value.
 void setDisplayName(java.lang.String value)
          Sets the value.
 void setInputFlags(java.lang.String value)
          Sets the value.
 void setQueryStringParam(java.lang.String value)
          Sets the value.
 void setXmlObject(java.lang.String 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

displayName

public java.lang.String displayName
use: optional; allowMultiple: false; The text displayed on the phone for this input item.


queryStringParam

public java.lang.String queryStringParam
use: optional; allowMultiple: false; When the user hits the Submit softkey, the Cisco IP Phone will add a query parameter to the URL defined by CreateInput, with the value specified by the user for this input item.


defaultValue

public java.lang.String defaultValue
use: optional; allowMultiple: false; A default value to pre-populate the input item prompt.


inputFlags

public java.lang.String inputFlags
use: optional; allowMultiple: false; Cisco IP Phone-specific flags that are used to dictate what content can be entered into the prompt.


xmlObject

public java.lang.String xmlObject
Constructor Detail

CiscoIpPhone.AddInputItemOptions

public CiscoIpPhone.AddInputItemOptions()
Constructs the AddInputItemOptions. Don't init any fields.


CiscoIpPhone.AddInputItemOptions

public CiscoIpPhone.AddInputItemOptions(java.lang.String displayName,
                                        java.lang.String queryStringParam,
                                        java.lang.String defaultValue,
                                        java.lang.String inputFlags,
                                        java.lang.String xmlObject)
Constructs the AddInputItemOptions.

Parameters:
displayName - use: optional; allowMultiple: false; displayName The text displayed on the phone for this input item.
queryStringParam - use: optional; allowMultiple: false; queryStringParam When the user hits the Submit softkey, the Cisco IP Phone queryStringParam will add a query parameter to the URL defined by CreateInput, queryStringParam with the value specified by the user for this input item.
defaultValue - use: optional; allowMultiple: false; defaultValue A default value to pre-populate the input item prompt.
inputFlags - use: optional; allowMultiple: false; inputFlags Cisco IP Phone-specific flags that are used to dictate what content can inputFlags be entered into the prompt.
Method Detail

toString

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

getDisplayName

public java.lang.String getDisplayName()
Gets the value. use: optional; allowMultiple: false; The text displayed on the phone for this input item.

Returns:
the value.

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The text displayed on the phone for this input item.

Parameters:
value - the value.

getQueryStringParam

public java.lang.String getQueryStringParam()
Gets the value. use: optional; allowMultiple: false; When the user hits the Submit softkey, the Cisco IP Phone will add a query parameter to the URL defined by CreateInput, with the value specified by the user for this input item.

Returns:
the value.

setQueryStringParam

public void setQueryStringParam(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; When the user hits the Submit softkey, the Cisco IP Phone will add a query parameter to the URL defined by CreateInput, with the value specified by the user for this input item.

Parameters:
value - the value.

getDefaultValue

public java.lang.String getDefaultValue()
Gets the value. use: optional; allowMultiple: false; A default value to pre-populate the input item prompt.

Returns:
the value.

setDefaultValue

public void setDefaultValue(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; A default value to pre-populate the input item prompt.

Parameters:
value - the value.

getInputFlags

public java.lang.String getInputFlags()
Gets the value. use: optional; allowMultiple: false; Cisco IP Phone-specific flags that are used to dictate what content can be entered into the prompt.

Returns:
the value.

setInputFlags

public void setInputFlags(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; Cisco IP Phone-specific flags that are used to dictate what content can be entered into the prompt.

Parameters:
value - the value.

getXmlObject

public java.lang.String getXmlObject()
Gets the value.

Returns:
the value.

setXmlObject

public void setXmlObject(java.lang.String value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.