Class DirectDebitTransaction4
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_01.DirectDebitTransaction4
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentification11
protected MandateRelatedInformation4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cdtrSchmeId property.Gets the value of the mndtRltdInf property.void
Sets the value of the cdtrSchmeId property.void
Sets the value of the mndtRltdInf property.
-
Field Details
-
mndtRltdInf
-
cdtrSchmeId
-
-
Constructor Details
-
DirectDebitTransaction4
public DirectDebitTransaction4()
-
-
Method Details
-
getMndtRltdInf
Gets the value of the mndtRltdInf property.- Returns:
- possible object is
MandateRelatedInformation4
-
setMndtRltdInf
Sets the value of the mndtRltdInf property.- Parameters:
value
- allowed object isMandateRelatedInformation4
-
getCdtrSchmeId
Gets the value of the cdtrSchmeId property.- Returns:
- possible object is
PartyIdentification11
-
setCdtrSchmeId
Sets the value of the cdtrSchmeId property.- Parameters:
value
- allowed object isPartyIdentification11
-