Class MandateRelatedData3Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_002_001_14.MandateRelatedData3Choice
Java class for MandateRelatedData3Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MandateRelatedData3Choice">
<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.14}MandateRelatedInformation16" minOccurs="0"/>
<element name="CdtTrfMndt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.14}CreditTransferMandateData1" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CreditTransferMandateData1protected MandateRelatedInformation16 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtTrfMndt property.Gets the value of the drctDbtMndt property.voidSets the value of the cdtTrfMndt property.voidSets the value of the drctDbtMndt property.
-
Field Details
-
drctDbtMndt
-
cdtTrfMndt
-
-
Constructor Details
-
MandateRelatedData3Choice
public MandateRelatedData3Choice()
-
-
Method Details
-
getDrctDbtMndt
Gets the value of the drctDbtMndt property.- Returns:
- possible object is
MandateRelatedInformation16
-
setDrctDbtMndt
Sets the value of the drctDbtMndt property.- Parameters:
value- allowed object isMandateRelatedInformation16
-
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
-