Class MandateRelatedData2Choice
java.lang.Object
org.coderic.iso20022.messages.camt.MandateRelatedData2Choice
Java class for MandateRelatedData2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateRelatedData2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="DrctDbtMndt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}MandateRelatedInformation15" minOccurs="0"/> <element name="CdtTrfMndt" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CreditTransferMandateData1" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Details
-
Method Details
-
getDrctDbtMndt
Gets the value of the drctDbtMndt property.- Returns:
- possible object is
MandateRelatedInformation15
-
setDrctDbtMndt
Sets the value of the drctDbtMndt property.- Parameters:
value
- allowed object isMandateRelatedInformation15
-
getCdtTrfMndt
Gets the value of the cdtTrfMndt property.- Returns:
- possible object is
CreditTransferMandateData1
-
setCdtTrfMndt
Sets the value of the cdtTrfMndt property.- Parameters:
value
- allowed object isCreditTransferMandateData1
-