Class DeviceSecureInputResponse6

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

public class DeviceSecureInputResponse6 extends Object

Java class for DeviceSecureInputResponse6 complex type.

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

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

    • DeviceSecureInputResponse6

      public DeviceSecureInputResponse6()
  • Method Details

    • getCrdhldrPIN

      public OnLinePIN11 getCrdhldrPIN()
      Gets the value of the crdhldrPIN property.
      Returns:
      possible object is OnLinePIN11
    • setCrdhldrPIN

      public void setCrdhldrPIN(OnLinePIN11 value)
      Sets the value of the crdhldrPIN property.
      Parameters:
      value - allowed object is OnLinePIN11