Class AcceptorCompletionAdviceResponse12
java.lang.Object
org.coderic.iso20022.messages.caaa.AcceptorCompletionAdviceResponse12
Java class for AcceptorCompletionAdviceResponse12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcceptorCompletionAdviceResponse12"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Envt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentEnvironment80"/> <element name="Tx" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}CardPaymentTransactionAdviceResponse8"/> <element name="TMSTrggr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}TMSTrigger1" minOccurs="0"/> <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnvt()
Gets the value of the envt property.Gets the value of the splmtryData property.Gets the value of the tmsTrggr property.getTx()
Gets the value of the tx property.void
setEnvt
(CardPaymentEnvironment80 value) Sets the value of the envt property.void
setTMSTrggr
(TMSTrigger1 value) Sets the value of the tmsTrggr property.void
Sets the value of the tx property.
-
Constructor Details
-
AcceptorCompletionAdviceResponse12
public AcceptorCompletionAdviceResponse12()
-
-
Method Details
-
getEnvt
Gets the value of the envt property.- Returns:
- possible object is
CardPaymentEnvironment80
-
setEnvt
Sets the value of the envt property.- Parameters:
value
- allowed object isCardPaymentEnvironment80
-
getTx
Gets the value of the tx property.- Returns:
- possible object is
CardPaymentTransactionAdviceResponse8
-
setTx
Sets the value of the tx property.- Parameters:
value
- allowed object isCardPaymentTransactionAdviceResponse8
-
getTMSTrggr
Gets the value of the tmsTrggr property.- Returns:
- possible object is
TMSTrigger1
-
setTMSTrggr
Sets the value of the tmsTrggr property.- Parameters:
value
- allowed object isTMSTrigger1
-
getSplmtryData
Gets the value of the splmtryData property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
set
method for the splmtryData property.For example, to add a new item, do as follows:
getSplmtryData().add(newItem);
Objects of the following type(s) are allowed in the list
SupplementaryData1
-