com.signalsoftcorp.lst.provisioning
Class WPP10ResponseListClientGroups

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

public class WPP10ResponseListClientGroups
extends WPP10ResponseBase

A WPP10ResponseListClientGroups object is returned by the listClientGroups and searchClientGroups methods.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseListClientGroups()
          creates an WPP10ResponseListClientGroups object
 
Method Summary
 WPP10ClientGroup[] getClientGroups()
          Get the array of clientGroups returned on successfull completion
 void setClientGroups(WPP10ClientGroup[] clientGroups)
          Set the array of clientGroup 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

WPP10ResponseListClientGroups

public WPP10ResponseListClientGroups()
creates an WPP10ResponseListClientGroups object
Method Detail

setClientGroups

public void setClientGroups(WPP10ClientGroup[] clientGroups)
Set the array of clientGroup objects to return on successfull completion
Parameters:
clientGroups - clientGroups to return

getClientGroups

public WPP10ClientGroup[] getClientGroups()
Get the array of clientGroups returned on successfull completion
Returns:
clientGroups


Copyright © SignalSoft Corp. All Rights Reserved.