|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.CreateImageFileOptions
public static class CiscoIpPhone.CreateImageFileOptions
| 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 |
prompt
use: optional; allowMultiple: false; The prompt to the user to indicate the action that needs to be taken. |
java.lang.String |
title
use: optional; allowMultiple: false; The title of the image file XML object. |
java.lang.String |
uRL
use: optional; allowMultiple: false; The URL of the PNG image to display. |
| Constructor Summary | |
|---|---|
CiscoIpPhone.CreateImageFileOptions()
Constructs the CreateImageFileOptions. |
|
CiscoIpPhone.CreateImageFileOptions(java.lang.String title,
java.lang.String prompt,
java.lang.Short locationX,
java.lang.Short locationY,
java.lang.String uRL,
java.lang.Boolean formatURL)
Constructs the CreateImageFileOptions. |
|
| 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 |
getPrompt()
Gets the value. |
java.lang.String |
getTitle()
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 |
setPrompt(java.lang.String value)
Sets the value. |
void |
setTitle(java.lang.String 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 title
public java.lang.String prompt
public java.lang.Short locationX
public java.lang.Short locationY
public java.lang.String uRL
public java.lang.Boolean formatURL
| Constructor Detail |
|---|
public CiscoIpPhone.CreateImageFileOptions()
public CiscoIpPhone.CreateImageFileOptions(java.lang.String title,
java.lang.String prompt,
java.lang.Short locationX,
java.lang.Short locationY,
java.lang.String uRL,
java.lang.Boolean formatURL)
title - use: optional; allowMultiple: false;
title The title of the image file 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).uRL - use: optional; allowMultiple: false;
uRL The URL of the PNG image to display. This URL must be accessible to the
uRL 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 getTitle()
public void setTitle(java.lang.String value)
value - the value.public java.lang.String getPrompt()
public void setPrompt(java.lang.String 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 | ||||||||