cisco.uc.cuae.legacy
Class CiscoIpPhone.CreateStatusOptions

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

public static class CiscoIpPhone.CreateStatusOptions
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 within the status bar.
 java.lang.Short height
          use: optional; allowMultiple: false; The height of the image within the status bar (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 within the status bar (in pixels).
 java.lang.String text
          use: optional; allowMultiple: false; A single line of text to show on the status XML object.
 java.lang.Short timer
          use: optional; allowMultiple: false; The timer seed value (in seconds).
 java.lang.Short width
          use: optional; allowMultiple: false; The width of the image within the status bar (in pixels).
 
Constructor Summary
CiscoIpPhone.CreateStatusOptions()
          Constructs the CreateStatusOptions.
CiscoIpPhone.CreateStatusOptions(java.lang.String text, java.lang.Short timer, java.lang.Short locationX, java.lang.Short locationY, java.lang.Short height, java.lang.Short width, java.lang.Short depth, java.lang.String data)
          Constructs the CreateStatusOptions.
 
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 getLocationX()
          Gets the value.
 java.lang.Short getLocationY()
          Gets the value.
 java.lang.String getText()
          Gets the value.
 java.lang.Short getTimer()
          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 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 setText(java.lang.String value)
          Sets the value.
 void setTimer(java.lang.Short 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

text

public java.lang.String text
use: optional; allowMultiple: false; A single line of text to show on the status XML object. This will be displayed on the Cisco IP Phone.


timer

public java.lang.Short timer
use: optional; allowMultiple: false; The timer seed value (in seconds). If specified, a timer will be displayed on the status bar.


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 within the status bar (in pixels).


height

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


width

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


depth

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


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.

Constructor Detail

CiscoIpPhone.CreateStatusOptions

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


CiscoIpPhone.CreateStatusOptions

public CiscoIpPhone.CreateStatusOptions(java.lang.String text,
                                        java.lang.Short timer,
                                        java.lang.Short locationX,
                                        java.lang.Short locationY,
                                        java.lang.Short height,
                                        java.lang.Short width,
                                        java.lang.Short depth,
                                        java.lang.String data)
Constructs the CreateStatusOptions.

Parameters:
text - use: optional; allowMultiple: false; text A single line of text to show on the status XML object. This will be displayed text on the Cisco IP Phone.
timer - use: optional; allowMultiple: false; timer The timer seed value (in seconds). If specified, a timer will be displayed timer on the status bar.
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 within the status bar (in pixels).
height - use: optional; allowMultiple: false; height The height of the image within the status bar (in pixels).
width - use: optional; allowMultiple: false; width The width of the image within the status bar (in pixels).
depth - use: optional; allowMultiple: false; depth The color depth of the image within the status bar.
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

getText

public java.lang.String getText()
Gets the value. use: optional; allowMultiple: false; A single line of text to show on the status XML object. This will be displayed on the Cisco IP Phone.

Returns:
the value.

setText

public void setText(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; A single line of text to show on the status XML object. This will be displayed on the Cisco IP Phone.

Parameters:
value - the value.

getTimer

public java.lang.Short getTimer()
Gets the value. use: optional; allowMultiple: false; The timer seed value (in seconds). If specified, a timer will be displayed on the status bar.

Returns:
the value.

setTimer

public void setTimer(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The timer seed value (in seconds). If specified, a timer will be displayed on the status bar.

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 within the status bar (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 within the status bar (in pixels).

Parameters:
value - the value.

getHeight

public java.lang.Short getHeight()
Gets the value. use: optional; allowMultiple: false; The height of the image within the status bar (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 within the status bar (in pixels).

Parameters:
value - the value.

getWidth

public java.lang.Short getWidth()
Gets the value. use: optional; allowMultiple: false; The width of the image within the status bar (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 within the status bar (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 within the status bar.

Returns:
the value.

setDepth

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

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.


Copyright © 2008. All Rights Reserved.