cisco.uc.cuae.legacy
Class CiscoExtensionMobility.QueryUsersResult

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

public static class CiscoExtensionMobility.QueryUsersResult
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.QueryUsersResultData queryUsersResult
          A complex variable type containing the data returned by this action.
 java.lang.String returnValue
           
 
Constructor Summary
CiscoExtensionMobility.QueryUsersResult()
          Constructs the QueryUsersResult.
CiscoExtensionMobility.QueryUsersResult(java.lang.String returnValue, CiscoExtensionMobility.QueryUsersResultData queryUsersResult, java.lang.String errorMessage)
          Constructs the QueryUsersResult.
 
Method Summary
 java.lang.String getErrorMessage()
          Gets the value.
 CiscoExtensionMobility.QueryUsersResultData getQueryUsersResult()
          Gets the value.
 java.lang.String getReturnValue()
          Gets the value.
 void setErrorMessage(java.lang.String value)
          Sets the value.
 void setQueryUsersResult(CiscoExtensionMobility.QueryUsersResultData 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

queryUsersResult

public CiscoExtensionMobility.QueryUsersResultData queryUsersResult
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 GetUserDevices action. Info: The original type 'Metreos.Types.CiscoExtensionMobility.DeviceResponse' is replaced by etchType 'QueryUsersResultData'.


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.QueryUsersResult

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


CiscoExtensionMobility.QueryUsersResult

public CiscoExtensionMobility.QueryUsersResult(java.lang.String returnValue,
                                               CiscoExtensionMobility.QueryUsersResultData queryUsersResult,
                                               java.lang.String errorMessage)
Constructs the QueryUsersResult.

Parameters:
queryUsersResult - A complex variable type containing the data returned by this action. It queryUsersResult is populated only on success. It can be parsed easily by using the queryUsersResult GetUserDevices action. queryUsersResult queryUsersResult Info: The original type 'Metreos.Types.CiscoExtensionMobility.DeviceResponse' is replaced by etchType 'QueryUsersResultData'.
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.

getQueryUsersResult

public CiscoExtensionMobility.QueryUsersResultData getQueryUsersResult()
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 GetUserDevices action. Info: The original type 'Metreos.Types.CiscoExtensionMobility.DeviceResponse' is replaced by etchType 'QueryUsersResultData'.

Returns:
the value.

setQueryUsersResult

public void setQueryUsersResult(CiscoExtensionMobility.QueryUsersResultData 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 GetUserDevices action. Info: The original type 'Metreos.Types.CiscoExtensionMobility.DeviceResponse' is replaced by etchType 'QueryUsersResultData'.

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.