Class DirectDebitTransactionSDD
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_008_002_01.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:swift:xsd:$pain.008.002.01}MandateRelatedInformationSDD"/> <element name="CdtrSchmeId" type="{urn:swift:xsd:$pain.008.002.01}PartyIdentificationSDD4"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartyIdentificationSDD4
cdtrSchmeId
protected MandateRelatedInformationSDD
mndtRltdInf
-
Constructor Summary
Constructors Constructor Description DirectDebitTransactionSDD()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyIdentificationSDD4
getCdtrSchmeId()
Gets the value of the cdtrSchmeId property.MandateRelatedInformationSDD
getMndtRltdInf()
Gets the value of the mndtRltdInf property.void
setCdtrSchmeId(PartyIdentificationSDD4 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 PartyIdentificationSDD4 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 PartyIdentificationSDD4 getCdtrSchmeId()
Gets the value of the cdtrSchmeId property.- Returns:
- possible object is
PartyIdentificationSDD4
-
setCdtrSchmeId
public void setCdtrSchmeId(PartyIdentificationSDD4 value)
Sets the value of the cdtrSchmeId property.- Parameters:
value
- allowed object isPartyIdentificationSDD4
-
-