Class AmendmentInformationDetailsSEPA
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_003_03.AmendmentInformationDetailsSEPA
-
public class AmendmentInformationDetailsSEPA extends java.lang.ObjectJava class for AmendmentInformationDetailsSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmendmentInformationDetailsSEPA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlMndtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}Max35Text" minOccurs="0"/> <element name="OrgnlCdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}PartyIdentificationSEPA4" minOccurs="0"/> <element name="OrgnlDbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}CashAccountSEPA2" minOccurs="0"/> <element name="OrgnlDbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.003.03}BranchAndFinancialInstitutionIdentificationSEPA2" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartyIdentificationSEPA4orgnlCdtrSchmeIdprotected CashAccountSEPA2orgnlDbtrAcctprotected BranchAndFinancialInstitutionIdentificationSEPA2orgnlDbtrAgtprotected java.lang.StringorgnlMndtId
-
Constructor Summary
Constructors Constructor Description AmendmentInformationDetailsSEPA()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyIdentificationSEPA4getOrgnlCdtrSchmeId()Gets the value of the orgnlCdtrSchmeId property.CashAccountSEPA2getOrgnlDbtrAcct()Gets the value of the orgnlDbtrAcct property.BranchAndFinancialInstitutionIdentificationSEPA2getOrgnlDbtrAgt()Gets the value of the orgnlDbtrAgt property.java.lang.StringgetOrgnlMndtId()Gets the value of the orgnlMndtId property.voidsetOrgnlCdtrSchmeId(PartyIdentificationSEPA4 value)Sets the value of the orgnlCdtrSchmeId property.voidsetOrgnlDbtrAcct(CashAccountSEPA2 value)Sets the value of the orgnlDbtrAcct property.voidsetOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)Sets the value of the orgnlDbtrAgt property.voidsetOrgnlMndtId(java.lang.String value)Sets the value of the orgnlMndtId property.
-
-
-
Field Detail
-
orgnlMndtId
protected java.lang.String orgnlMndtId
-
orgnlCdtrSchmeId
protected PartyIdentificationSEPA4 orgnlCdtrSchmeId
-
orgnlDbtrAcct
protected CashAccountSEPA2 orgnlDbtrAcct
-
orgnlDbtrAgt
protected BranchAndFinancialInstitutionIdentificationSEPA2 orgnlDbtrAgt
-
-
Method Detail
-
getOrgnlMndtId
public java.lang.String getOrgnlMndtId()
Gets the value of the orgnlMndtId property.- Returns:
- possible object is
String
-
setOrgnlMndtId
public void setOrgnlMndtId(java.lang.String value)
Sets the value of the orgnlMndtId property.- Parameters:
value- allowed object isString
-
getOrgnlCdtrSchmeId
public PartyIdentificationSEPA4 getOrgnlCdtrSchmeId()
Gets the value of the orgnlCdtrSchmeId property.- Returns:
- possible object is
PartyIdentificationSEPA4
-
setOrgnlCdtrSchmeId
public void setOrgnlCdtrSchmeId(PartyIdentificationSEPA4 value)
Sets the value of the orgnlCdtrSchmeId property.- Parameters:
value- allowed object isPartyIdentificationSEPA4
-
getOrgnlDbtrAcct
public CashAccountSEPA2 getOrgnlDbtrAcct()
Gets the value of the orgnlDbtrAcct property.- Returns:
- possible object is
CashAccountSEPA2
-
setOrgnlDbtrAcct
public void setOrgnlDbtrAcct(CashAccountSEPA2 value)
Sets the value of the orgnlDbtrAcct property.- Parameters:
value- allowed object isCashAccountSEPA2
-
getOrgnlDbtrAgt
public BranchAndFinancialInstitutionIdentificationSEPA2 getOrgnlDbtrAgt()
Gets the value of the orgnlDbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentificationSEPA2
-
setOrgnlDbtrAgt
public void setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA2 value)
Sets the value of the orgnlDbtrAgt property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentificationSEPA2
-
-