Class Acquirer7

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

public class Acquirer7 extends Object

Java class for Acquirer7 complex type.

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

 <complexType name="Acquirer7">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AcqrgInstn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
         <element name="Brnch" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max35Text" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Acquirer7

      public Acquirer7()
  • Method Details

    • getAcqrgInstn

      public String getAcqrgInstn()
      Gets the value of the acqrgInstn property.
      Returns:
      possible object is String
    • setAcqrgInstn

      public void setAcqrgInstn(String value)
      Sets the value of the acqrgInstn property.
      Parameters:
      value - allowed object is String
    • getBrnch

      public String getBrnch()
      Gets the value of the brnch property.
      Returns:
      possible object is String
    • setBrnch

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