Class DeviceInitialisationCardReaderResponse2

java.lang.Object
org.coderic.iso20022.messages.casp.DeviceInitialisationCardReaderResponse2

public class DeviceInitialisationCardReaderResponse2 extends Object

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 Details

    • DeviceInitialisationCardReaderResponse2

      public DeviceInitialisationCardReaderResponse2()
  • Method Details

    • getCardNtryMd

      public CardDataReading8Code getCardNtryMd()
      Gets the value of the cardNtryMd property.
      Returns:
      possible object is CardDataReading8Code
    • setCardNtryMd

      public void setCardNtryMd(CardDataReading8Code value)
      Sets the value of the cardNtryMd property.
      Parameters:
      value - allowed object is CardDataReading8Code
    • getICCRstData

      public ICCResetData1 getICCRstData()
      Gets the value of the iccRstData property.
      Returns:
      possible object is ICCResetData1
    • setICCRstData

      public void setICCRstData(ICCResetData1 value)
      Sets the value of the iccRstData property.
      Parameters:
      value - allowed object is ICCResetData1
    • 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[]