cisco.uc.cuae.legacy
Class CiscoIpPhone.AddSoftKeyItemResult

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

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

See Also:
Serialized Form

Field Summary
 CiscoIpPhone.CiscoIPPhoneSoftKeyType resultData
          One must always save this result data into one of the following: a Text, Menu, Directory, Image, Input, ImageFile, IconMenu, IconFileMenu, GraphicMenu, or GraphicFileMenu XML type variable.
 java.lang.String returnValue
           
 java.lang.String xmlObject
           
 
Constructor Summary
CiscoIpPhone.AddSoftKeyItemResult()
          Constructs the AddSoftKeyItemResult.
CiscoIpPhone.AddSoftKeyItemResult(java.lang.String returnValue, CiscoIpPhone.CiscoIPPhoneSoftKeyType resultData, java.lang.String xmlObject)
          Constructs the AddSoftKeyItemResult.
 
Method Summary
 CiscoIpPhone.CiscoIPPhoneSoftKeyType getResultData()
          Gets the value.
 java.lang.String getReturnValue()
          Gets the value.
 java.lang.String getXmlObject()
          Gets the value.
 void setResultData(CiscoIpPhone.CiscoIPPhoneSoftKeyType value)
          Sets the value.
 void setReturnValue(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

returnValue

public java.lang.String returnValue

resultData

public CiscoIpPhone.CiscoIPPhoneSoftKeyType resultData
One must always save this result data into one of the following: a Text, Menu, Directory, Image, Input, ImageFile, IconMenu, IconFileMenu, GraphicMenu, or GraphicFileMenu XML type variable.


xmlObject

public java.lang.String xmlObject
Constructor Detail

CiscoIpPhone.AddSoftKeyItemResult

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


CiscoIpPhone.AddSoftKeyItemResult

public CiscoIpPhone.AddSoftKeyItemResult(java.lang.String returnValue,
                                         CiscoIpPhone.CiscoIPPhoneSoftKeyType resultData,
                                         java.lang.String xmlObject)
Constructs the AddSoftKeyItemResult.

Parameters:
resultData - One must always save this result data into one of the following: a Text, Menu, Directory, resultData Image, resultData Input, resultData ImageFile, resultData IconMenu, resultData IconFileMenu, resultData GraphicMenu, resultData or GraphicFileMenu resultData XML type variable.
Method Detail

toString

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

getReturnValue

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

Returns:
the value.

setReturnValue

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

Parameters:
value - the value.

getResultData

public CiscoIpPhone.CiscoIPPhoneSoftKeyType getResultData()
Gets the value. One must always save this result data into one of the following: a Text, Menu, Directory, Image, Input, ImageFile, IconMenu, IconFileMenu, GraphicMenu, or GraphicFileMenu XML type variable.

Returns:
the value.

setResultData

public void setResultData(CiscoIpPhone.CiscoIPPhoneSoftKeyType value)
Sets the value. One must always save this result data into one of the following: a Text, Menu, Directory, Image, Input, ImageFile, IconMenu, IconFileMenu, GraphicMenu, or GraphicFileMenu XML type variable.

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.