cisco.uc.cuae.legacy
Class CiscoIpPhone.AddDirectoryEntryOptions

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

public static class CiscoIpPhone.AddDirectoryEntryOptions
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String name
          use: optional; allowMultiple: false; The name of the directory entry to show as a selectable item on the phone screen.
 java.lang.String telephone
          use: optional; allowMultiple: false; The telephone number that is associated with the Name of this directory entry.
 java.lang.String xmlObject
           
 
Constructor Summary
CiscoIpPhone.AddDirectoryEntryOptions()
          Constructs the AddDirectoryEntryOptions.
CiscoIpPhone.AddDirectoryEntryOptions(java.lang.String name, java.lang.String telephone, java.lang.String xmlObject)
          Constructs the AddDirectoryEntryOptions.
 
Method Summary
 java.lang.String getName()
          Gets the value.
 java.lang.String getTelephone()
          Gets the value.
 java.lang.String getXmlObject()
          Gets the value.
 void setName(java.lang.String value)
          Sets the value.
 void setTelephone(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

name

public java.lang.String name
use: optional; allowMultiple: false; The name of the directory entry to show as a selectable item on the phone screen.


telephone

public java.lang.String telephone
use: optional; allowMultiple: false; The telephone number that is associated with the Name of this directory entry. When the user selects this directory entry with the Dial softkey, the phone will dial this number.


xmlObject

public java.lang.String xmlObject
Constructor Detail

CiscoIpPhone.AddDirectoryEntryOptions

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


CiscoIpPhone.AddDirectoryEntryOptions

public CiscoIpPhone.AddDirectoryEntryOptions(java.lang.String name,
                                             java.lang.String telephone,
                                             java.lang.String xmlObject)
Constructs the AddDirectoryEntryOptions.

Parameters:
name - use: optional; allowMultiple: false; name The name of the directory entry to show as a selectable item on the phone name screen.
telephone - use: optional; allowMultiple: false; telephone The telephone number that is associated with the Name of this telephone directory entry. When the user selects this directory entry with the Dial telephone softkey, the phone will dial this number.
Method Detail

toString

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

getName

public java.lang.String getName()
Gets the value. use: optional; allowMultiple: false; The name of the directory entry to show as a selectable item on the phone screen.

Returns:
the value.

setName

public void setName(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The name of the directory entry to show as a selectable item on the phone screen.

Parameters:
value - the value.

getTelephone

public java.lang.String getTelephone()
Gets the value. use: optional; allowMultiple: false; The telephone number that is associated with the Name of this directory entry. When the user selects this directory entry with the Dial softkey, the phone will dial this number.

Returns:
the value.

setTelephone

public void setTelephone(java.lang.String value)
Sets the value. use: optional; allowMultiple: false; The telephone number that is associated with the Name of this directory entry. When the user selects this directory entry with the Dial softkey, the phone will dial this number.

Parameters:
value - the value.

getXmlObject

public java.lang.String getXmlObject()
Gets the value.

Returns:
the value.

setXmlObject

public void setXmlObject(java.lang.String value)
Sets the value.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.