Class AmendmentInformationDetailsSDD
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_008_001_02.AmendmentInformationDetailsSDD
Java class for AmendmentInformationDetailsSDD complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmendmentInformationDetailsSDD"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlMndtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}RestrictedIdentificationSEPA1" minOccurs="0"/> <element name="OrgnlCdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}PartyIdentificationSEPA4" minOccurs="0"/> <element name="OrgnlDbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}CashAccountSEPAMandate" minOccurs="0"/> <element name="OrgnlDbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.008.001.02}BranchAndFinancialInstitutionIdentificationSEPA2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PartyIdentificationSEPA4
protected CashAccountSEPAMandate
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orgnlCdtrSchmeId property.Gets the value of the orgnlDbtrAcct property.Gets the value of the orgnlDbtrAgt property.Gets the value of the orgnlMndtId property.void
Sets the value of the orgnlCdtrSchmeId property.void
Sets the value of the orgnlDbtrAcct property.void
Sets the value of the orgnlDbtrAgt property.void
setOrgnlMndtId
(String value) Sets the value of the orgnlMndtId property.
-
Field Details
-
orgnlMndtId
-
orgnlCdtrSchmeId
-
orgnlDbtrAcct
-
orgnlDbtrAgt
-
-
Constructor Details
-
AmendmentInformationDetailsSDD
public AmendmentInformationDetailsSDD()
-
-
Method Details
-
getOrgnlMndtId
Gets the value of the orgnlMndtId property.- Returns:
- possible object is
String
-
setOrgnlMndtId
Sets the value of the orgnlMndtId property.- Parameters:
value
- allowed object isString
-
getOrgnlCdtrSchmeId
Gets the value of the orgnlCdtrSchmeId property.- Returns:
- possible object is
PartyIdentificationSEPA4
-
setOrgnlCdtrSchmeId
Sets the value of the orgnlCdtrSchmeId property.- Parameters:
value
- allowed object isPartyIdentificationSEPA4
-
getOrgnlDbtrAcct
Gets the value of the orgnlDbtrAcct property.- Returns:
- possible object is
CashAccountSEPAMandate
-
setOrgnlDbtrAcct
Sets the value of the orgnlDbtrAcct property.- Parameters:
value
- allowed object isCashAccountSEPAMandate
-
getOrgnlDbtrAgt
Gets the value of the orgnlDbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSEPA2
-
setOrgnlDbtrAgt
Sets the value of the orgnlDbtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentificationSEPA2
-