cisco.uc.cuae.legacy
Class CiscoIpPhone.CiscoIPPhoneResponseItemType

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String data
           
 java.lang.Short status
           
 java.lang.String uRL
           
 
Constructor Summary
CiscoIpPhone.CiscoIPPhoneResponseItemType()
          Constructs the CiscoIPPhoneResponseItemType.
CiscoIpPhone.CiscoIPPhoneResponseItemType(java.lang.Short status, java.lang.String data, java.lang.String uRL)
          Constructs the CiscoIPPhoneResponseItemType.
 
Method Summary
 java.lang.String getData()
          Gets the value.
 java.lang.Short getStatus()
          Gets the value.
 java.lang.String getURL()
          Gets the value.
 void setData(java.lang.String value)
          Sets the value.
 void setStatus(java.lang.Short 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

status

public java.lang.Short status

data

public java.lang.String data

uRL

public java.lang.String uRL
Constructor Detail

CiscoIpPhone.CiscoIPPhoneResponseItemType

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


CiscoIpPhone.CiscoIPPhoneResponseItemType

public CiscoIpPhone.CiscoIPPhoneResponseItemType(java.lang.Short status,
                                                 java.lang.String data,
                                                 java.lang.String uRL)
Constructs the CiscoIPPhoneResponseItemType.

Method Detail

toString

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

getStatus

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

Returns:
the value.

setStatus

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

Parameters:
value - the value.

getData

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

Returns:
the value.

setData

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


Copyright © 2008. All Rights Reserved.