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: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 | 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 | Description |
---|---|
CreditTransferTransactionInformationSCT() |
Modifier and Type | Method | 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()
PaymentIdentification1
public void setPmtId(PaymentIdentification1 value)
value
- allowed object is
PaymentIdentification1
public PaymentTypeInformationSCT2 getPmtTpInf()
PaymentTypeInformationSCT2
public void setPmtTpInf(PaymentTypeInformationSCT2 value)
value
- allowed object is
PaymentTypeInformationSCT2
public AmountTypeSCT getAmt()
AmountTypeSCT
public void setAmt(AmountTypeSCT value)
value
- allowed object is
AmountTypeSCT
public ChargeBearerTypeSCTCode getChrgBr()
ChargeBearerTypeSCTCode
public void setChrgBr(ChargeBearerTypeSCTCode value)
value
- allowed object is
ChargeBearerTypeSCTCode
public PartyIdentificationSCT1 getUltmtDbtr()
PartyIdentificationSCT1
public void setUltmtDbtr(PartyIdentificationSCT1 value)
value
- allowed object is
PartyIdentificationSCT1
public BranchAndFinancialInstitutionIdentificationSCT getCdtrAgt()
BranchAndFinancialInstitutionIdentificationSCT
public void setCdtrAgt(BranchAndFinancialInstitutionIdentificationSCT value)
value
- allowed object is
BranchAndFinancialInstitutionIdentificationSCT
public PartyIdentificationSCT2 getCdtr()
PartyIdentificationSCT2
public void setCdtr(PartyIdentificationSCT2 value)
value
- allowed object is
PartyIdentificationSCT2
public CashAccountSCT2 getCdtrAcct()
CashAccountSCT2
public void setCdtrAcct(CashAccountSCT2 value)
value
- allowed object is
CashAccountSCT2
public PartyIdentificationSCT1 getUltmtCdtr()
PartyIdentificationSCT1
public void setUltmtCdtr(PartyIdentificationSCT1 value)
value
- allowed object is
PartyIdentificationSCT1
public PurposeSCT getPurp()
PurposeSCT
public void setPurp(PurposeSCT value)
value
- allowed object is
PurposeSCT
public RemittanceInformationSCTChoice getRmtInf()
RemittanceInformationSCTChoice
public void setRmtInf(RemittanceInformationSCTChoice value)
value
- allowed object is
RemittanceInformationSCTChoice
Copyright © 2018. All rights reserved.