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>
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyManagementScheme.DUKPT
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyManagementScheme.DUKPT |
dukpt |
| Constructor and Description |
|---|
KeyManagementScheme() |
| Modifier and Type | Method and Description |
|---|---|
KeyManagementScheme.DUKPT |
getDUKPT()
Gets the value of the dukpt property.
|
void |
setDUKPT(KeyManagementScheme.DUKPT value)
Sets the value of the dukpt property.
|
protected KeyManagementScheme.DUKPT dukpt
public KeyManagementScheme.DUKPT getDUKPT()
KeyManagementScheme.DUKPTpublic void setDUKPT(KeyManagementScheme.DUKPT value)
value - allowed object is
KeyManagementScheme.DUKPTCopyright © 2021. All rights reserved.