com.signalsoftcorp.lst.provisioning
Class WPP10ResponseListOperators

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

public class WPP10ResponseListOperators
extends WPP10ResponseBase

A WPP10ResponseListOperators object is returned by the listOperators and searchClientGroups methods.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseListOperators()
          creates an WPP10ResponseListOperators object
 
Method Summary
 WPP10Operator[] getOperators()
          Get the array of operator objects returned on successfull completion
 void setOperators(WPP10Operator[] operators)
          Set the array of operator 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

WPP10ResponseListOperators

public WPP10ResponseListOperators()
creates an WPP10ResponseListOperators object
Method Detail

setOperators

public void setOperators(WPP10Operator[] operators)
Set the array of operator objects to return on successfull completion
Parameters:
operators - operators to return

getOperators

public WPP10Operator[] getOperators()
Get the array of operator objects returned on successfull completion
Returns:
operators


Copyright © SignalSoft Corp. All Rights Reserved.