cisco.uc.cuae.legacy
Class CiscoIpPhone.ConstructStatusFileOptions

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

public static class CiscoIpPhone.ConstructStatusFileOptions
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.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).
 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.String uRL
          use: optional; allowMultiple: false; The URL of the PNG image to display on the status bar.
 
Constructor Summary
CiscoIpPhone.ConstructStatusFileOptions()
          Constructs the ConstructStatusFileOptions.
CiscoIpPhone.ConstructStatusFileOptions(java.lang.String text, java.lang.Short timer, java.lang.Short locationX, java.lang.Short locationY, java.lang.String uRL, java.lang.Boolean formatURL)
          Constructs the ConstructStatusFileOptions.
 
Method Summary
 java.lang.Boolean getFormatURL()
          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.String getURL()
          Gets the value.
 void setFormatURL(java.lang.Boolean 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 setURL(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

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 (in pixels).


uRL

public java.lang.String uRL
use: optional; allowMultiple: false; The URL of the PNG image to display on the status bar. This URL must be accessible to the phone.


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.

Constructor Detail

CiscoIpPhone.ConstructStatusFileOptions

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


CiscoIpPhone.ConstructStatusFileOptions

public CiscoIpPhone.ConstructStatusFileOptions(java.lang.String text,
                                               java.lang.Short timer,
                                               java.lang.Short locationX,
                                               java.lang.Short locationY,
                                               java.lang.String uRL,
                                               java.lang.Boolean formatURL)
Constructs the ConstructStatusFileOptions.

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 (in pixels).
uRL - use: optional; allowMultiple: false; uRL The URL of the PNG image to display on the status bar. This URL must be uRL accessible to the phone.
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.
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 (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.

getURL

public java.lang.String getURL()
Gets the value. use: optional; allowMultiple: false; The URL of the PNG image to display on the status bar. This URL must be accessible to the phone.

Returns:
the value.

setURL

public void setURL(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The URL of the PNG image to display on the status bar. This URL must be accessible to the phone.

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.

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.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.