Class CardDirectDebit2
java.lang.Object
org.coderic.iso20022.messages.casp.CardDirectDebit2
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtrId property.Gets the value of the dbtrId property.Gets the value of the mndtRltdInf property.void
Sets the value of the cdtrId property.void
Sets the value of the dbtrId property.void
Sets the value of the mndtRltdInf property.
-
Constructor Details
-
CardDirectDebit2
public CardDirectDebit2()
-
-
Method Details
-
getDbtrId
Gets the value of the dbtrId property.- Returns:
- possible object is
Debtor4
-
setDbtrId
Sets the value of the dbtrId property.- Parameters:
value
- allowed object isDebtor4
-
getCdtrId
Gets the value of the cdtrId property.- Returns:
- possible object is
Creditor4
-
setCdtrId
Sets the value of the cdtrId property.- Parameters:
value
- allowed object isCreditor4
-
getMndtRltdInf
Gets the value of the mndtRltdInf property.- Returns:
- possible object is
MandateRelatedInformation13
-
setMndtRltdInf
Sets the value of the mndtRltdInf property.- Parameters:
value
- allowed object isMandateRelatedInformation13
-