com.signalsoftcorp.lst.provisioning
Class WPP10ResponseListClients

java.lang.Object
  |
  +--com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
        |
        +--com.signalsoftcorp.lst.provisioning.WPP10ResponseListClients

public class WPP10ResponseListClients
extends WPP10ResponseBase

A WPP10ResponseListClients object is returned by the searchClients method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseListClients()
          creates an WPP10ResponseListClients object
 
Method Summary
 WPP10Client[] getClients()
          Get the array of client objetcs returned on successfull completion
 void setClients(WPP10Client[] clients)
          Set the array of client objects to return on successfull completion
 
Methods inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
getResponseCode, getResponseDetail, setResponseStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WPP10ResponseListClients

public WPP10ResponseListClients()
creates an WPP10ResponseListClients object
Method Detail

setClients

public void setClients(WPP10Client[] clients)
Set the array of client objects to return on successfull completion
Parameters:
clients - clients to return

getClients

public WPP10Client[] getClients()
Get the array of client objetcs returned on successfull completion
Returns:
clients


Copyright © SignalSoft Corp. All Rights Reserved.