public class CreditTransferTransactionInformationSCT extends 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:swift:xsd:$pain.001.002.02}PaymentIdentification1"/>
<element name="PmtTpInf" type="{urn:swift:xsd:$pain.001.002.02}PaymentTypeInformationSCT2" minOccurs="0"/>
<element name="Amt" type="{urn:swift:xsd:$pain.001.002.02}AmountTypeSCT"/>
<element name="ChrgBr" type="{urn:swift:xsd:$pain.001.002.02}ChargeBearerTypeSCTCode" minOccurs="0"/>
<element name="UltmtDbtr" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT1" minOccurs="0"/>
<element name="CdtrAgt" type="{urn:swift:xsd:$pain.001.002.02}BranchAndFinancialInstitutionIdentificationSCT"/>
<element name="Cdtr" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT2"/>
<element name="CdtrAcct" type="{urn:swift:xsd:$pain.001.002.02}CashAccountSCT2"/>
<element name="UltmtCdtr" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT1" minOccurs="0"/>
<element name="Purp" type="{urn:swift:xsd:$pain.001.002.02}PurposeSCT" minOccurs="0"/>
<element name="RmtInf" type="{urn:swift:xsd:$pain.001.002.02}RemittanceInformationSCTChoice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AmountTypeSCT |
amt |
protected PartyIdentificationSCT2 |
cdtr |
protected CashAccountSCT2 |
cdtrAcct |
protected BranchAndFinancialInstitutionIdentificationSCT |
cdtrAgt |
protected ChargeBearerTypeSCTCode |
chrgBr |
protected PaymentIdentification1 |
pmtId |
protected PaymentTypeInformationSCT2 |
pmtTpInf |
protected PurposeSCT |
purp |
protected RemittanceInformationSCTChoice |
rmtInf |
protected PartyIdentificationSCT1 |
ultmtCdtr |
protected PartyIdentificationSCT1 |
ultmtDbtr |
| Constructor and Description |
|---|
CreditTransferTransactionInformationSCT() |
| Modifier and Type | Method and Description |
|---|---|
AmountTypeSCT |
getAmt()
Gets the value of the amt property.
|
PartyIdentificationSCT2 |
getCdtr()
Gets the value of the cdtr property.
|
CashAccountSCT2 |
getCdtrAcct()
Gets the value of the cdtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSCT |
getCdtrAgt()
Gets the value of the cdtrAgt property.
|
ChargeBearerTypeSCTCode |
getChrgBr()
Gets the value of the chrgBr property.
|
PaymentIdentification1 |
getPmtId()
Gets the value of the pmtId property.
|
PaymentTypeInformationSCT2 |
getPmtTpInf()
Gets the value of the pmtTpInf property.
|
PurposeSCT |
getPurp()
Gets the value of the purp property.
|
RemittanceInformationSCTChoice |
getRmtInf()
Gets the value of the rmtInf property.
|
PartyIdentificationSCT1 |
getUltmtCdtr()
Gets the value of the ultmtCdtr property.
|
PartyIdentificationSCT1 |
getUltmtDbtr()
Gets the value of the ultmtDbtr property.
|
void |
setAmt(AmountTypeSCT value)
Sets the value of the amt property.
|
void |
setCdtr(PartyIdentificationSCT2 value)
Sets the value of the cdtr property.
|
void |
setCdtrAcct(CashAccountSCT2 value)
Sets the value of the cdtrAcct property.
|
void |
setCdtrAgt(BranchAndFinancialInstitutionIdentificationSCT value)
Sets the value of the cdtrAgt property.
|
void |
setChrgBr(ChargeBearerTypeSCTCode value)
Sets the value of the chrgBr property.
|
void |
setPmtId(PaymentIdentification1 value)
Sets the value of the pmtId property.
|
void |
setPmtTpInf(PaymentTypeInformationSCT2 value)
Sets the value of the pmtTpInf property.
|
void |
setPurp(PurposeSCT value)
Sets the value of the purp property.
|
void |
setRmtInf(RemittanceInformationSCTChoice value)
Sets the value of the rmtInf property.
|
void |
setUltmtCdtr(PartyIdentificationSCT1 value)
Sets the value of the ultmtCdtr property.
|
void |
setUltmtDbtr(PartyIdentificationSCT1 value)
Sets the value of the ultmtDbtr property.
|
protected PaymentIdentification1 pmtId
protected PaymentTypeInformationSCT2 pmtTpInf
protected AmountTypeSCT amt
protected ChargeBearerTypeSCTCode chrgBr
protected PartyIdentificationSCT1 ultmtDbtr
protected BranchAndFinancialInstitutionIdentificationSCT cdtrAgt
protected PartyIdentificationSCT2 cdtr
protected CashAccountSCT2 cdtrAcct
protected PartyIdentificationSCT1 ultmtCdtr
protected PurposeSCT purp
protected RemittanceInformationSCTChoice rmtInf
public CreditTransferTransactionInformationSCT()
public PaymentIdentification1 getPmtId()
PaymentIdentification1public void setPmtId(PaymentIdentification1 value)
value - allowed object is
PaymentIdentification1public PaymentTypeInformationSCT2 getPmtTpInf()
PaymentTypeInformationSCT2public void setPmtTpInf(PaymentTypeInformationSCT2 value)
value - allowed object is
PaymentTypeInformationSCT2public AmountTypeSCT getAmt()
AmountTypeSCTpublic void setAmt(AmountTypeSCT value)
value - allowed object is
AmountTypeSCTpublic ChargeBearerTypeSCTCode getChrgBr()
ChargeBearerTypeSCTCodepublic void setChrgBr(ChargeBearerTypeSCTCode value)
value - allowed object is
ChargeBearerTypeSCTCodepublic PartyIdentificationSCT1 getUltmtDbtr()
PartyIdentificationSCT1public void setUltmtDbtr(PartyIdentificationSCT1 value)
value - allowed object is
PartyIdentificationSCT1public BranchAndFinancialInstitutionIdentificationSCT getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSCTpublic void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSCT value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSCTpublic PartyIdentificationSCT2 getCdtr()
PartyIdentificationSCT2public void setCdtr(PartyIdentificationSCT2 value)
value - allowed object is
PartyIdentificationSCT2public CashAccountSCT2 getCdtrAcct()
CashAccountSCT2public void setCdtrAcct(CashAccountSCT2 value)
value - allowed object is
CashAccountSCT2public PartyIdentificationSCT1 getUltmtCdtr()
PartyIdentificationSCT1public void setUltmtCdtr(PartyIdentificationSCT1 value)
value - allowed object is
PartyIdentificationSCT1public PurposeSCT getPurp()
PurposeSCTpublic void setPurp(PurposeSCT value)
value - allowed object is
PurposeSCTpublic RemittanceInformationSCTChoice getRmtInf()
RemittanceInformationSCTChoicepublic void setRmtInf(RemittanceInformationSCTChoice value)
value - allowed object is
RemittanceInformationSCTChoiceCopyright © 2018. All rights reserved.