Class semper.payment.SecurityOption
All Packages Class Hierarchy This Package Previous Next Index
Class semper.payment.SecurityOption
java.lang.Object
|
+----semper.payment.SecurityOption
- public class SecurityOption
- extends Object
Represents a SEMPER security option
- Version:
- $Revision: 1.2 $ $Date: 1996/06/05 10:08:48 $
- Author:
- N. Asokan ([email protected])
-
SecurityOption(String)
- Constructor.
-
getOptionName()
- Extract name of security option.
SecurityOption
public SecurityOption(String option) throws PaymentServiceException
- Constructor.
- Parameters:
- option - String describing security option
- Returns:
- new SecurityOption object initialised with the
specified option.
- Throws: PaymentServiceException
- generic payment
service exception thrown in case an unknown option is
specified.
getOptionName
public String getOptionName()
- Extract name of security option.
- Returns:
- Name of security option
All Packages Class Hierarchy This Package Previous Next Index