public class PaymentInstructionInformationSCT extends Object
Java class for PaymentInstructionInformationSCT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentInstructionInformationSCT">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PmtInfId" type="{urn:swift:xsd:$pain.001.002.02}RestrictedIdentification2" minOccurs="0"/>
<element name="PmtMtd" type="{urn:swift:xsd:$pain.001.002.02}PaymentMethodSCTCode"/>
<element name="PmtTpInf" type="{urn:swift:xsd:$pain.001.002.02}PaymentTypeInformationSCT1" minOccurs="0"/>
<element name="ReqdExctnDt" type="{urn:swift:xsd:$pain.001.002.02}ISODate"/>
<element name="Dbtr" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT2"/>
<element name="DbtrAcct" type="{urn:swift:xsd:$pain.001.002.02}CashAccountSCT1"/>
<element name="DbtrAgt" type="{urn:swift:xsd:$pain.001.002.02}BranchAndFinancialInstitutionIdentificationSCT"/>
<element name="UltmtDbtr" type="{urn:swift:xsd:$pain.001.002.02}PartyIdentificationSCT1" minOccurs="0"/>
<element name="ChrgBr" type="{urn:swift:xsd:$pain.001.002.02}ChargeBearerTypeSCTCode" minOccurs="0"/>
<element name="CdtTrfTxInf" type="{urn:swift:xsd:$pain.001.002.02}CreditTransferTransactionInformationSCT" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CreditTransferTransactionInformationSCT> |
cdtTrfTxInf |
protected ChargeBearerTypeSCTCode |
chrgBr |
protected PartyIdentificationSCT2 |
dbtr |
protected CashAccountSCT1 |
dbtrAcct |
protected BranchAndFinancialInstitutionIdentificationSCT |
dbtrAgt |
protected String |
pmtInfId |
protected PaymentMethodSCTCode |
pmtMtd |
protected PaymentTypeInformationSCT1 |
pmtTpInf |
protected XMLGregorianCalendar |
reqdExctnDt |
protected PartyIdentificationSCT1 |
ultmtDbtr |
| Constructor and Description |
|---|
PaymentInstructionInformationSCT() |
| Modifier and Type | Method and Description |
|---|---|
List<CreditTransferTransactionInformationSCT> |
getCdtTrfTxInf()
Gets the value of the cdtTrfTxInf property.
|
ChargeBearerTypeSCTCode |
getChrgBr()
Gets the value of the chrgBr property.
|
PartyIdentificationSCT2 |
getDbtr()
Gets the value of the dbtr property.
|
CashAccountSCT1 |
getDbtrAcct()
Gets the value of the dbtrAcct property.
|
BranchAndFinancialInstitutionIdentificationSCT |
getDbtrAgt()
Gets the value of the dbtrAgt property.
|
String |
getPmtInfId()
Gets the value of the pmtInfId property.
|
PaymentMethodSCTCode |
getPmtMtd()
Gets the value of the pmtMtd property.
|
PaymentTypeInformationSCT1 |
getPmtTpInf()
Gets the value of the pmtTpInf property.
|
XMLGregorianCalendar |
getReqdExctnDt()
Gets the value of the reqdExctnDt property.
|
PartyIdentificationSCT1 |
getUltmtDbtr()
Gets the value of the ultmtDbtr property.
|
void |
setChrgBr(ChargeBearerTypeSCTCode value)
Sets the value of the chrgBr property.
|
void |
setDbtr(PartyIdentificationSCT2 value)
Sets the value of the dbtr property.
|
void |
setDbtrAcct(CashAccountSCT1 value)
Sets the value of the dbtrAcct property.
|
void |
setDbtrAgt(BranchAndFinancialInstitutionIdentificationSCT value)
Sets the value of the dbtrAgt property.
|
void |
setPmtInfId(String value)
Sets the value of the pmtInfId property.
|
void |
setPmtMtd(PaymentMethodSCTCode value)
Sets the value of the pmtMtd property.
|
void |
setPmtTpInf(PaymentTypeInformationSCT1 value)
Sets the value of the pmtTpInf property.
|
void |
setReqdExctnDt(XMLGregorianCalendar value)
Sets the value of the reqdExctnDt property.
|
void |
setUltmtDbtr(PartyIdentificationSCT1 value)
Sets the value of the ultmtDbtr property.
|
protected String pmtInfId
protected PaymentMethodSCTCode pmtMtd
protected PaymentTypeInformationSCT1 pmtTpInf
protected XMLGregorianCalendar reqdExctnDt
protected PartyIdentificationSCT2 dbtr
protected CashAccountSCT1 dbtrAcct
protected BranchAndFinancialInstitutionIdentificationSCT dbtrAgt
protected PartyIdentificationSCT1 ultmtDbtr
protected ChargeBearerTypeSCTCode chrgBr
protected List<CreditTransferTransactionInformationSCT> cdtTrfTxInf
public String getPmtInfId()
Stringpublic void setPmtInfId(String value)
value - allowed object is
Stringpublic PaymentMethodSCTCode getPmtMtd()
PaymentMethodSCTCodepublic void setPmtMtd(PaymentMethodSCTCode value)
value - allowed object is
PaymentMethodSCTCodepublic PaymentTypeInformationSCT1 getPmtTpInf()
PaymentTypeInformationSCT1public void setPmtTpInf(PaymentTypeInformationSCT1 value)
value - allowed object is
PaymentTypeInformationSCT1public XMLGregorianCalendar getReqdExctnDt()
XMLGregorianCalendarpublic void setReqdExctnDt(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic PartyIdentificationSCT2 getDbtr()
PartyIdentificationSCT2public void setDbtr(PartyIdentificationSCT2 value)
value - allowed object is
PartyIdentificationSCT2public CashAccountSCT1 getDbtrAcct()
CashAccountSCT1public void setDbtrAcct(CashAccountSCT1 value)
value - allowed object is
CashAccountSCT1public BranchAndFinancialInstitutionIdentificationSCT getDbtrAgt()
BranchAndFinancialInstitutionIdentificationSCTpublic void setDbtrAgt(BranchAndFinancialInstitutionIdentificationSCT value)
value - allowed object is
BranchAndFinancialInstitutionIdentificationSCTpublic PartyIdentificationSCT1 getUltmtDbtr()
PartyIdentificationSCT1public void setUltmtDbtr(PartyIdentificationSCT1 value)
value - allowed object is
PartyIdentificationSCT1public ChargeBearerTypeSCTCode getChrgBr()
ChargeBearerTypeSCTCodepublic void setChrgBr(ChargeBearerTypeSCTCode value)
value - allowed object is
ChargeBearerTypeSCTCodepublic List<CreditTransferTransactionInformationSCT> getCdtTrfTxInf()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cdtTrfTxInf property.
For example, to add a new item, do as follows:
getCdtTrfTxInf().add(newItem);
Objects of the following type(s) are allowed in the list
CreditTransferTransactionInformationSCT
Copyright © 2020. All rights reserved.