public class OriginalTransactionReferenceSEPA extends Object
Java class for OriginalTransactionReferenceSEPA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalTransactionReferenceSEPA">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amt" type="{urn:swift:xsd:$pain.002.002.02}AmountTypeSEPA" minOccurs="0"/>
<choice>
<element name="ReqdExctnDt" type="{urn:swift:xsd:$pain.002.002.02}ISODate" minOccurs="0"/>
<element name="ReqdColltnDt" type="{urn:swift:xsd:$pain.002.002.02}ISODate" minOccurs="0"/>
</choice>
<element name="CdtrSchmeId" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA2" minOccurs="0"/>
<element name="PmtTpInf" type="{urn:swift:xsd:$pain.002.002.02}PaymentTypeInformationSEPA" minOccurs="0"/>
<element name="PmtMtd" type="{urn:swift:xsd:$pain.002.002.02}PaymentMethodSEPACode" minOccurs="0"/>
<element name="MndtRltdInf" type="{urn:swift:xsd:$pain.002.002.02}MandateRelatedInformationSEPA" minOccurs="0"/>
<element name="RmtInf" type="{urn:swift:xsd:$pain.002.002.02}RemittanceInformationSEPAChoice" minOccurs="0"/>
<element name="UltmtDbtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA4" minOccurs="0"/>
<element name="Dbtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA5" minOccurs="0"/>
<element name="DbtrAcct" type="{urn:swift:xsd:$pain.002.002.02}CashAccountSEPA1" minOccurs="0"/>
<element name="DbtrAgt" type="{urn:swift:xsd:$pain.002.002.02}BranchAndFinancialInstitutionIdentificationSEPA1" minOccurs="0"/>
<element name="CdtrAgt" type="{urn:swift:xsd:$pain.002.002.02}BranchAndFinancialInstitutionIdentificationSEPA1" minOccurs="0"/>
<element name="Cdtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA5" minOccurs="0"/>
<element name="CdtrAcct" type="{urn:swift:xsd:$pain.002.002.02}CashAccountSEPA1" minOccurs="0"/>
<element name="UltmtCdtr" type="{urn:swift:xsd:$pain.002.002.02}PartyIdentificationSEPA4" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountTypeSEPA |
amt |
protected PartyIdentificationSEPA5 |
cdtr |
protected CashAccountSEPA1 |
cdtrAcct |
protected BranchAndFinancialInstitutionIdentificationSEPA1 |
cdtrAgt |
protected PartyIdentificationSEPA2 |
cdtrSchmeId |
protected PartyIdentificationSEPA5 |
dbtr |
protected CashAccountSEPA1 |
dbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSEPA1 |
dbtrAgt |
protected MandateRelatedInformationSEPA |
mndtRltdInf |
protected PaymentMethodSEPACode |
pmtMtd |
protected PaymentTypeInformationSEPA |
pmtTpInf |
protected XMLGregorianCalendar |
reqdColltnDt |
protected XMLGregorianCalendar |
reqdExctnDt |
protected RemittanceInformationSEPAChoice |
rmtInf |
protected PartyIdentificationSEPA4 |
ultmtCdtr |
protected PartyIdentificationSEPA4 |
ultmtDbtr |
| Constructor and Description |
|---|
OriginalTransactionReferenceSEPA() |
| Modifier and Type | Method and Description |
|---|---|
AmountTypeSEPA |
getAmt()
Gets the value of the amt property.
|
PartyIdentificationSEPA5 |
getCdtr()
Gets the value of the cdtr property.
|
CashAccountSEPA1 |
getCdtrAcct()
Gets the value of the cdtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSEPA1 |
getCdtrAgt()
Gets the value of the cdtrAgt property.
|
PartyIdentificationSEPA2 |
getCdtrSchmeId()
Gets the value of the cdtrSchmeId property.
|
PartyIdentificationSEPA5 |
getDbtr()
Gets the value of the dbtr property.
|
CashAccountSEPA1 |
getDbtrAcct()
Gets the value of the dbtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSEPA1 |
getDbtrAgt()
Gets the value of the dbtrAgt property.
|
MandateRelatedInformationSEPA |
getMndtRltdInf()
Gets the value of the mndtRltdInf property.
|
PaymentMethodSEPACode |
getPmtMtd()
Gets the value of the pmtMtd property.
|
PaymentTypeInformationSEPA |
getPmtTpInf()
Gets the value of the pmtTpInf property.
|
XMLGregorianCalendar |
getReqdColltnDt()
Gets the value of the reqdColltnDt property.
|
XMLGregorianCalendar |
getReqdExctnDt()
Gets the value of the reqdExctnDt property.
|
RemittanceInformationSEPAChoice |
getRmtInf()
Gets the value of the rmtInf property.
|
PartyIdentificationSEPA4 |
getUltmtCdtr()
Gets the value of the ultmtCdtr property.
|
PartyIdentificationSEPA4 |
getUltmtDbtr()
Gets the value of the ultmtDbtr property.
|
void |
setAmt(AmountTypeSEPA value)
Sets the value of the amt property.
|
void |
setCdtr(PartyIdentificationSEPA5 value)
Sets the value of the cdtr property.
|
void |
setCdtrAcct(CashAccountSEPA1 value)
Sets the value of the cdtrAcct property.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
Sets the value of the cdtrAgt property.
|
void |
setCdtrSchmeId(PartyIdentificationSEPA2 value)
Sets the value of the cdtrSchmeId property.
|
void |
setDbtr(PartyIdentificationSEPA5 value)
Sets the value of the dbtr property.
|
void |
setDbtrAcct(CashAccountSEPA1 value)
Sets the value of the dbtrAcct property.
|
void |
setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
Sets the value of the dbtrAgt property.
|
void |
setMndtRltdInf(MandateRelatedInformationSEPA value)
Sets the value of the mndtRltdInf property.
|
void |
setPmtMtd(PaymentMethodSEPACode value)
Sets the value of the pmtMtd property.
|
void |
setPmtTpInf(PaymentTypeInformationSEPA value)
Sets the value of the pmtTpInf property.
|
void |
setReqdColltnDt(XMLGregorianCalendar value)
Sets the value of the reqdColltnDt property.
|
void |
setReqdExctnDt(XMLGregorianCalendar value)
Sets the value of the reqdExctnDt property.
|
void |
setRmtInf(RemittanceInformationSEPAChoice value)
Sets the value of the rmtInf property.
|
void |
setUltmtCdtr(PartyIdentificationSEPA4 value)
Sets the value of the ultmtCdtr property.
|
void |
setUltmtDbtr(PartyIdentificationSEPA4 value)
Sets the value of the ultmtDbtr property.
|
protected AmountTypeSEPA amt
protected XMLGregorianCalendar reqdExctnDt
protected XMLGregorianCalendar reqdColltnDt
protected PartyIdentificationSEPA2 cdtrSchmeId
protected PaymentTypeInformationSEPA pmtTpInf
protected PaymentMethodSEPACode pmtMtd
protected MandateRelatedInformationSEPA mndtRltdInf
protected RemittanceInformationSEPAChoice rmtInf
protected PartyIdentificationSEPA4 ultmtDbtr
protected PartyIdentificationSEPA5 dbtr
protected CashAccountSEPA1 dbtrAcct
protected BranchAndFinancialInstitutionIdentificationSEPA1 dbtrAgt
protected BranchAndFinancialInstitutionIdentificationSEPA1 cdtrAgt
protected PartyIdentificationSEPA5 cdtr
protected CashAccountSEPA1 cdtrAcct
protected PartyIdentificationSEPA4 ultmtCdtr
public AmountTypeSEPA getAmt()
AmountTypeSEPApublic void setAmt(AmountTypeSEPA value)
value - allowed object is
AmountTypeSEPApublic XMLGregorianCalendar getReqdExctnDt()
XMLGregorianCalendarpublic void setReqdExctnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getReqdColltnDt()
XMLGregorianCalendarpublic void setReqdColltnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PartyIdentificationSEPA2 getCdtrSchmeId()
PartyIdentificationSEPA2public void setCdtrSchmeId(PartyIdentificationSEPA2 value)
value - allowed object is
PartyIdentificationSEPA2public PaymentTypeInformationSEPA getPmtTpInf()
PaymentTypeInformationSEPApublic void setPmtTpInf(PaymentTypeInformationSEPA value)
value - allowed object is
PaymentTypeInformationSEPApublic PaymentMethodSEPACode getPmtMtd()
PaymentMethodSEPACodepublic void setPmtMtd(PaymentMethodSEPACode value)
value - allowed object is
PaymentMethodSEPACodepublic MandateRelatedInformationSEPA getMndtRltdInf()
MandateRelatedInformationSEPApublic void setMndtRltdInf(MandateRelatedInformationSEPA value)
value - allowed object is
MandateRelatedInformationSEPApublic RemittanceInformationSEPAChoice getRmtInf()
RemittanceInformationSEPAChoicepublic void setRmtInf(RemittanceInformationSEPAChoice value)
value - allowed object is
RemittanceInformationSEPAChoicepublic PartyIdentificationSEPA4 getUltmtDbtr()
PartyIdentificationSEPA4public void setUltmtDbtr(PartyIdentificationSEPA4 value)
value - allowed object is
PartyIdentificationSEPA4public PartyIdentificationSEPA5 getDbtr()
PartyIdentificationSEPA5public void setDbtr(PartyIdentificationSEPA5 value)
value - allowed object is
PartyIdentificationSEPA5public CashAccountSEPA1 getDbtrAcct()
CashAccountSEPA1public void setDbtrAcct(CashAccountSEPA1 value)
value - allowed object is
CashAccountSEPA1public BranchAndFinancialInstitutionIdentificationSEPA1 getDbtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA1public void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSEPA1public BranchAndFinancialInstitutionIdentificationSEPA1 getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA1public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSEPA1public PartyIdentificationSEPA5 getCdtr()
PartyIdentificationSEPA5public void setCdtr(PartyIdentificationSEPA5 value)
value - allowed object is
PartyIdentificationSEPA5public CashAccountSEPA1 getCdtrAcct()
CashAccountSEPA1public void setCdtrAcct(CashAccountSEPA1 value)
value - allowed object is
CashAccountSEPA1public PartyIdentificationSEPA4 getUltmtCdtr()
PartyIdentificationSEPA4public void setUltmtCdtr(PartyIdentificationSEPA4 value)
value - allowed object is
PartyIdentificationSEPA4Copyright © 2019. All rights reserved.