public class CreditTransferTransactionInformationSCT extends Object
Java-Klasse für CreditTransferTransactionInformationSCT complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 and 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 and Description |
|---|
CreditTransferTransactionInformationSCT() |
| Modifier and Type | Method and Description |
|---|---|
AmountTypeSEPA |
getAmt()
Ruft den Wert der amt-Eigenschaft ab.
|
PartyIdentificationSEPA2 |
getCdtr()
Ruft den Wert der cdtr-Eigenschaft ab.
|
CashAccountSEPA2 |
getCdtrAcct()
Ruft den Wert der cdtrAcct-Eigenschaft ab.
|
BranchAndFinancialInstitutionIdentificationSEPA1 |
getCdtrAgt()
Ruft den Wert der cdtrAgt-Eigenschaft ab.
|
ChargeBearerTypeSEPACode |
getChrgBr()
Ruft den Wert der chrgBr-Eigenschaft ab.
|
PaymentIdentificationSEPA |
getPmtId()
Ruft den Wert der pmtId-Eigenschaft ab.
|
PaymentTypeInformationSCT2 |
getPmtTpInf()
Ruft den Wert der pmtTpInf-Eigenschaft ab.
|
PurposeSEPA |
getPurp()
Ruft den Wert der purp-Eigenschaft ab.
|
RemittanceInformationSEPA1Choice |
getRmtInf()
Ruft den Wert der rmtInf-Eigenschaft ab.
|
PartyIdentificationSEPA1 |
getUltmtCdtr()
Ruft den Wert der ultmtCdtr-Eigenschaft ab.
|
PartyIdentificationSEPA1 |
getUltmtDbtr()
Ruft den Wert der ultmtDbtr-Eigenschaft ab.
|
void |
setAmt(AmountTypeSEPA value)
Legt den Wert der amt-Eigenschaft fest.
|
void |
setCdtr(PartyIdentificationSEPA2 value)
Legt den Wert der cdtr-Eigenschaft fest.
|
void |
setCdtrAcct(CashAccountSEPA2 value)
Legt den Wert der cdtrAcct-Eigenschaft fest.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
Legt den Wert der cdtrAgt-Eigenschaft fest.
|
void |
setChrgBr(ChargeBearerTypeSEPACode value)
Legt den Wert der chrgBr-Eigenschaft fest.
|
void |
setPmtId(PaymentIdentificationSEPA value)
Legt den Wert der pmtId-Eigenschaft fest.
|
void |
setPmtTpInf(PaymentTypeInformationSCT2 value)
Legt den Wert der pmtTpInf-Eigenschaft fest.
|
void |
setPurp(PurposeSEPA value)
Legt den Wert der purp-Eigenschaft fest.
|
void |
setRmtInf(RemittanceInformationSEPA1Choice value)
Legt den Wert der rmtInf-Eigenschaft fest.
|
void |
setUltmtCdtr(PartyIdentificationSEPA1 value)
Legt den Wert der ultmtCdtr-Eigenschaft fest.
|
void |
setUltmtDbtr(PartyIdentificationSEPA1 value)
Legt den Wert der ultmtDbtr-Eigenschaft fest.
|
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()
PaymentIdentificationSEPApublic void setPmtId(PaymentIdentificationSEPA value)
value - allowed object is
PaymentIdentificationSEPApublic PaymentTypeInformationSCT2 getPmtTpInf()
PaymentTypeInformationSCT2public void setPmtTpInf(PaymentTypeInformationSCT2 value)
value - allowed object is
PaymentTypeInformationSCT2public AmountTypeSEPA getAmt()
AmountTypeSEPApublic void setAmt(AmountTypeSEPA value)
value - allowed object is
AmountTypeSEPApublic ChargeBearerTypeSEPACode getChrgBr()
ChargeBearerTypeSEPACodepublic void setChrgBr(ChargeBearerTypeSEPACode value)
value - allowed object is
ChargeBearerTypeSEPACodepublic PartyIdentificationSEPA1 getUltmtDbtr()
PartyIdentificationSEPA1public void setUltmtDbtr(PartyIdentificationSEPA1 value)
value - allowed object is
PartyIdentificationSEPA1public BranchAndFinancialInstitutionIdentificationSEPA1 getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSEPA1public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSEPA1 value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSEPA1public PartyIdentificationSEPA2 getCdtr()
PartyIdentificationSEPA2public void setCdtr(PartyIdentificationSEPA2 value)
value - allowed object is
PartyIdentificationSEPA2public CashAccountSEPA2 getCdtrAcct()
CashAccountSEPA2public void setCdtrAcct(CashAccountSEPA2 value)
value - allowed object is
CashAccountSEPA2public PartyIdentificationSEPA1 getUltmtCdtr()
PartyIdentificationSEPA1public void setUltmtCdtr(PartyIdentificationSEPA1 value)
value - allowed object is
PartyIdentificationSEPA1public PurposeSEPA getPurp()
PurposeSEPApublic void setPurp(PurposeSEPA value)
value - allowed object is
PurposeSEPApublic RemittanceInformationSEPA1Choice getRmtInf()
RemittanceInformationSEPA1Choicepublic void setRmtInf(RemittanceInformationSEPA1Choice value)
value - allowed object is
RemittanceInformationSEPA1ChoiceCopyright © 2018. All rights reserved.