cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneSoftKeyType

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 java.lang.Short position
           
 java.lang.String uRL
           
 java.lang.String uRLDown
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneSoftKeyType()
          Constructs the CiscoIPPhoneSoftKeyType.
CiscoIpPhone.CiscoIPPhoneSoftKeyType(java.lang.String name, java.lang.String uRL, java.lang.String uRLDown, java.lang.Short position)
          Constructs the CiscoIPPhoneSoftKeyType.
 
Method Summary
 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.
 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.
 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

uRL

public java.lang.String uRL

uRLDown

public java.lang.String uRLDown

position

public java.lang.Short position
Constructor Detail

CiscoIpPhone.CiscoIPPhoneSoftKeyType

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


CiscoIpPhone.CiscoIPPhoneSoftKeyType

public CiscoIpPhone.CiscoIPPhoneSoftKeyType(java.lang.String name,
                                            java.lang.String uRL,
                                            java.lang.String uRLDown,
                                            java.lang.Short position)
Constructs the CiscoIPPhoneSoftKeyType.

Method Detail

toString

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

getName

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

Returns:
the value.

setName

public void setName(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.

getURLDown

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

Returns:
the value.

setURLDown

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

Parameters:
value - the value.

getPosition

public java.lang.Short getPosition()
Gets the value.

Returns:
the value.

setPosition

public void setPosition(java.lang.Short value)
Sets the value.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.