cisco.uc.cuae.legacy
Class CiscoIpPhone.ConstructInputResult

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String returnValue
           
 java.lang.String xmlObject
           
 
Constructor Summary
CiscoIpPhone.ConstructInputResult()
          Constructs the ConstructInputResult.
CiscoIpPhone.ConstructInputResult(java.lang.String returnValue, java.lang.String xmlObject)
          Constructs the ConstructInputResult.
 
Method Summary
 java.lang.String getReturnValue()
          Gets the value.
 java.lang.String getXmlObject()
          Gets 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

xmlObject

public java.lang.String xmlObject
Constructor Detail

CiscoIpPhone.ConstructInputResult

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


CiscoIpPhone.ConstructInputResult

public CiscoIpPhone.ConstructInputResult(java.lang.String returnValue,
                                         java.lang.String xmlObject)
Constructs the ConstructInputResult.

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.

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 © 2010. All Rights Reserved.