Package net.authorize.api.contract.v1
Class KeyManagementScheme
- java.lang.Object
-
- net.authorize.api.contract.v1.KeyManagementScheme
-
public class KeyManagementScheme extends Object
Java class for KeyManagementScheme complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyManagementScheme"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DUKPT"> <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> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyManagementScheme.DUKPTJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected KeyManagementScheme.DUKPTdukpt
-
Constructor Summary
Constructors Constructor Description KeyManagementScheme()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyManagementScheme.DUKPTgetDUKPT()Gets the value of the dukpt property.voidsetDUKPT(KeyManagementScheme.DUKPT value)Sets the value of the dukpt property.
-
-
-
Field Detail
-
dukpt
protected KeyManagementScheme.DUKPT dukpt
-
-
Method Detail
-
getDUKPT
public KeyManagementScheme.DUKPT getDUKPT()
Gets the value of the dukpt property.- Returns:
- possible object is
KeyManagementScheme.DUKPT
-
setDUKPT
public void setDUKPT(KeyManagementScheme.DUKPT value)
Sets the value of the dukpt property.- Parameters:
value- allowed object isKeyManagementScheme.DUKPT
-
-