cisco.uc.cuae.legacy
Class CiscoIpPhone.CreateInputOptions

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

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

See Also:
Serialized Form

Field Summary
 java.lang.Boolean formatURL
          use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL specified.
 java.lang.String prompt
          use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken.
 java.lang.String title
          use: optional; allowMultiple: false; The title of the input XML object.
 java.lang.String uRL
          use: optional; allowMultiple: false; The base URL that the phone will use to generate the request when the user hits Submit on their Cisco IP Phone.
 
Constructor Summary
CiscoIpPhone.CreateInputOptions()
          Constructs the CreateInputOptions.
CiscoIpPhone.CreateInputOptions(java.lang.String title, java.lang.String prompt, java.lang.String uRL, java.lang.Boolean formatURL)
          Constructs the CreateInputOptions.
 
Method Summary
 java.lang.Boolean getFormatURL()
          Gets the value.
 java.lang.String getPrompt()
          Gets the value.
 java.lang.String getTitle()
          Gets the value.
 java.lang.String getURL()
          Gets the value.
 void setFormatURL(java.lang.Boolean value)
          Sets the value.
 void setPrompt(java.lang.String value)
          Sets the value.
 void setTitle(java.lang.String value)
          Sets the value.
 void setURL(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

title

public java.lang.String title
use: optional; allowMultiple: false; The title of the input XML object. This will be displayed on the Cisco IP Phone.


prompt

public java.lang.String prompt
use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken. This will de displayed on the Cisco IP Phone.


uRL

public java.lang.String uRL
use: optional; allowMultiple: false; The base URL that the phone will use to generate the request when the user hits Submit on their Cisco IP Phone. This URL is prepended to any query parameters defined by input items.


formatURL

public java.lang.Boolean formatURL
use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL specified. This may involve modifications being made to the URL.

Constructor Detail

CiscoIpPhone.CreateInputOptions

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


CiscoIpPhone.CreateInputOptions

public CiscoIpPhone.CreateInputOptions(java.lang.String title,
                                       java.lang.String prompt,
                                       java.lang.String uRL,
                                       java.lang.Boolean formatURL)
Constructs the CreateInputOptions.

Parameters:
title - use: optional; allowMultiple: false; title The title of the input XML object. This will be displayed on the Cisco title IP Phone.
prompt - use: optional; allowMultiple: false; prompt The prompt to the user to indicate the action that needs to be taken. prompt This will de displayed on the Cisco IP Phone.
uRL - use: optional; allowMultiple: false; uRL The base URL that the phone will use to generate the request when the user uRL hits Submit on their Cisco IP Phone. This URL is prepended uRL to any query parameters defined by input items.
formatURL - use: optional; allowMultiple: false; formatURL Indicates that URL format validation should be performed on the URL specified. formatURL This may involve modifications being made to the URL.
Method Detail

toString

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

getTitle

public java.lang.String getTitle()
Gets the value. use: optional; allowMultiple: false; The title of the input XML object. This will be displayed on the Cisco IP Phone.

Returns:
the value.

setTitle

public void setTitle(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The title of the input XML object. This will be displayed on the Cisco IP Phone.

Parameters:
value - the value.

getPrompt

public java.lang.String getPrompt()
Gets the value. use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken. This will de displayed on the Cisco IP Phone.

Returns:
the value.

setPrompt

public void setPrompt(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken. This will de displayed on the Cisco IP Phone.

Parameters:
value - the value.

getURL

public java.lang.String getURL()
Gets the value. use: optional; allowMultiple: false; The base URL that the phone will use to generate the request when the user hits Submit on their Cisco IP Phone. This URL is prepended to any query parameters defined by input items.

Returns:
the value.

setURL

public void setURL(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The base URL that the phone will use to generate the request when the user hits Submit on their Cisco IP Phone. This URL is prepended to any query parameters defined by input items.

Parameters:
value - the value.

getFormatURL

public java.lang.Boolean getFormatURL()
Gets the value. use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL specified. This may involve modifications being made to the URL.

Returns:
the value.

setFormatURL

public void setFormatURL(java.lang.Boolean value)
Sets the value. use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL specified. This may involve modifications being made to the URL.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.