Class Acquirer8

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

public class Acquirer8 extends Object

Java class for Acquirer8 complex type.

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

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

    • Acquirer8

      public Acquirer8()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getApplVrsn

      public String getApplVrsn()
      Gets the value of the applVrsn property.
      Returns:
      possible object is String
    • setApplVrsn

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