Class CardPaymentDataSet35
java.lang.Object
org.coderic.iso20022.messages.caaa.CardPaymentDataSet35
Java class for CardPaymentDataSet35 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardPaymentDataSet35"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="TxSeqCntr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max9NumericText"/> <element name="TxRspn" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}ResponseType10"/> <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}CardPaymentTransactionAdviceResponse5"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnvt()
Gets the value of the envt property.getTx()
Gets the value of the tx property.Gets the value of the txRspn property.Gets the value of the txSeqCntr property.void
setEnvt
(CardPaymentEnvironment80 value) Sets the value of the envt property.void
Sets the value of the tx property.void
setTxRspn
(ResponseType10 value) Sets the value of the txRspn property.void
setTxSeqCntr
(String value) Sets the value of the txSeqCntr property.
-
Constructor Details
-
CardPaymentDataSet35
public CardPaymentDataSet35()
-
-
Method Details
-
getTxSeqCntr
Gets the value of the txSeqCntr property.- Returns:
- possible object is
String
-
setTxSeqCntr
Sets the value of the txSeqCntr property.- Parameters:
value
- allowed object isString
-
getTxRspn
Gets the value of the txRspn property.- Returns:
- possible object is
ResponseType10
-
setTxRspn
Sets the value of the txRspn property.- Parameters:
value
- allowed object isResponseType10
-
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
CardPaymentTransactionAdviceResponse5
-
setTx
Sets the value of the tx property.- Parameters:
value
- allowed object isCardPaymentTransactionAdviceResponse5
-