cisco.uc.cuae.legacy
Class CiscoIpPhone.CreateExecuteOptions

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

public static class CiscoIpPhone.CreateExecuteOptions
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(s) specified.
 java.lang.Short priority1
          use: optional; allowMultiple: false; The priority with which to treat the URL1 action parameter.
 java.lang.Short priority2
          use: optional; allowMultiple: false; The priority with which to treat the URL2 action parameter.
 java.lang.Short priority3
          use: optional; allowMultiple: false; The priority with which to treat the URL3 action parameter.
 java.lang.String url1
          use: optional; allowMultiple: false; The first command that the phone should execute.
 java.lang.String url2
          use: optional; allowMultiple: false; The second command that the phone should execute.
 java.lang.String url3
          use: optional; allowMultiple: false; The third command that the phone should execute.
 
Constructor Summary
CiscoIpPhone.CreateExecuteOptions()
          Constructs the CreateExecuteOptions.
CiscoIpPhone.CreateExecuteOptions(java.lang.String url1, java.lang.String url2, java.lang.String url3, java.lang.Boolean formatURL, java.lang.Short priority1, java.lang.Short priority2, java.lang.Short priority3)
          Constructs the CreateExecuteOptions.
 
Method Summary
 java.lang.Boolean getFormatURL()
          Gets the value.
 java.lang.Short getPriority1()
          Gets the value.
 java.lang.Short getPriority2()
          Gets the value.
 java.lang.Short getPriority3()
          Gets the value.
 java.lang.String getUrl1()
          Gets the value.
 java.lang.String getUrl2()
          Gets the value.
 java.lang.String getUrl3()
          Gets the value.
 void setFormatURL(java.lang.Boolean value)
          Sets the value.
 void setPriority1(java.lang.Short value)
          Sets the value.
 void setPriority2(java.lang.Short value)
          Sets the value.
 void setPriority3(java.lang.Short value)
          Sets the value.
 void setUrl1(java.lang.String value)
          Sets the value.
 void setUrl2(java.lang.String value)
          Sets the value.
 void setUrl3(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

url1

public java.lang.String url1
use: optional; allowMultiple: false; The first command that the phone should execute.


url2

public java.lang.String url2
use: optional; allowMultiple: false; The second command that the phone should execute.


url3

public java.lang.String url3
use: optional; allowMultiple: false; The third command that the phone should execute.


formatURL

public java.lang.Boolean formatURL
use: optional; allowMultiple: false; Indicates that URL format validation should be performed on the URL(s) specified. This may involve modifications being made to the URL(s).


priority1

public java.lang.Short priority1
use: optional; allowMultiple: false; The priority with which to treat the URL1 action parameter.


priority2

public java.lang.Short priority2
use: optional; allowMultiple: false; The priority with which to treat the URL2 action parameter.


priority3

public java.lang.Short priority3
use: optional; allowMultiple: false; The priority with which to treat the URL3 action parameter.

Constructor Detail

CiscoIpPhone.CreateExecuteOptions

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


CiscoIpPhone.CreateExecuteOptions

public CiscoIpPhone.CreateExecuteOptions(java.lang.String url1,
                                         java.lang.String url2,
                                         java.lang.String url3,
                                         java.lang.Boolean formatURL,
                                         java.lang.Short priority1,
                                         java.lang.Short priority2,
                                         java.lang.Short priority3)
Constructs the CreateExecuteOptions.

Parameters:
url1 - use: optional; allowMultiple: false; url1 The first command that the phone should execute.
url2 - use: optional; allowMultiple: false; url2 The second command that the phone should execute.
url3 - use: optional; allowMultiple: false; url3 The third command that the phone should execute.
formatURL - use: optional; allowMultiple: false; formatURL Indicates that URL format validation should be performed on the URL(s) formatURL specified. This may involve modifications being made to the URL(s).
priority1 - use: optional; allowMultiple: false; priority1 The priority with which to treat the URL1 action parameter.
priority2 - use: optional; allowMultiple: false; priority2 The priority with which to treat the URL2 action parameter.
priority3 - use: optional; allowMultiple: false; priority3 The priority with which to treat the URL3 action parameter.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getUrl1

public java.lang.String getUrl1()
Gets the value. use: optional; allowMultiple: false; The first command that the phone should execute.

Returns:
the value.

setUrl1

public void setUrl1(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The first command that the phone should execute.

Parameters:
value - the value.

getUrl2

public java.lang.String getUrl2()
Gets the value. use: optional; allowMultiple: false; The second command that the phone should execute.

Returns:
the value.

setUrl2

public void setUrl2(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The second command that the phone should execute.

Parameters:
value - the value.

getUrl3

public java.lang.String getUrl3()
Gets the value. use: optional; allowMultiple: false; The third command that the phone should execute.

Returns:
the value.

setUrl3

public void setUrl3(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The third command that the phone should execute.

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(s) specified. This may involve modifications being made to the URL(s).

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(s) specified. This may involve modifications being made to the URL(s).

Parameters:
value - the value.

getPriority1

public java.lang.Short getPriority1()
Gets the value. use: optional; allowMultiple: false; The priority with which to treat the URL1 action parameter.

Returns:
the value.

setPriority1

public void setPriority1(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The priority with which to treat the URL1 action parameter.

Parameters:
value - the value.

getPriority2

public java.lang.Short getPriority2()
Gets the value. use: optional; allowMultiple: false; The priority with which to treat the URL2 action parameter.

Returns:
the value.

setPriority2

public void setPriority2(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The priority with which to treat the URL2 action parameter.

Parameters:
value - the value.

getPriority3

public java.lang.Short getPriority3()
Gets the value. use: optional; allowMultiple: false; The priority with which to treat the URL3 action parameter.

Returns:
the value.

setPriority3

public void setPriority3(java.lang.Short value)
Sets the value. use: optional; allowMultiple: false; The priority with which to treat the URL3 action parameter.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.