Class ATMCustomerProfile2

java.lang.Object
org.coderic.iso20022.messages.catp.ATMCustomerProfile2

public class ATMCustomerProfile2 extends Object

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 Details

    • ATMCustomerProfile2

      public ATMCustomerProfile2()
  • Method Details

    • getPrflRef

      public String getPrflRef()
      Gets the value of the prflRef property.
      Returns:
      possible object is String
    • setPrflRef

      public void setPrflRef(String value)
      Sets the value of the prflRef property.
      Parameters:
      value - allowed object is String
    • getCstmrId

      public String getCstmrId()
      Gets the value of the cstmrId property.
      Returns:
      possible object is String
    • setCstmrId

      public void setCstmrId(String value)
      Sets the value of the cstmrId property.
      Parameters:
      value - allowed object is String