com.signalsoftcorp.lst.provisioning
Class WPP10ResponseListPermissions

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

public class WPP10ResponseListPermissions
extends WPP10ResponseBase

A WPP10ResponseListPermissions object is returned by the getPermissionsBySubscriber method.


Fields inherited from class com.signalsoftcorp.lst.provisioning.WPP10ResponseBase
responseCode, responseDetail
 
Constructor Summary
WPP10ResponseListPermissions()
          creates an WPP10ResponseListPermissions object
 
Method Summary
 WPP10Permission[] getPermissions()
          Get the array of permissions returned on successfull completion
 void setPermissions(WPP10Permission[] permissions)
          Set the array of permission 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

WPP10ResponseListPermissions

public WPP10ResponseListPermissions()
creates an WPP10ResponseListPermissions object
Method Detail

setPermissions

public void setPermissions(WPP10Permission[] permissions)
Set the array of permission objects to return on successfull completion
Parameters:
permissions - permissions to return

getPermissions

public WPP10Permission[] getPermissions()
Get the array of permissions returned on successfull completion
Returns:
permissions


Copyright © SignalSoft Corp. All Rights Reserved.