Class MandateRelatedData2Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_12.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:pain.002.001.12}MandateRelatedInformation15" minOccurs="0"/> <element name="CdtTrfMndt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}CreditTransferMandateData1" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CreditTransferMandateData1
protected MandateRelatedInformation15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtTrfMndt property.Gets the value of the drctDbtMndt property.void
Sets the value of the cdtTrfMndt property.void
Sets the value of the drctDbtMndt property.
-
Field Details
-
drctDbtMndt
-
cdtTrfMndt
-
-
Constructor Details
-
MandateRelatedData2Choice
public MandateRelatedData2Choice()
-
-
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
-