Class CardPaymentContext30
java.lang.Object
org.coderic.iso20022.messages.casp.CardPaymentContext30
Java class for CardPaymentContext30 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CardPaymentContext30"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PmtCntxt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}PaymentContext29" minOccurs="0"/> <element name="SaleCntxt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}SaleContext4" minOccurs="0"/> <element name="DrctDbtCntxt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CardDirectDebit2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the drctDbtCntxt property.Gets the value of the pmtCntxt property.Gets the value of the saleCntxt property.void
setDrctDbtCntxt
(CardDirectDebit2 value) Sets the value of the drctDbtCntxt property.void
setPmtCntxt
(PaymentContext29 value) Sets the value of the pmtCntxt property.void
setSaleCntxt
(SaleContext4 value) Sets the value of the saleCntxt property.
-
Constructor Details
-
CardPaymentContext30
public CardPaymentContext30()
-
-
Method Details
-
getPmtCntxt
Gets the value of the pmtCntxt property.- Returns:
- possible object is
PaymentContext29
-
setPmtCntxt
Sets the value of the pmtCntxt property.- Parameters:
value
- allowed object isPaymentContext29
-
getSaleCntxt
Gets the value of the saleCntxt property.- Returns:
- possible object is
SaleContext4
-
setSaleCntxt
Sets the value of the saleCntxt property.- Parameters:
value
- allowed object isSaleContext4
-
getDrctDbtCntxt
Gets the value of the drctDbtCntxt property.- Returns:
- possible object is
CardDirectDebit2
-
setDrctDbtCntxt
Sets the value of the drctDbtCntxt property.- Parameters:
value
- allowed object isCardDirectDebit2
-