Class DeviceSecureInputResponse6
java.lang.Object
org.coderic.iso20022.messages.casp.DeviceSecureInputResponse6
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the crdhldrPIN property.void
setCrdhldrPIN
(OnLinePIN11 value) Sets the value of the crdhldrPIN property.
-
Constructor Details
-
DeviceSecureInputResponse6
public DeviceSecureInputResponse6()
-
-
Method Details
-
getCrdhldrPIN
Gets the value of the crdhldrPIN property.- Returns:
- possible object is
OnLinePIN11
-
setCrdhldrPIN
Sets the value of the crdhldrPIN property.- Parameters:
value
- allowed object isOnLinePIN11
-