Class ATMCustomerProfile2
java.lang.Object
org.coderic.iso20022.messages.catp.ATMCustomerProfile2
Java class for ATMCustomerProfile2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ATMCustomerProfile2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PrflRef" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> <element name="CstmrId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cstmrId property.Gets the value of the prflRef property.void
setCstmrId
(String value) Sets the value of the cstmrId property.void
setPrflRef
(String value) Sets the value of the prflRef property.
-
Constructor Details
-
ATMCustomerProfile2
public ATMCustomerProfile2()
-
-
Method Details
-
getPrflRef
Gets the value of the prflRef property.- Returns:
- possible object is
String
-
setPrflRef
Sets the value of the prflRef property.- Parameters:
value
- allowed object isString
-
getCstmrId
Gets the value of the cstmrId property.- Returns:
- possible object is
String
-
setCstmrId
Sets the value of the cstmrId property.- Parameters:
value
- allowed object isString
-