|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.AddIconItemOptions
public static class CiscoIpPhone.AddIconItemOptions
| 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.Short |
height
use: optional; allowMultiple: false; The height of the icon (in pixels). |
java.lang.Short |
index
use: optional; allowMultiple: false; The index of the icon. |
java.lang.String |
uRL
use: optional; allowMultiple: false; The URL of the PNG image to display. |
java.lang.Short |
width
use: optional; allowMultiple: false; The width of the icon (in pixels). |
java.lang.String |
xmlObject
|
| Constructor Summary | |
|---|---|
CiscoIpPhone.AddIconItemOptions()
Constructs the AddIconItemOptions. |
|
CiscoIpPhone.AddIconItemOptions(java.lang.Short index,
java.lang.Short height,
java.lang.Short width,
java.lang.Short depth,
java.lang.String data,
java.lang.String uRL,
java.lang.String xmlObject)
Constructs the AddIconItemOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getData()
Gets the value. |
java.lang.Short |
getDepth()
Gets the value. |
java.lang.Short |
getHeight()
Gets the value. |
java.lang.Short |
getIndex()
Gets the value. |
java.lang.String |
getURL()
Gets the value. |
java.lang.Short |
getWidth()
Gets the value. |
java.lang.String |
getXmlObject()
Gets the value. |
void |
setData(java.lang.String value)
Sets the value. |
void |
setDepth(java.lang.Short value)
Sets the value. |
void |
setHeight(java.lang.Short value)
Sets the value. |
void |
setIndex(java.lang.Short value)
Sets the value. |
void |
setURL(java.lang.String value)
Sets the value. |
void |
setWidth(java.lang.Short 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 |
|---|
public java.lang.Short index
public java.lang.Short height
ResultData to IconMenu.
public java.lang.Short width
ResultData to IconMenu.
public java.lang.Short depth
ResultData to IconMenu.
public java.lang.String data
ResultData to
IconMenu.
public java.lang.String uRL
ResultData
to IconFileMenu.
public java.lang.String xmlObject
| Constructor Detail |
|---|
public CiscoIpPhone.AddIconItemOptions()
public CiscoIpPhone.AddIconItemOptions(java.lang.Short index,
java.lang.Short height,
java.lang.Short width,
java.lang.Short depth,
java.lang.String data,
java.lang.String uRL,
java.lang.String xmlObject)
index - use: optional; allowMultiple: false;
index The index of the icon.height - use: optional; allowMultiple: false;
height The height of the icon (in pixels). This value should only be specified
height if one is saving the ResultData to IconMenu.width - use: optional; allowMultiple: false;
width The width of the icon (in pixels). This value should only be specified
width if one is saving the ResultData to IconMenu.depth - use: optional; allowMultiple: false;
depth The color depth of the image. This value should only be specified if one
depth is saving the ResultData to IconMenu.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. This value
data should only be specified if one is saving the ResultData to
data IconMenu.uRL - use: optional; allowMultiple: false;
uRL The URL of the PNG image to display. This URL must be accessible to the
uRL phone. This value should only be specified if one is saving the ResultData
uRL to IconFileMenu.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Short getIndex()
public void setIndex(java.lang.Short value)
value - the value.public java.lang.Short getHeight()
ResultData to IconMenu.
public void setHeight(java.lang.Short value)
ResultData to IconMenu.
value - the value.public java.lang.Short getWidth()
ResultData to IconMenu.
public void setWidth(java.lang.Short value)
ResultData to IconMenu.
value - the value.public java.lang.Short getDepth()
ResultData to IconMenu.
public void setDepth(java.lang.Short value)
ResultData to IconMenu.
value - the value.public java.lang.String getData()
ResultData to
IconMenu.
public void setData(java.lang.String value)
ResultData to
IconMenu.
value - the value.public java.lang.String getURL()
ResultData
to IconFileMenu.
public void setURL(java.lang.String value)
ResultData
to IconFileMenu.
value - the value.public java.lang.String getXmlObject()
public void setXmlObject(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||