Class CardPaymentContext30

java.lang.Object
org.coderic.iso20022.messages.casp.CardPaymentContext30

public class CardPaymentContext30 extends Object

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 Details

    • CardPaymentContext30

      public CardPaymentContext30()
  • Method Details

    • getPmtCntxt

      public PaymentContext29 getPmtCntxt()
      Gets the value of the pmtCntxt property.
      Returns:
      possible object is PaymentContext29
    • setPmtCntxt

      public void setPmtCntxt(PaymentContext29 value)
      Sets the value of the pmtCntxt property.
      Parameters:
      value - allowed object is PaymentContext29
    • getSaleCntxt

      public SaleContext4 getSaleCntxt()
      Gets the value of the saleCntxt property.
      Returns:
      possible object is SaleContext4
    • setSaleCntxt

      public void setSaleCntxt(SaleContext4 value)
      Sets the value of the saleCntxt property.
      Parameters:
      value - allowed object is SaleContext4
    • getDrctDbtCntxt

      public CardDirectDebit2 getDrctDbtCntxt()
      Gets the value of the drctDbtCntxt property.
      Returns:
      possible object is CardDirectDebit2
    • setDrctDbtCntxt

      public void setDrctDbtCntxt(CardDirectDebit2 value)
      Sets the value of the drctDbtCntxt property.
      Parameters:
      value - allowed object is CardDirectDebit2