cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneInputType

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

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

See Also:
Serialized Form

Field Summary
 CiscoIpPhone.CiscoIPPhoneInputItemType[] inputItem
           
 java.lang.String prompt
           
 CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
           
 java.lang.String title
           
 java.lang.String uRL
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneInputType()
          Constructs the CiscoIPPhoneInputType.
CiscoIpPhone.CiscoIPPhoneInputType(java.lang.String title, java.lang.String prompt, java.lang.String uRL, CiscoIpPhone.CiscoIPPhoneInputItemType[] inputItem, CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
          Constructs the CiscoIPPhoneInputType.
 
Method Summary
 CiscoIpPhone.CiscoIPPhoneInputItemType[] getInputItem()
          Gets the value.
 java.lang.String getPrompt()
          Gets the value.
 CiscoIpPhone.CiscoIPPhoneSoftKeyType[] getSoftKeyItem()
          Gets the value.
 java.lang.String getTitle()
          Gets the value.
 java.lang.String getURL()
          Gets the value.
 void setInputItem(CiscoIpPhone.CiscoIPPhoneInputItemType[] 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.
 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

title

public java.lang.String title

prompt

public java.lang.String prompt

uRL

public java.lang.String uRL

inputItem

public CiscoIpPhone.CiscoIPPhoneInputItemType[] inputItem

softKeyItem

public CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem
Constructor Detail

CiscoIpPhone.CiscoIPPhoneInputType

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


CiscoIpPhone.CiscoIPPhoneInputType

public CiscoIpPhone.CiscoIPPhoneInputType(java.lang.String title,
                                          java.lang.String prompt,
                                          java.lang.String uRL,
                                          CiscoIpPhone.CiscoIPPhoneInputItemType[] inputItem,
                                          CiscoIpPhone.CiscoIPPhoneSoftKeyType[] softKeyItem)
Constructs the CiscoIPPhoneInputType.

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.

getURL

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

Returns:
the value.

setURL

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

Parameters:
value - the value.

getInputItem

public CiscoIpPhone.CiscoIPPhoneInputItemType[] getInputItem()
Gets the value.

Returns:
the value.

setInputItem

public void setInputItem(CiscoIpPhone.CiscoIPPhoneInputItemType[] 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 © 2010. All Rights Reserved.