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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dukpt
protected KeyManagementScheme.DUKPT dukpt
KeyManagementScheme
public KeyManagementScheme()
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 is
KeyManagementScheme.DUKPT
Copyright © 2014. All Rights Reserved.