public class DirectDebitTransaction4
extends java.lang.Object
Java class for DirectDebitTransaction4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectDebitTransaction4">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MndtRltdInf" type="{urn:sepade:xsd:pain.008.001.01}MandateRelatedInformation4"/>
<element name="CdtrSchmeId" type="{urn:sepade:xsd:pain.008.001.01}PartyIdentification11"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field | Description |
|---|---|---|
protected PartyIdentification11 |
cdtrSchmeId |
|
protected MandateRelatedInformation4 |
mndtRltdInf |
| Constructor | Description |
|---|---|
DirectDebitTransaction4() |
| Modifier and Type | Method | Description |
|---|---|---|
PartyIdentification11 |
getCdtrSchmeId() |
Gets the value of the cdtrSchmeId property.
|
MandateRelatedInformation4 |
getMndtRltdInf() |
Gets the value of the mndtRltdInf property.
|
void |
setCdtrSchmeId(PartyIdentification11 value) |
Sets the value of the cdtrSchmeId property.
|
void |
setMndtRltdInf(MandateRelatedInformation4 value) |
Sets the value of the mndtRltdInf property.
|
protected MandateRelatedInformation4 mndtRltdInf
protected PartyIdentification11 cdtrSchmeId
public MandateRelatedInformation4 getMndtRltdInf()
MandateRelatedInformation4public void setMndtRltdInf(MandateRelatedInformation4 value)
value - allowed object is
MandateRelatedInformation4public PartyIdentification11 getCdtrSchmeId()
PartyIdentification11public void setCdtrSchmeId(PartyIdentification11 value)
value - allowed object is
PartyIdentification11Copyright © 2018. All rights reserved.