cisco.uc.cuae.legacy
Class CiscoIpPhone.AddSoftKeyItemOptions

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

public static class CiscoIpPhone.AddSoftKeyItemOptions
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 name
          use: optional; allowMultiple: false; The display name of the softkey item.
 java.lang.Short position
          use: optional; allowMultiple: false; The 1-indexed position of the softkey item.
 java.lang.String uRL
          use: optional; allowMultiple: false; The URL that the phone will request if this softkey item is selected.
 java.lang.String uRLDown
          use: optional; allowMultiple: false; The command that the phone should execute when the softkey button is depressed.
 java.lang.String xmlObject
           
 
Constructor Summary
CiscoIpPhone.AddSoftKeyItemOptions()
          Constructs the AddSoftKeyItemOptions.
CiscoIpPhone.AddSoftKeyItemOptions(java.lang.String name, java.lang.Short position, java.lang.String uRL, java.lang.Boolean formatURL, java.lang.String uRLDown, java.lang.String xmlObject)
          Constructs the AddSoftKeyItemOptions.
 
Method Summary
 java.lang.Boolean getFormatURL()
          Gets the value.
 java.lang.String getName()
          Gets the value.
 java.lang.Short getPosition()
          Gets the value.
 java.lang.String getURL()
          Gets the value.
 java.lang.String getURLDown()
          Gets the value.
 java.lang.String getXmlObject()
          Gets the value.
 void setFormatURL(java.lang.Boolean value)
          Sets the value.
 void setName(java.lang.String value)
          Sets the value.
 void setPosition(java.lang.Short value)
          Sets the value.
 void setURL(java.lang.String value)
          Sets the value.
 void setURLDown(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

name

public java.lang.String name
use: optional; allowMultiple: false; The display name of the softkey item.


position

public java.lang.Short position
use: optional; allowMultiple: false; The 1-indexed position of the softkey item.


uRL

public java.lang.String uRL
use: optional; allowMultiple: false; The URL that the phone will request if this softkey item is selected.


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. Does not apply to 'URLDown' parameter.


uRLDown

public java.lang.String uRLDown
use: optional; allowMultiple: false; The command that the phone should execute when the softkey button is depressed.


xmlObject

public java.lang.String xmlObject
Constructor Detail

CiscoIpPhone.AddSoftKeyItemOptions

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


CiscoIpPhone.AddSoftKeyItemOptions

public CiscoIpPhone.AddSoftKeyItemOptions(java.lang.String name,
                                          java.lang.Short position,
                                          java.lang.String uRL,
                                          java.lang.Boolean formatURL,
                                          java.lang.String uRLDown,
                                          java.lang.String xmlObject)
Constructs the AddSoftKeyItemOptions.

Parameters:
name - use: optional; allowMultiple: false; name The display name of the softkey item.
position - use: optional; allowMultiple: false; position The 1-indexed position of the softkey item.
uRL - use: optional; allowMultiple: false; uRL The URL that the phone will request if this softkey item is selected.
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. Does not apply to formatURL 'URLDown' parameter.
uRLDown - use: optional; allowMultiple: false; uRLDown The command that the phone should execute when the softkey button is depressed.
Method Detail

toString

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

getName

public java.lang.String getName()
Gets the value. use: optional; allowMultiple: false; The display name of the softkey item.

Returns:
the value.

setName

public void setName(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The display name of the softkey item.

Parameters:
value - the value.

getPosition

public java.lang.Short getPosition()
Gets the value. use: optional; allowMultiple: false; The 1-indexed position of the softkey item.

Returns:
the value.

setPosition

public void setPosition(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The 1-indexed position of the softkey item.

Parameters:
value - the value.

getURL

public java.lang.String getURL()
Gets the value. use: optional; allowMultiple: false; The URL that the phone will request if this softkey item is selected.

Returns:
the value.

setURL

public void setURL(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The URL that the phone will request if this softkey item is selected.

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. Does not apply to 'URLDown' parameter.

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. Does not apply to 'URLDown' parameter.

Parameters:
value - the value.

getURLDown

public java.lang.String getURLDown()
Gets the value. use: optional; allowMultiple: false; The command that the phone should execute when the softkey button is depressed.

Returns:
the value.

setURLDown

public void setURLDown(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The command that the phone should execute when the softkey button is depressed.

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 © 2008. All Rights Reserved.