Class ATMCustomer5
java.lang.Object
org.coderic.iso20022.messages.catp.ATMCustomer5
Java class for ATMCustomer5 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMCustomer5"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Prfl" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ATMCustomerProfile2" minOccurs="0"/> <element name="AuthntcnRslt" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}TransactionVerificationResult5" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authntcnRslt property.getPrfl()
Gets the value of the prfl property.void
setPrfl
(ATMCustomerProfile2 value) Sets the value of the prfl property.
-
Constructor Details
-
ATMCustomer5
public ATMCustomer5()
-
-
Method Details
-
getPrfl
Gets the value of the prfl property.- Returns:
- possible object is
ATMCustomerProfile2
-
setPrfl
Sets the value of the prfl property.- Parameters:
value
- allowed object isATMCustomerProfile2
-
getAuthntcnRslt
Gets the value of the authntcnRslt property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the authntcnRslt property.For example, to add a new item, do as follows:
getAuthntcnRslt().add(newItem);
Objects of the following type(s) are allowed in the list
TransactionVerificationResult5
-