net.authorize.api.contract.v1
Class KeyManagementScheme

java.lang.Object
  extended by 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
static class KeyManagementScheme.DUKPT
          Java class for anonymous complex type.
 
Field Summary
protected  KeyManagementScheme.DUKPT dukpt
           
 
Constructor Summary
KeyManagementScheme()
           
 
Method Summary
 KeyManagementScheme.DUKPT getDUKPT()
          Gets the value of the dukpt property.
 void setDUKPT(KeyManagementScheme.DUKPT value)
          Sets the value of the dukpt property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dukpt

protected KeyManagementScheme.DUKPT dukpt
Constructor Detail

KeyManagementScheme

public KeyManagementScheme()
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 is KeyManagementScheme.DUKPT


Copyright © 2014. All Rights Reserved.