Class DeviceSendApplicationProtocolDataUnitCardReaderResponse1

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

public class DeviceSendApplicationProtocolDataUnitCardReaderResponse1 extends Object

Java class for DeviceSendApplicationProtocolDataUnitCardReaderResponse1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DeviceSendApplicationProtocolDataUnitCardReaderResponse1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Data" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min1Max256Binary" minOccurs="0"/>
         <element name="CardSts" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Min1Max256Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • DeviceSendApplicationProtocolDataUnitCardReaderResponse1

      public DeviceSendApplicationProtocolDataUnitCardReaderResponse1()
  • Method Details

    • getData

      public byte[] getData()
      Gets the value of the data property.
      Returns:
      possible object is byte[]
    • setData

      public void setData(byte[] value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is byte[]
    • getCardSts

      public byte[] getCardSts()
      Gets the value of the cardSts property.
      Returns:
      possible object is byte[]
    • setCardSts

      public void setCardSts(byte[] value)
      Sets the value of the cardSts property.
      Parameters:
      value - allowed object is byte[]