Package net.authorize.api.contract.v1
Class KeyManagementScheme.DUKPT.Mode
- java.lang.Object
-
- net.authorize.api.contract.v1.KeyManagementScheme.DUKPT.Mode
-
- Enclosing class:
- KeyManagementScheme.DUKPT
public static class KeyManagementScheme.DUKPT.Mode extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PIN" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Data" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Mode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetData()Gets the value of the data property.StringgetPIN()Gets the value of the pin property.voidsetData(String value)Sets the value of the data property.voidsetPIN(String value)Sets the value of the pin property.
-
-
-
Method Detail
-
getPIN
public String getPIN()
Gets the value of the pin property.- Returns:
- possible object is
String
-
setPIN
public void setPIN(String value)
Sets the value of the pin property.- Parameters:
value- allowed object isString
-
getData
public String getData()
Gets the value of the data property.- Returns:
- possible object is
String
-
-