Class AcceptorCancellationAdviceResponse12
java.lang.Object
org.coderic.iso20022.messages.caaa.AcceptorCancellationAdviceResponse12
Java class for AcceptorCancellationAdviceResponse12 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AcceptorCancellationAdviceResponse12"> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnvt()
Gets the value of the envt 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
-
AcceptorCancellationAdviceResponse12
public AcceptorCancellationAdviceResponse12()
-
-
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
-