com.signalsoftcorp.lst.provisioning
Class WPP10ResponseListVendors

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

public class WPP10ResponseListVendors
extends WPP10ResponseBase

A WPP10ResponseListVendors object is returned by the listVendors and searchVendors methods.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseListVendors()
          creates an WPP10ResponseListVendors object
 
Method Summary
 WPP10Vendor[] getVendors()
          Get the array of vendors returned on successfull completion
 void setVendors(WPP10Vendor[] vendors)
          Set the array of vendor 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

WPP10ResponseListVendors

public WPP10ResponseListVendors()
creates an WPP10ResponseListVendors object
Method Detail

setVendors

public void setVendors(WPP10Vendor[] vendors)
Set the array of vendor objects to return on successfull completion
Parameters:
vendors - vendors to return

getVendors

public WPP10Vendor[] getVendors()
Get the array of vendors returned on successfull completion
Returns:
vendors


Copyright © SignalSoft Corp. All Rights Reserved.