Class Acquirer8
java.lang.Object
org.coderic.iso20022.messages.catp.Acquirer8
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the applVrsn property.getId()
Gets the value of the id property.void
setApplVrsn
(String value) Sets the value of the applVrsn property.void
Sets the value of the id property.
-
Constructor Details
-
Acquirer8
public Acquirer8()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getApplVrsn
Gets the value of the applVrsn property.- Returns:
- possible object is
String
-
setApplVrsn
Sets the value of the applVrsn property.- Parameters:
value
- allowed object isString
-