Class DirectDebitTransactionSDD
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_001_02.DirectDebitTransactionSDD
-
public class DirectDebitTransactionSDD extends java.lang.Object
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
Fields Modifier and Type Field Description protected PartyIdentificationSEPA3
cdtrSchmeId
protected MandateRelatedInformationSDD
mndtRltdInf
-
Constructor Summary
Constructors Constructor Description DirectDebitTransactionSDD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyIdentificationSEPA3
getCdtrSchmeId()
Gets the value of the cdtrSchmeId property.MandateRelatedInformationSDD
getMndtRltdInf()
Gets the value of the mndtRltdInf property.void
setCdtrSchmeId(PartyIdentificationSEPA3 value)
Sets the value of the cdtrSchmeId property.void
setMndtRltdInf(MandateRelatedInformationSDD value)
Sets the value of the mndtRltdInf property.
-
-
-
Field Detail
-
mndtRltdInf
protected MandateRelatedInformationSDD mndtRltdInf
-
cdtrSchmeId
protected PartyIdentificationSEPA3 cdtrSchmeId
-
-
Method Detail
-
getMndtRltdInf
public MandateRelatedInformationSDD getMndtRltdInf()
Gets the value of the mndtRltdInf property.- Returns:
- possible object is
MandateRelatedInformationSDD
-
setMndtRltdInf
public void setMndtRltdInf(MandateRelatedInformationSDD value)
Sets the value of the mndtRltdInf property.- Parameters:
value
- allowed object isMandateRelatedInformationSDD
-
getCdtrSchmeId
public PartyIdentificationSEPA3 getCdtrSchmeId()
Gets the value of the cdtrSchmeId property.- Returns:
- possible object is
PartyIdentificationSEPA3
-
setCdtrSchmeId
public void setCdtrSchmeId(PartyIdentificationSEPA3 value)
Sets the value of the cdtrSchmeId property.- Parameters:
value
- allowed object isPartyIdentificationSEPA3
-
-