com.signalsoftcorp.lst.provisioning
Class WPP10ResponseGetMERI

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

public class WPP10ResponseGetMERI
extends WPP10ResponseBase

A WPP10ResponseGetMERI object is returned by the getMERI method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseGetMERI()
          creates an WPP10ResponseGetMERI object
 
Method Summary
 WPP10MERI getMERI()
          Get the MERI object returned on successfull completion
 void setMERI(WPP10MERI meri)
          Set the MERI object 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

WPP10ResponseGetMERI

public WPP10ResponseGetMERI()
creates an WPP10ResponseGetMERI object
Method Detail

setMERI

public void setMERI(WPP10MERI meri)
Set the MERI object to return on successfull completion
Parameters:
meri - MERI to return

getMERI

public WPP10MERI getMERI()
Get the MERI object returned on successfull completion
Returns:
MERI


Copyright © SignalSoft Corp. All Rights Reserved.