com.signalsoftcorp.lst.client
Class WVP10ValidationResponse

java.lang.Object
  |
  +--com.signalsoftcorp.lst.client.Response
        |
        +--com.signalsoftcorp.lst.client.WVP10ValidationResponse

public class WVP10ValidationResponse
extends Response

An instance of this class is returned by the method WVIValidation.validateSubscription.

See 'See also' section below for possible response codes.

See Also:
Constants.OK, Constants.SYSTEM_FAILURE, WVP10Constants.SUBSCRIBERSTATUS_INVALIDCHECK, WVP10Constants.SUBSCRIBERSTATUS_TRANSFERRED, WVP10Constants.SUBSCRIBERSTATUS_NOFUNDS, WVP10Constants.SUBSCRIBERSTATUS_NOTSUBSCRIBER, WVP10Constants.SUBSCRIBERSTATUS_AUTHORIZATIONFAILED

Constructor Summary
WVP10ValidationResponse()
          Creates a WVP10ValidationResponse object
WVP10ValidationResponse(int responseCode)
          Creates a WVP10ValidationResponse object
WVP10ValidationResponse(int responseCode, java.lang.String responseDetail)
          Creates a WVP10ValidationResponse object
 
Method Summary
 java.lang.String getOperatorName()
           
 java.util.Date getTransferredDate()
          Get transerred date
 void setOperatorName(java.lang.String operatorName)
           
 void setTransferredDate(java.util.Date transferredDate)
          Sets the transferred date
 
Methods inherited from class com.signalsoftcorp.lst.client.Response
getResponseCode, getResponseDetail, isOk, setDefaultDetail, setResponseCode, setResponseDetail, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WVP10ValidationResponse

public WVP10ValidationResponse()
Creates a WVP10ValidationResponse object

WVP10ValidationResponse

public WVP10ValidationResponse(int responseCode)
Creates a WVP10ValidationResponse object
Parameters:
responseCode - the response code

WVP10ValidationResponse

public WVP10ValidationResponse(int responseCode,
                               java.lang.String responseDetail)
Creates a WVP10ValidationResponse object
Parameters:
responseCode - the response code
responseDetail - additional info about the response
Method Detail

setTransferredDate

public void setTransferredDate(java.util.Date transferredDate)
Sets the transferred date
Parameters:
transferredDate - the date the subscription was transferred

getTransferredDate

public java.util.Date getTransferredDate()
Get transerred date
Returns:
transferredDate the date the subscription was transferred

setOperatorName

public void setOperatorName(java.lang.String operatorName)

getOperatorName

public java.lang.String getOperatorName()


Copyright © SignalSoft Corp. All Rights Reserved.