cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneDirectoryType

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

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

See Also:
Serialized Form

Field Summary
 CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] directoryEntry
           
 java.lang.String prompt
           
 CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
           
 java.lang.String title
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneDirectoryType()
          Constructs the CiscoIPPhoneDirectoryType.
CiscoIpPhone.CiscoIPPhoneDirectoryType(java.lang.String title, java.lang.String prompt, CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] directoryEntry, CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
          Constructs the CiscoIPPhoneDirectoryType.
 
Method Summary
 CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] getDirectoryEntry()
          Gets the value.
 java.lang.String getPrompt()
          Gets the value.
 CiscoIpPhone.CiscoIPPhoneSoftKeyType[] getSoftKeyItem()
          Gets the value.
 java.lang.String getTitle()
          Gets the value.
 void setDirectoryEntry(CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] value)
          Sets the value.
 void setPrompt(java.lang.String value)
          Sets the value.
 void setSoftKeyItem(CiscoIpPhone.CiscoIPPhoneSoftKeyType[] value)
          Sets the value.
 void setTitle(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

title

public java.lang.String title

prompt

public java.lang.String prompt

directoryEntry

public CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] directoryEntry

softKeyItem

public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
Constructor Detail

CiscoIpPhone.CiscoIPPhoneDirectoryType

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


CiscoIpPhone.CiscoIPPhoneDirectoryType

public CiscoIpPhone.CiscoIPPhoneDirectoryType(java.lang.String title,
                                              java.lang.String prompt,
                                              CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] directoryEntry,
                                              CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
Constructs the CiscoIPPhoneDirectoryType.

Method Detail

toString

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

getTitle

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

Returns:
the value.

setTitle

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

Parameters:
value - the value.

getPrompt

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

Returns:
the value.

setPrompt

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

Parameters:
value - the value.

getDirectoryEntry

public CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] getDirectoryEntry()
Gets the value.

Returns:
the value.

setDirectoryEntry

public void setDirectoryEntry(CiscoIpPhone.CiscoIPPhoneDirectoryEntryType[] value)
Sets the value.

Parameters:
value - the value.

getSoftKeyItem

public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] getSoftKeyItem()
Gets the value.

Returns:
the value.

setSoftKeyItem

public void setSoftKeyItem(CiscoIpPhone.CiscoIPPhoneSoftKeyType[] value)
Sets the value.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.