public static class KeyManagementScheme.DUKPT.Mode
extends java.lang.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="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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
data |
protected java.lang.String |
pin |
| Constructor and Description |
|---|
KeyManagementScheme.DUKPT.Mode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getData()
Gets the value of the data property.
|
java.lang.String |
getPIN()
Gets the value of the pin property.
|
void |
setData(java.lang.String value)
Sets the value of the data property.
|
void |
setPIN(java.lang.String value)
Sets the value of the pin property.
|
public java.lang.String getPIN()
Stringpublic void setPIN(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getData()
Stringpublic void setData(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.