Class Acquirer10
java.lang.Object
org.coderic.iso20022.messages.casp.Acquirer10
Java class for Acquirer10 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Acquirer10"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}GenericIdentification177" minOccurs="0"/> <element name="ParamsVrsn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max256Text" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Gets the value of the id property.Gets the value of the paramsVrsn property.void
setId
(GenericIdentification177 value) Sets the value of the id property.void
setParamsVrsn
(String value) Sets the value of the paramsVrsn property.
-
Constructor Details
-
Acquirer10
public Acquirer10()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
GenericIdentification177
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isGenericIdentification177
-
getParamsVrsn
Gets the value of the paramsVrsn property.- Returns:
- possible object is
String
-
setParamsVrsn
Sets the value of the paramsVrsn property.- Parameters:
value
- allowed object isString
-