Class DeviceInitialisationCardReaderResponse2
java.lang.Object
org.coderic.iso20022.messages.casp.DeviceInitialisationCardReaderResponse2
Java class for DeviceInitialisationCardReaderResponse2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceInitialisationCardReaderResponse2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CardNtryMd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardDataReading8Code" minOccurs="0"/>
<element name="ICCRstData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ICCResetData1" minOccurs="0"/>
<element name="AddtlInf" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max10000Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the addtlInf property.Gets the value of the cardNtryMd property.Gets the value of the iccRstData property.voidsetAddtlInf(byte[] value) Sets the value of the addtlInf property.voidSets the value of the cardNtryMd property.voidsetICCRstData(ICCResetData1 value) Sets the value of the iccRstData property.
-
Constructor Details
-
DeviceInitialisationCardReaderResponse2
public DeviceInitialisationCardReaderResponse2()
-
-
Method Details
-
getCardNtryMd
Gets the value of the cardNtryMd property.- Returns:
- possible object is
CardDataReading8Code
-
setCardNtryMd
Sets the value of the cardNtryMd property.- Parameters:
value- allowed object isCardDataReading8Code
-
getICCRstData
Gets the value of the iccRstData property.- Returns:
- possible object is
ICCResetData1
-
setICCRstData
Sets the value of the iccRstData property.- Parameters:
value- allowed object isICCResetData1
-
getAddtlInf
public byte[] getAddtlInf()Gets the value of the addtlInf property.- Returns:
- possible object is byte[]
-
setAddtlInf
public void setAddtlInf(byte[] value) Sets the value of the addtlInf property.- Parameters:
value- allowed object is byte[]
-