Class: IWAccessFilter

IWAccessFilter

This class manages the CNR and PNR for the security and access mechanism.

new IWAccessFilter()

A singleton class which contains the CNR and PNR information.

Methods


getCNR()

Returns the CNR.
Returns:
Type
number

getPNR()

Returns the PNR.
Returns:
Type
number

setCNR(cnr)

Sets the CNR. The default value is 0.
Parameters:
Name Type Description
cnr number
Returns:
Type
void

setPNR(pnr)

Sets the PNR. The default value is 0.
Parameters:
Name Type Description
pnr number
Returns:
Type
void

toString()

Returns a string representation of this object.
Returns:
Type
String