cisco.uc.cuae.legacy
Class CiscoIpPhone.ConstructIconMenuOptions

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

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

See Also:
Serialized Form

Field Summary
 java.lang.Boolean formatURL
           
 CiscoIpPhone.CiscoIPPhoneIconItemType[] iconItem
           
 CiscoIpPhone.CiscoIPPhoneMenuItemType[] menuItem
           
 java.lang.String prompt
          use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken.
 CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
           
 java.lang.String title
          use: optional; allowMultiple: false; The title of the icon menu XML object.
 
Constructor Summary
CiscoIpPhone.ConstructIconMenuOptions()
          Constructs the ConstructIconMenuOptions.
CiscoIpPhone.ConstructIconMenuOptions(java.lang.String title, java.lang.String prompt, java.lang.Boolean formatURL, CiscoIpPhone.CiscoIPPhoneMenuItemType[] menuItem, CiscoIpPhone.CiscoIPPhoneIconItemType[] iconItem, CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
          Constructs the ConstructIconMenuOptions.
 
Method Summary
 java.lang.Boolean getFormatURL()
          Gets the value.
 CiscoIpPhone.CiscoIPPhoneIconItemType[] getIconItem()
          Gets the value.
 CiscoIpPhone.CiscoIPPhoneMenuItemType[] getMenuItem()
          Gets the value.
 java.lang.String getPrompt()
          Gets the value.
 CiscoIpPhone.CiscoIPPhoneSoftKeyType[] getSoftKeyItem()
          Gets the value.
 java.lang.String getTitle()
          Gets the value.
 void setFormatURL(java.lang.Boolean value)
          Sets the value.
 void setIconItem(CiscoIpPhone.CiscoIPPhoneIconItemType[] value)
          Sets the value.
 void setMenuItem(CiscoIpPhone.CiscoIPPhoneMenuItemType[] value)
          Sets the value.
 void setPrompt(java.lang.String value)
          Sets the value.
 void setSoftKeyItem(CiscoIpPhone.CiscoIPPhoneSoftKeyType[] value)
          Sets the value.
 void setTitle(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 icon menu 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.


formatURL

public java.lang.Boolean formatURL

menuItem

public CiscoIpPhone.CiscoIPPhoneMenuItemType[] menuItem

iconItem

public CiscoIpPhone.CiscoIPPhoneIconItemType[] iconItem

softKeyItem

public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
Constructor Detail

CiscoIpPhone.ConstructIconMenuOptions

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


CiscoIpPhone.ConstructIconMenuOptions

public CiscoIpPhone.ConstructIconMenuOptions(java.lang.String title,
                                             java.lang.String prompt,
                                             java.lang.Boolean formatURL,
                                             CiscoIpPhone.CiscoIPPhoneMenuItemType[] menuItem,
                                             CiscoIpPhone.CiscoIPPhoneIconItemType[] iconItem,
                                             CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
Constructs the ConstructIconMenuOptions.

Parameters:
title - use: optional; allowMultiple: false; title The title of the icon menu 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.
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 icon menu 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 icon menu 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.

getFormatURL

public java.lang.Boolean getFormatURL()
Gets the value.

Returns:
the value.

setFormatURL

public void setFormatURL(java.lang.Boolean value)
Sets the value.

Parameters:
value - the value.

getMenuItem

public CiscoIpPhone.CiscoIPPhoneMenuItemType[] getMenuItem()
Gets the value.

Returns:
the value.

setMenuItem

public void setMenuItem(CiscoIpPhone.CiscoIPPhoneMenuItemType[] value)
Sets the value.

Parameters:
value - the value.

getIconItem

public CiscoIpPhone.CiscoIPPhoneIconItemType[] getIconItem()
Gets the value.

Returns:
the value.

setIconItem

public void setIconItem(CiscoIpPhone.CiscoIPPhoneIconItemType[] value)
Sets the value.

Parameters:
value - the value.

getSoftKeyItem

public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] getSoftKeyItem()
Gets the value.

Returns:
the value.

setSoftKeyItem

public void setSoftKeyItem(CiscoIpPhone.CiscoIPPhoneSoftKeyType[] value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.