Class Acquirer7
java.lang.Object
org.coderic.iso20022.messages.catp.Acquirer7
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the acqrgInstn property.getBrnch()
Gets the value of the brnch property.void
setAcqrgInstn
(String value) Sets the value of the acqrgInstn property.void
Sets the value of the brnch property.
-
Constructor Details
-
Acquirer7
public Acquirer7()
-
-
Method Details
-
getAcqrgInstn
Gets the value of the acqrgInstn property.- Returns:
- possible object is
String
-
setAcqrgInstn
Sets the value of the acqrgInstn property.- Parameters:
value
- allowed object isString
-
getBrnch
Gets the value of the brnch property.- Returns:
- possible object is
String
-
setBrnch
Sets the value of the brnch property.- Parameters:
value
- allowed object isString
-