|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CiscoIpPhone.AddSoftKeyItemOptions
public static class CiscoIpPhone.AddSoftKeyItemOptions
| Field Summary | |
|---|---|
java.lang.Boolean |
formatURL
use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL specified. |
java.lang.String |
name
use: optional; allowMultiple: false; The display name of the softkey item. |
java.lang.Short |
position
use: optional; allowMultiple: false; The 1-indexed position of the softkey item. |
java.lang.String |
uRL
use: optional; allowMultiple: false; The URL that the phone will request if this softkey item is selected. |
java.lang.String |
uRLDown
use: optional; allowMultiple: false; The command that the phone should execute when the softkey button is depressed. |
java.lang.String |
xmlObject
|
| Constructor Summary | |
|---|---|
CiscoIpPhone.AddSoftKeyItemOptions()
Constructs the AddSoftKeyItemOptions. |
|
CiscoIpPhone.AddSoftKeyItemOptions(java.lang.String name,
java.lang.Short position,
java.lang.String uRL,
java.lang.Boolean formatURL,
java.lang.String uRLDown,
java.lang.String xmlObject)
Constructs the AddSoftKeyItemOptions. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getFormatURL()
Gets the value. |
java.lang.String |
getName()
Gets the value. |
java.lang.Short |
getPosition()
Gets the value. |
java.lang.String |
getURL()
Gets the value. |
java.lang.String |
getURLDown()
Gets the value. |
java.lang.String |
getXmlObject()
Gets the value. |
void |
setFormatURL(java.lang.Boolean value)
Sets the value. |
void |
setName(java.lang.String value)
Sets the value. |
void |
setPosition(java.lang.Short value)
Sets the value. |
void |
setURL(java.lang.String value)
Sets the value. |
void |
setURLDown(java.lang.String 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.String name
public java.lang.Short position
public java.lang.String uRL
public java.lang.Boolean formatURL
public java.lang.String uRLDown
public java.lang.String xmlObject
| Constructor Detail |
|---|
public CiscoIpPhone.AddSoftKeyItemOptions()
public CiscoIpPhone.AddSoftKeyItemOptions(java.lang.String name,
java.lang.Short position,
java.lang.String uRL,
java.lang.Boolean formatURL,
java.lang.String uRLDown,
java.lang.String xmlObject)
name - use: optional; allowMultiple: false;
name The display name of the softkey item.position - use: optional; allowMultiple: false;
position The 1-indexed position of the softkey item.uRL - use: optional; allowMultiple: false;
uRL The URL that the phone will request if this softkey item is selected.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. Does not apply to
formatURL 'URLDown' parameter.uRLDown - use: optional; allowMultiple: false;
uRLDown The command that the phone should execute when the softkey button is depressed.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public java.lang.Short getPosition()
public void setPosition(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.public java.lang.String getURLDown()
public void setURLDown(java.lang.String value)
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 | ||||||||