public class CreditTransferTransactionInformationSCT
extends java.lang.Object
Java class for CreditTransferTransactionInformationSCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditTransferTransactionInformationSCT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PmtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PaymentIdentificationSEPA"/> <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PaymentTypeInformationSCT2" minOccurs="0"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}AmountTypeSEPA"/> <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}ChargeBearerTypeSEPACode" minOccurs="0"/> <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PartyIdentificationSEPA1" minOccurs="0"/> <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}BranchAndFinancialInstitutionIdentificationSEPA1"/> <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PartyIdentificationSEPA2"/> <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}CashAccountSEPA2"/> <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PartyIdentificationSEPA1" minOccurs="0"/> <element name="Purp" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}PurposeSEPA" minOccurs="0"/> <element name="RmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.002.03}RemittanceInformationSEPA1Choice" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected AmountTypeSEPA |
amt |
|
protected PartyIdentificationSEPA2 |
cdtr |
|
protected CashAccountSEPA2 |
cdtrAcct |
|
protected BranchAndFinancialInstitutionIdentificationSEPA1 |
cdtrAgt |
|
protected ChargeBearerTypeSEPACode |
chrgBr |
|
protected PaymentIdentificationSEPA |
pmtId |
|
protected PaymentTypeInformationSCT2 |
pmtTpInf |
|
protected PurposeSEPA |
purp |
|
protected RemittanceInformationSEPA1Choice |
rmtInf |
|
protected PartyIdentificationSEPA1 |
ultmtCdtr |
|
protected PartyIdentificationSEPA1 |
ultmtDbtr |
Constructor | Description |
---|---|
CreditTransferTransactionInformationSCT() |
Modifier and Type | Method | Description |
---|---|---|
AmountTypeSEPA |
getAmt() |
Gets the value of the amt property.
|
PartyIdentificationSEPA2 |
getCdtr() |
Gets the value of the cdtr property.
|
CashAccountSEPA2 |
getCdtrAcct() |
Gets the value of the cdtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSEPA1 |
getCdtrAgt() |
Gets the value of the cdtrAgt property.
|
ChargeBearerTypeSEPACode |
getChrgBr() |
Gets the value of the chrgBr property.
|
PaymentIdentificationSEPA |
getPmtId() |
Gets the value of the pmtId property.
|
PaymentTypeInformationSCT2 |
getPmtTpInf() |
Gets the value of the pmtTpInf property.
|
PurposeSEPA |
getPurp() |
Gets the value of the purp property.
|
RemittanceInformationSEPA1Choice |
getRmtInf() |
Gets the value of the rmtInf property.
|
PartyIdentificationSEPA1 |
getUltmtCdtr() |
Gets the value of the ultmtCdtr property.
|
PartyIdentificationSEPA1 |
getUltmtDbtr() |
Gets the value of the ultmtDbtr property.
|
void |
setAmt(AmountTypeSEPA value) |
Sets the value of the amt property.
|
void |
setCdtr(PartyIdentificationSEPA2 value) |
Sets the value of the cdtr property.
|
void |
setCdtrAcct(CashAccountSEPA2 value) |
Sets the value of the cdtrAcct property.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value) |
Sets the value of the cdtrAgt property.
|
void |
setChrgBr(ChargeBearerTypeSEPACode value) |
Sets the value of the chrgBr property.
|
void |
setPmtId(PaymentIdentificationSEPA value) |
Sets the value of the pmtId property.
|
void |
setPmtTpInf(PaymentTypeInformationSCT2 value) |
Sets the value of the pmtTpInf property.
|
void |
setPurp(PurposeSEPA value) |
Sets the value of the purp property.
|
void |
setRmtInf(RemittanceInformationSEPA1Choice value) |
Sets the value of the rmtInf property.
|
void |
setUltmtCdtr(PartyIdentificationSEPA1 value) |
Sets the value of the ultmtCdtr property.
|
void |
setUltmtDbtr(PartyIdentificationSEPA1 value) |
Sets the value of the ultmtDbtr property.
|
protected PaymentIdentificationSEPA pmtId
protected PaymentTypeInformationSCT2 pmtTpInf
protected AmountTypeSEPA amt
protected ChargeBearerTypeSEPACode chrgBr
protected PartyIdentificationSEPA1 ultmtDbtr
protected BranchAndFinancialInstitutionIdentificationSEPA1 cdtrAgt
protected PartyIdentificationSEPA2 cdtr
protected CashAccountSEPA2 cdtrAcct
protected PartyIdentificationSEPA1 ultmtCdtr
protected PurposeSEPA purp
protected RemittanceInformationSEPA1Choice rmtInf
public CreditTransferTransactionInformationSCT()
public PaymentIdentificationSEPA getPmtId()
PaymentIdentificationSEPA
public void setPmtId(PaymentIdentificationSEPA value)
value
- allowed object is
PaymentIdentificationSEPA
public PaymentTypeInformationSCT2 getPmtTpInf()
PaymentTypeInformationSCT2
public void setPmtTpInf(PaymentTypeInformationSCT2 value)
value
- allowed object is
PaymentTypeInformationSCT2
public AmountTypeSEPA getAmt()
AmountTypeSEPA
public void setAmt(AmountTypeSEPA value)
value
- allowed object is
AmountTypeSEPA
public ChargeBearerTypeSEPACode getChrgBr()
ChargeBearerTypeSEPACode
public void setChrgBr(ChargeBearerTypeSEPACode value)
value
- allowed object is
ChargeBearerTypeSEPACode
public PartyIdentificationSEPA1 getUltmtDbtr()
PartyIdentificationSEPA1
public void setUltmtDbtr(PartyIdentificationSEPA1 value)
value
- allowed object is
PartyIdentificationSEPA1
public BranchAndFinancialInstitutionIdentificationSEPA1 getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA1
public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
value
- allowed object is
BranchAndFinancialInstitutionIdentificationSEPA1
public PartyIdentificationSEPA2 getCdtr()
PartyIdentificationSEPA2
public void setCdtr(PartyIdentificationSEPA2 value)
value
- allowed object is
PartyIdentificationSEPA2
public CashAccountSEPA2 getCdtrAcct()
CashAccountSEPA2
public void setCdtrAcct(CashAccountSEPA2 value)
value
- allowed object is
CashAccountSEPA2
public PartyIdentificationSEPA1 getUltmtCdtr()
PartyIdentificationSEPA1
public void setUltmtCdtr(PartyIdentificationSEPA1 value)
value
- allowed object is
PartyIdentificationSEPA1
public PurposeSEPA getPurp()
PurposeSEPA
public void setPurp(PurposeSEPA value)
value
- allowed object is
PurposeSEPA
public RemittanceInformationSEPA1Choice getRmtInf()
RemittanceInformationSEPA1Choice
public void setRmtInf(RemittanceInformationSEPA1Choice value)
value
- allowed object is
RemittanceInformationSEPA1Choice
Copyright © 2018. All rights reserved.