cisco.uc.cuae.legacy
Class CiscoIpPhone.ConstructGraphicMenuOptions

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String data
          use: optional; allowMultiple: false; The image data to be displayed.
 java.lang.Short depth
          use: optional; allowMultiple: false; The color depth of the image.
 java.lang.Boolean formatURL
           
 java.lang.Short height
          use: optional; allowMultiple: false; The height of the image (in pixels).
 java.lang.Short locationX
          use: optional; allowMultiple: false; The X-coordinate of the image (in pixels).
 java.lang.Short locationY
          use: optional; allowMultiple: false; The Y-coordinate of the image (in pixels).
 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 graphic menu XML object.
 java.lang.Short width
          use: optional; allowMultiple: false; The width of the image (in pixels).
 
Constructor Summary
CiscoIpPhone.ConstructGraphicMenuOptions()
          Constructs the ConstructGraphicMenuOptions.
CiscoIpPhone.ConstructGraphicMenuOptions(java.lang.String title, java.lang.String prompt, java.lang.Short locationX, java.lang.Short locationY, java.lang.Short height, java.lang.Short width, java.lang.Short depth, java.lang.String data, java.lang.Boolean formatURL, CiscoIpPhone.CiscoIPPhoneMenuItemType[] menuItem, CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
          Constructs the ConstructGraphicMenuOptions.
 
Method Summary
 java.lang.String getData()
          Gets the value.
 java.lang.Short getDepth()
          Gets the value.
 java.lang.Boolean getFormatURL()
          Gets the value.
 java.lang.Short getHeight()
          Gets the value.
 java.lang.Short getLocationX()
          Gets the value.
 java.lang.Short getLocationY()
          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.
 java.lang.Short getWidth()
          Gets the value.
 void setData(java.lang.String value)
          Sets the value.
 void setDepth(java.lang.Short value)
          Sets the value.
 void setFormatURL(java.lang.Boolean value)
          Sets the value.
 void setHeight(java.lang.Short value)
          Sets the value.
 void setLocationX(java.lang.Short value)
          Sets the value.
 void setLocationY(java.lang.Short 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.
 void setWidth(java.lang.Short 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 graphic 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.


locationX

public java.lang.Short locationX
use: optional; allowMultiple: false; The X-coordinate of the image (in pixels).


locationY

public java.lang.Short locationY
use: optional; allowMultiple: false; The Y-coordinate of the image (in pixels).


height

public java.lang.Short height
use: optional; allowMultiple: false; The height of the image (in pixels).


width

public java.lang.Short width
use: optional; allowMultiple: false; The width of the image (in pixels).


depth

public java.lang.Short depth
use: optional; allowMultiple: false; The color depth of the image.


data

public java.lang.String data
use: optional; allowMultiple: false; The image data to be displayed. There are no utilities to help format this data. Refer to the Cisco IP Phone Developer documentation.


formatURL

public java.lang.Boolean formatURL

menuItem

public CiscoIpPhone.CiscoIPPhoneMenuItemType[] menuItem

softKeyItem

public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
Constructor Detail

CiscoIpPhone.ConstructGraphicMenuOptions

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


CiscoIpPhone.ConstructGraphicMenuOptions

public CiscoIpPhone.ConstructGraphicMenuOptions(java.lang.String title,
                                                java.lang.String prompt,
                                                java.lang.Short locationX,
                                                java.lang.Short locationY,
                                                java.lang.Short height,
                                                java.lang.Short width,
                                                java.lang.Short depth,
                                                java.lang.String data,
                                                java.lang.Boolean formatURL,
                                                CiscoIpPhone.CiscoIPPhoneMenuItemType[] menuItem,
                                                CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
Constructs the ConstructGraphicMenuOptions.

Parameters:
title - use: optional; allowMultiple: false; title The title of the graphic menu XML object. This will be displayed on the title Cisco 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.
locationX - use: optional; allowMultiple: false; locationX The X-coordinate of the image (in pixels).
locationY - use: optional; allowMultiple: false; locationY The Y-coordinate of the image (in pixels).
height - use: optional; allowMultiple: false; height The height of the image (in pixels).
width - use: optional; allowMultiple: false; width The width of the image (in pixels).
depth - use: optional; allowMultiple: false; depth The color depth of the image.
data - use: optional; allowMultiple: false; data The image data to be displayed. There are no utilities to help format data this data. Refer to the Cisco IP Phone Developer documentation.
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 graphic 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 graphic 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.

getLocationX

public java.lang.Short getLocationX()
Gets the value. use: optional; allowMultiple: false; The X-coordinate of the image (in pixels).

Returns:
the value.

setLocationX

public void setLocationX(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The X-coordinate of the image (in pixels).

Parameters:
value - the value.

getLocationY

public java.lang.Short getLocationY()
Gets the value. use: optional; allowMultiple: false; The Y-coordinate of the image (in pixels).

Returns:
the value.

setLocationY

public void setLocationY(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The Y-coordinate of the image (in pixels).

Parameters:
value - the value.

getHeight

public java.lang.Short getHeight()
Gets the value. use: optional; allowMultiple: false; The height of the image (in pixels).

Returns:
the value.

setHeight

public void setHeight(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The height of the image (in pixels).

Parameters:
value - the value.

getWidth

public java.lang.Short getWidth()
Gets the value. use: optional; allowMultiple: false; The width of the image (in pixels).

Returns:
the value.

setWidth

public void setWidth(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The width of the image (in pixels).

Parameters:
value - the value.

getDepth

public java.lang.Short getDepth()
Gets the value. use: optional; allowMultiple: false; The color depth of the image.

Returns:
the value.

setDepth

public void setDepth(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The color depth of the image.

Parameters:
value - the value.

getData

public java.lang.String getData()
Gets the value. use: optional; allowMultiple: false; The image data to be displayed. There are no utilities to help format this data. Refer to the Cisco IP Phone Developer documentation.

Returns:
the value.

setData

public void setData(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The image data to be displayed. There are no utilities to help format this data. Refer to the Cisco IP Phone Developer documentation.

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.

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.