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:swift:xsd:$pain.008.002.01}MandateRelatedInformationSDD"/>
<element name="CdtrSchmeId" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD4"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyIdentificationSDD4 |
cdtrSchmeId |
protected MandateRelatedInformationSDD |
mndtRltdInf |
| Constructor and Description |
|---|
DirectDebitTransactionSDD() |
| Modifier and Type | Method and Description |
|---|---|
PartyIdentificationSDD4 |
getCdtrSchmeId()
Ruft den Wert der cdtrSchmeId-Eigenschaft ab.
|
MandateRelatedInformationSDD |
getMndtRltdInf()
Ruft den Wert der mndtRltdInf-Eigenschaft ab.
|
void |
setCdtrSchmeId(PartyIdentificationSDD4 value)
Legt den Wert der cdtrSchmeId-Eigenschaft fest.
|
void |
setMndtRltdInf(MandateRelatedInformationSDD value)
Legt den Wert der mndtRltdInf-Eigenschaft fest.
|
protected MandateRelatedInformationSDD mndtRltdInf
protected PartyIdentificationSDD4 cdtrSchmeId
public MandateRelatedInformationSDD getMndtRltdInf()
MandateRelatedInformationSDDpublic void setMndtRltdInf(MandateRelatedInformationSDD value)
value - allowed object is
MandateRelatedInformationSDDpublic PartyIdentificationSDD4 getCdtrSchmeId()
PartyIdentificationSDD4public void setCdtrSchmeId(PartyIdentificationSDD4 value)
value - allowed object is
PartyIdentificationSDD4Copyright © 2017. All rights reserved.