net.authorize.api.contract.v1
Class KeyManagementScheme.DUKPT

java.lang.Object
  extended by 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
static class KeyManagementScheme.DUKPT.DeviceInfo
          Java class for anonymous complex type.
static class KeyManagementScheme.DUKPT.EncryptedData
          Java class for anonymous complex type.
static class KeyManagementScheme.DUKPT.Mode
          Java class for anonymous complex type.
 
Field Summary
protected  KeyManagementScheme.DUKPT.DeviceInfo deviceInfo
           
protected  KeyManagementScheme.DUKPT.EncryptedData encryptedData
           
protected  KeyManagementScheme.DUKPT.Mode mode
           
protected  OperationType operation
           
 
Constructor Summary
KeyManagementScheme.DUKPT()
           
 
Method Summary
 KeyManagementScheme.DUKPT.DeviceInfo getDeviceInfo()
          Gets the value of the deviceInfo property.
 KeyManagementScheme.DUKPT.EncryptedData getEncryptedData()
          Gets the value of the encryptedData property.
 KeyManagementScheme.DUKPT.Mode getMode()
          Gets the value of the mode property.
 OperationType getOperation()
          Gets the value of the operation property.
 void setDeviceInfo(KeyManagementScheme.DUKPT.DeviceInfo value)
          Sets the value of the deviceInfo property.
 void setEncryptedData(KeyManagementScheme.DUKPT.EncryptedData value)
          Sets the value of the encryptedData property.
 void setMode(KeyManagementScheme.DUKPT.Mode value)
          Sets the value of the mode property.
 void setOperation(OperationType value)
          Sets the value of the operation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

protected OperationType operation

mode

protected KeyManagementScheme.DUKPT.Mode mode

deviceInfo

protected KeyManagementScheme.DUKPT.DeviceInfo deviceInfo

encryptedData

protected KeyManagementScheme.DUKPT.EncryptedData encryptedData
Constructor Detail

KeyManagementScheme.DUKPT

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

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 is KeyManagementScheme.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 is KeyManagementScheme.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 is KeyManagementScheme.DUKPT.EncryptedData


Copyright © 2014. All Rights Reserved.