public class DirectDebitTransactionSDD extends Object
Java-Klasse für DirectDebitTransactionSDD complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentificationSEPA3 |
cdtrSchmeId |
protected MandateRelatedInformationSDD |
mndtRltdInf |
| Constructor and Description |
|---|
DirectDebitTransactionSDD() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSEPA3 |
getCdtrSchmeId()
Ruft den Wert der cdtrSchmeId-Eigenschaft ab.
|
MandateRelatedInformationSDD |
getMndtRltdInf()
Ruft den Wert der mndtRltdInf-Eigenschaft ab.
|
void |
setCdtrSchmeId(PartyIdentificationSEPA3 value)
Legt den Wert der cdtrSchmeId-Eigenschaft fest.
|
void |
setMndtRltdInf(MandateRelatedInformationSDD value)
Legt den Wert der mndtRltdInf-Eigenschaft fest.
|
protected MandateRelatedInformationSDD mndtRltdInf
protected PartyIdentificationSEPA3 cdtrSchmeId
public MandateRelatedInformationSDD getMndtRltdInf()
MandateRelatedInformationSDDpublic void setMndtRltdInf(MandateRelatedInformationSDD value)
value - allowed object is
MandateRelatedInformationSDDpublic PartyIdentificationSEPA3 getCdtrSchmeId()
PartyIdentificationSEPA3public void setCdtrSchmeId(PartyIdentificationSEPA3 value)
value - allowed object is
PartyIdentificationSEPA3Copyright © 2018. All rights reserved.