|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.ConstructStatusFileOptions
public static class CiscoIpPhone.ConstructStatusFileOptions
| 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 |
|---|
public java.lang.String text
public java.lang.Short timer
public java.lang.Short locationX
public java.lang.Short locationY
public java.lang.String uRL
public java.lang.Boolean formatURL
| Constructor Detail |
|---|
public 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)
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 |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getText()
public void setText(java.lang.String value)
value - the value.public java.lang.Short getTimer()
public void setTimer(java.lang.Short value)
value - the value.public java.lang.Short getLocationX()
public void setLocationX(java.lang.Short value)
value - the value.public java.lang.Short getLocationY()
public void setLocationY(java.lang.Short value)
value - the value.public java.lang.String getURL()
public void setURL(java.lang.String value)
value - the value.public java.lang.Boolean getFormatURL()
public void setFormatURL(java.lang.Boolean value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||