com.signalsoftcorp.lst.provisioning
Class WPP10ResponseListMERIs

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

public class WPP10ResponseListMERIs
extends WPP10ResponseBase

A WPP10ResponseListMERIs object is returned by the listMERIs method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseListMERIs()
          creates an WPP10ResponseListMERIs object
 
Method Summary
 WPP10MERI[] getMERIs()
          Get the array of meris returned on successfull completion
 void setMERIs(WPP10MERI[] meris)
          Set the array of MERI 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

WPP10ResponseListMERIs

public WPP10ResponseListMERIs()
creates an WPP10ResponseListMERIs object
Method Detail

setMERIs

public void setMERIs(WPP10MERI[] meris)
Set the array of MERI objects to return on successfull completion
Parameters:
meris - meris to return

getMERIs

public WPP10MERI[] getMERIs()
Get the array of meris returned on successfull completion
Returns:
meris


Copyright © SignalSoft Corp. All Rights Reserved.