Package com.adyen.model.nexo
Class ICCResetData
- java.lang.Object
-
- com.adyen.model.nexo.ICCResetData
-
public class ICCResetData extends Object
Definition: Data of a Chip Card related to the reset of the chip. -- Usage: Card reader device requestJava class for ICCResetData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ICCResetData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="ATRValue" type="{}ATRValue" /> <attribute name="CardStatusWords" type="{}CardStatusWords" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]atrValueThe Atr value.protected byte[]cardStatusWordsThe Card status words.
-
Constructor Summary
Constructors Constructor Description ICCResetData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getATRValue()Gets the value of the atrValue property.byte[]getCardStatusWords()Gets the value of the cardStatusWords property.voidsetATRValue(byte[] value)Sets the value of the atrValue property.voidsetCardStatusWords(byte[] value)Sets the value of the cardStatusWords property.
-
-
-
Method Detail
-
getATRValue
public byte[] getATRValue()
Gets the value of the atrValue property.- Returns:
- possible object is byte[]
-
setATRValue
public void setATRValue(byte[] value)
Sets the value of the atrValue property.- Parameters:
value- allowed object is byte[]
-
getCardStatusWords
public byte[] getCardStatusWords()
Gets the value of the cardStatusWords property.- Returns:
- possible object is byte[]
-
setCardStatusWords
public void setCardStatusWords(byte[] value)
Sets the value of the cardStatusWords property.- Parameters:
value- allowed object is byte[]
-
-