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.003.02}MandateRelatedInformationSDD"/> <element name="CdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.003.02}PartyIdentificationSEPA3" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected PartyIdentificationSEPA3 |
cdtrSchmeId |
|
protected MandateRelatedInformationSDD |
mndtRltdInf |
Constructor | Description |
---|---|
DirectDebitTransactionSDD() |
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.
|
protected MandateRelatedInformationSDD mndtRltdInf
protected PartyIdentificationSEPA3 cdtrSchmeId
public MandateRelatedInformationSDD getMndtRltdInf()
MandateRelatedInformationSDD
public void setMndtRltdInf(MandateRelatedInformationSDD value)
value
- allowed object is
MandateRelatedInformationSDD
public PartyIdentificationSEPA3 getCdtrSchmeId()
PartyIdentificationSEPA3
public void setCdtrSchmeId(PartyIdentificationSEPA3 value)
value
- allowed object is
PartyIdentificationSEPA3
Copyright © 2018. All rights reserved.