|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.KeyManagementScheme.DUKPT.Mode
public static class KeyManagementScheme.DUKPT.Mode
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>
| Field Summary | |
|---|---|
protected String |
data
|
protected String |
pin
|
| Constructor Summary | |
|---|---|
KeyManagementScheme.DUKPT.Mode()
|
|
| Method Summary | |
|---|---|
String |
getData()
Gets the value of the data property. |
String |
getPIN()
Gets the value of the pin property. |
void |
setData(String value)
Sets the value of the data property. |
void |
setPIN(String value)
Sets the value of the pin property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String pin
protected String data
| Constructor Detail |
|---|
public KeyManagementScheme.DUKPT.Mode()
| Method Detail |
|---|
public String getPIN()
Stringpublic void setPIN(String value)
value - allowed object is
Stringpublic String getData()
Stringpublic void setData(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||