Package net.authorize.api.contract.v1
Class KeyManagementScheme.DUKPT
- java.lang.Object
-
- net.authorize.api.contract.v1.KeyManagementScheme.DUKPT
-
- Enclosing class:
- KeyManagementScheme
public static class KeyManagementScheme.DUKPT 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="Operation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}OperationType"/> <element name="Mode"> <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> </element> <element name="DeviceInfo"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="EncryptedData"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyManagementScheme.DUKPT.DeviceInfoJava class for anonymous complex type.static classKeyManagementScheme.DUKPT.EncryptedDataJava class for anonymous complex type.static classKeyManagementScheme.DUKPT.ModeJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected KeyManagementScheme.DUKPT.DeviceInfodeviceInfoprotected KeyManagementScheme.DUKPT.EncryptedDataencryptedDataprotected KeyManagementScheme.DUKPT.Modemodeprotected OperationTypeoperation
-
Constructor Summary
Constructors Constructor Description DUKPT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyManagementScheme.DUKPT.DeviceInfogetDeviceInfo()Gets the value of the deviceInfo property.KeyManagementScheme.DUKPT.EncryptedDatagetEncryptedData()Gets the value of the encryptedData property.KeyManagementScheme.DUKPT.ModegetMode()Gets the value of the mode property.OperationTypegetOperation()Gets the value of the operation property.voidsetDeviceInfo(KeyManagementScheme.DUKPT.DeviceInfo value)Sets the value of the deviceInfo property.voidsetEncryptedData(KeyManagementScheme.DUKPT.EncryptedData value)Sets the value of the encryptedData property.voidsetMode(KeyManagementScheme.DUKPT.Mode value)Sets the value of the mode property.voidsetOperation(OperationType value)Sets the value of the operation property.
-
-
-
Field Detail
-
operation
protected OperationType operation
-
mode
protected KeyManagementScheme.DUKPT.Mode mode
-
deviceInfo
protected KeyManagementScheme.DUKPT.DeviceInfo deviceInfo
-
encryptedData
protected KeyManagementScheme.DUKPT.EncryptedData encryptedData
-
-
Method Detail
-
getOperation
public OperationType getOperation()
Gets the value of the operation property.- Returns:
- possible object is
OperationType
-
setOperation
public void setOperation(OperationType value)
Sets the value of the operation property.- Parameters:
value- allowed object isOperationType
-
getMode
public KeyManagementScheme.DUKPT.Mode getMode()
Gets the value of the mode property.- Returns:
- possible object is
KeyManagementScheme.DUKPT.Mode
-
setMode
public void setMode(KeyManagementScheme.DUKPT.Mode value)
Sets the value of the mode property.- Parameters:
value- allowed object isKeyManagementScheme.DUKPT.Mode
-
getDeviceInfo
public KeyManagementScheme.DUKPT.DeviceInfo getDeviceInfo()
Gets the value of the deviceInfo property.- Returns:
- possible object is
KeyManagementScheme.DUKPT.DeviceInfo
-
setDeviceInfo
public void setDeviceInfo(KeyManagementScheme.DUKPT.DeviceInfo value)
Sets the value of the deviceInfo property.- Parameters:
value- allowed object isKeyManagementScheme.DUKPT.DeviceInfo
-
getEncryptedData
public KeyManagementScheme.DUKPT.EncryptedData getEncryptedData()
Gets the value of the encryptedData property.- Returns:
- possible object is
KeyManagementScheme.DUKPT.EncryptedData
-
setEncryptedData
public void setEncryptedData(KeyManagementScheme.DUKPT.EncryptedData value)
Sets the value of the encryptedData property.- Parameters:
value- allowed object isKeyManagementScheme.DUKPT.EncryptedData
-
-