Class DirectDebitTransactionSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_02.DirectDebitTransactionSDD
Java class for DirectDebitTransactionSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectDebitTransactionSDD">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MndtRltdInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}MandateRelatedInformationSDD"/>
<element name="CdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA3" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentificationSEPA3protected MandateRelatedInformationSDD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtrSchmeId property.Gets the value of the mndtRltdInf property.voidSets the value of the cdtrSchmeId property.voidSets the value of the mndtRltdInf property.
-
Field Details
-
mndtRltdInf
-
cdtrSchmeId
-
-
Constructor Details
-
DirectDebitTransactionSDD
public DirectDebitTransactionSDD()
-
-
Method Details
-
getMndtRltdInf
Gets the value of the mndtRltdInf property.- Returns:
- possible object is
MandateRelatedInformationSDD
-
setMndtRltdInf
Sets the value of the mndtRltdInf property.- Parameters:
value- allowed object isMandateRelatedInformationSDD
-
getCdtrSchmeId
Gets the value of the cdtrSchmeId property.- Returns:
- possible object is
PartyIdentificationSEPA3
-
setCdtrSchmeId
Sets the value of the cdtrSchmeId property.- Parameters:
value- allowed object isPartyIdentificationSEPA3
-