Class CardDirectDebit2

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

public class CardDirectDebit2 extends Object

Java class for CardDirectDebit2 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CardDirectDebit2">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DbtrId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Debtor4" minOccurs="0"/>
         <element name="CdtrId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Creditor4"/>
         <element name="MndtRltdInf" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}MandateRelatedInformation13"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • CardDirectDebit2

      public CardDirectDebit2()
  • Method Details

    • getDbtrId

      public Debtor4 getDbtrId()
      Gets the value of the dbtrId property.
      Returns:
      possible object is Debtor4
    • setDbtrId

      public void setDbtrId(Debtor4 value)
      Sets the value of the dbtrId property.
      Parameters:
      value - allowed object is Debtor4
    • getCdtrId

      public Creditor4 getCdtrId()
      Gets the value of the cdtrId property.
      Returns:
      possible object is Creditor4
    • setCdtrId

      public void setCdtrId(Creditor4 value)
      Sets the value of the cdtrId property.
      Parameters:
      value - allowed object is Creditor4
    • getMndtRltdInf

      public MandateRelatedInformation13 getMndtRltdInf()
      Gets the value of the mndtRltdInf property.
      Returns:
      possible object is MandateRelatedInformation13
    • setMndtRltdInf

      public void setMndtRltdInf(MandateRelatedInformation13 value)
      Sets the value of the mndtRltdInf property.
      Parameters:
      value - allowed object is MandateRelatedInformation13