cisco.uc.cuae.legacy
Class CiscoExtensionMobility.QueryDevicesResult

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

public static class CiscoExtensionMobility.QueryDevicesResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String errorMessage
          This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages.
 CiscoExtensionMobility.QueryDevicesResultData queryDevicesResult
          A complex variable type containing the data returned by this action.
 java.lang.String returnValue
           
 
Constructor Summary
CiscoExtensionMobility.QueryDevicesResult()
          Constructs the QueryDevicesResult.
CiscoExtensionMobility.QueryDevicesResult(java.lang.String returnValue, CiscoExtensionMobility.QueryDevicesResultData queryDevicesResult, java.lang.String errorMessage)
          Constructs the QueryDevicesResult.
 
Method Summary
 java.lang.String getErrorMessage()
          Gets the value.
 CiscoExtensionMobility.QueryDevicesResultData getQueryDevicesResult()
          Gets the value.
 java.lang.String getReturnValue()
          Gets the value.
 void setErrorMessage(java.lang.String value)
          Sets the value.
 void setQueryDevicesResult(CiscoExtensionMobility.QueryDevicesResultData value)
          Sets the value.
 void setReturnValue(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

queryDevicesResult

public CiscoExtensionMobility.QueryDevicesResultData queryDevicesResult
A complex variable type containing the data returned by this action. It is populated only on success. It can be parsed easily by using the GetDeviceStatus action. Info: The original type 'Metreos.Types.CiscoExtensionMobility.UserResponse' is replaced by etchType 'QueryDevicesResultData'.


errorMessage

public java.lang.String errorMessage
This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. The one exception is if the service returns null, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Constructor Detail

CiscoExtensionMobility.QueryDevicesResult

public CiscoExtensionMobility.QueryDevicesResult()
Constructs the QueryDevicesResult. Don't init any fields.


CiscoExtensionMobility.QueryDevicesResult

public CiscoExtensionMobility.QueryDevicesResult(java.lang.String returnValue,
                                                 CiscoExtensionMobility.QueryDevicesResultData queryDevicesResult,
                                                 java.lang.String errorMessage)
Constructs the QueryDevicesResult.

Parameters:
queryDevicesResult - A complex variable type containing the data returned by this action. It queryDevicesResult is populated only on success. It can be parsed easily by using the queryDevicesResult GetDeviceStatus action. queryDevicesResult queryDevicesResult Info: The original type 'Metreos.Types.CiscoExtensionMobility.UserResponse' is replaced by etchType 'QueryDevicesResultData'.
errorMessage - This error message maps almost exactly to the standard Cisco Unified errorMessage Communications Manager Extension Mobility API error messages. The one errorMessage exception is if the service returns null, which is returned by this errorMessage action if the Extension Mobility service did not respond back to the errorMessage Cisco Unified Application Server with response XML or if the action was errorMessage unable to communication with the service. errorMessage
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.

getQueryDevicesResult

public CiscoExtensionMobility.QueryDevicesResultData getQueryDevicesResult()
Gets the value. A complex variable type containing the data returned by this action. It is populated only on success. It can be parsed easily by using the GetDeviceStatus action. Info: The original type 'Metreos.Types.CiscoExtensionMobility.UserResponse' is replaced by etchType 'QueryDevicesResultData'.

Returns:
the value.

setQueryDevicesResult

public void setQueryDevicesResult(CiscoExtensionMobility.QueryDevicesResultData value)
Sets the value. A complex variable type containing the data returned by this action. It is populated only on success. It can be parsed easily by using the GetDeviceStatus action. Info: The original type 'Metreos.Types.CiscoExtensionMobility.UserResponse' is replaced by etchType 'QueryDevicesResultData'.

Parameters:
value - the value.

getErrorMessage

public java.lang.String getErrorMessage()
Gets the value. This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. The one exception is if the service returns null, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Returns:
the value.

setErrorMessage

public void setErrorMessage(java.lang.String value)
Sets the value. This error message maps almost exactly to the standard Cisco Unified Communications Manager Extension Mobility API error messages. The one exception is if the service returns null, which is returned by this action if the Extension Mobility service did not respond back to the Cisco Unified Application Server with response XML or if the action was unable to communication with the service.

Parameters:
value - the value.


Copyright © 2008. All Rights Reserved.