
org.iso20022.pain013_001.v09.CreditTransferTransaction55 Maven / Gradle / Ivy
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.1
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2021.09.21 at 06:05:21 PM IST
//
package org.iso20022.pain013_001.v09;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
/**
* Java class for CreditTransferTransaction55 complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="CreditTransferTransaction55">
* <complexContent>
* <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* <sequence>
* <element name="PmtId" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}PaymentIdentification6"/>
* <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}PaymentTypeInformation26" minOccurs="0"/>
* <element name="PmtCond" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}PaymentCondition1" minOccurs="0"/>
* <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}AmountType4Choice"/>
* <element name="ChrgBr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}ChargeBearerType1Code"/>
* <element name="MndtRltdInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}CreditTransferMandateData1" minOccurs="0"/>
* <element name="ChqInstr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Cheque11" minOccurs="0"/>
* <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}PartyIdentification135" minOccurs="0"/>
* <element name="IntrmyAgt1" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="IntrmyAgt2" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="IntrmyAgt3" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
* <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}BranchAndFinancialInstitutionIdentification6"/>
* <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}PartyIdentification135"/>
* <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}CashAccount40" minOccurs="0"/>
* <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}PartyIdentification135" minOccurs="0"/>
* <element name="InstrForCdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}InstructionForCreditorAgent3" maxOccurs="unbounded" minOccurs="0"/>
* <element name="Purp" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Purpose2Choice" minOccurs="0"/>
* <element name="RgltryRptg" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}RegulatoryReporting3" maxOccurs="10" minOccurs="0"/>
* <element name="Tax" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}TaxInformation10" minOccurs="0"/>
* <element name="RltdRmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}RemittanceLocation7" maxOccurs="10" minOccurs="0"/>
* <element name="RmtInf" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}RemittanceInformation21" minOccurs="0"/>
* <element name="NclsdFile" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}Document12" maxOccurs="unbounded" minOccurs="0"/>
* <element name="SplmtryData" type="{urn:iso:std:iso:20022:tech:xsd:pain.013.001.09}SupplementaryData1" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CreditTransferTransaction55", propOrder = {
"pmtId",
"pmtTpInf",
"pmtCond",
"amt",
"chrgBr",
"mndtRltdInf",
"chqInstr",
"ultmtDbtr",
"intrmyAgt1",
"intrmyAgt2",
"intrmyAgt3",
"cdtrAgt",
"cdtr",
"cdtrAcct",
"ultmtCdtr",
"instrForCdtrAgt",
"purp",
"rgltryRptg",
"tax",
"rltdRmtInf",
"rmtInf",
"nclsdFile",
"splmtryData"
})
public class CreditTransferTransaction55 {
@XmlElement(name = "PmtId", required = true)
protected PaymentIdentification6 pmtId;
@XmlElement(name = "PmtTpInf")
protected PaymentTypeInformation26 pmtTpInf;
@XmlElement(name = "PmtCond")
protected PaymentCondition1 pmtCond;
@XmlElement(name = "Amt", required = true)
protected AmountType4Choice amt;
@XmlElement(name = "ChrgBr", required = true)
@XmlSchemaType(name = "string")
protected ChargeBearerType1Code chrgBr;
@XmlElement(name = "MndtRltdInf")
protected CreditTransferMandateData1 mndtRltdInf;
@XmlElement(name = "ChqInstr")
protected Cheque11 chqInstr;
@XmlElement(name = "UltmtDbtr")
protected PartyIdentification135 ultmtDbtr;
@XmlElement(name = "IntrmyAgt1")
protected BranchAndFinancialInstitutionIdentification6 intrmyAgt1;
@XmlElement(name = "IntrmyAgt2")
protected BranchAndFinancialInstitutionIdentification6 intrmyAgt2;
@XmlElement(name = "IntrmyAgt3")
protected BranchAndFinancialInstitutionIdentification6 intrmyAgt3;
@XmlElement(name = "CdtrAgt", required = true)
protected BranchAndFinancialInstitutionIdentification6 cdtrAgt;
@XmlElement(name = "Cdtr", required = true)
protected PartyIdentification135 cdtr;
@XmlElement(name = "CdtrAcct")
protected CashAccount40 cdtrAcct;
@XmlElement(name = "UltmtCdtr")
protected PartyIdentification135 ultmtCdtr;
@XmlElement(name = "InstrForCdtrAgt")
protected List instrForCdtrAgt;
@XmlElement(name = "Purp")
protected Purpose2Choice purp;
@XmlElement(name = "RgltryRptg")
protected List rgltryRptg;
@XmlElement(name = "Tax")
protected TaxInformation10 tax;
@XmlElement(name = "RltdRmtInf")
protected List rltdRmtInf;
@XmlElement(name = "RmtInf")
protected RemittanceInformation21 rmtInf;
@XmlElement(name = "NclsdFile")
protected List nclsdFile;
@XmlElement(name = "SplmtryData")
protected List splmtryData;
/**
* Gets the value of the pmtId property.
*
* @return
* possible object is
* {@link PaymentIdentification6 }
*
*/
public PaymentIdentification6 getPmtId() {
return pmtId;
}
/**
* Sets the value of the pmtId property.
*
* @param value
* allowed object is
* {@link PaymentIdentification6 }
*
*/
public void setPmtId(PaymentIdentification6 value) {
this.pmtId = value;
}
/**
* Gets the value of the pmtTpInf property.
*
* @return
* possible object is
* {@link PaymentTypeInformation26 }
*
*/
public PaymentTypeInformation26 getPmtTpInf() {
return pmtTpInf;
}
/**
* Sets the value of the pmtTpInf property.
*
* @param value
* allowed object is
* {@link PaymentTypeInformation26 }
*
*/
public void setPmtTpInf(PaymentTypeInformation26 value) {
this.pmtTpInf = value;
}
/**
* Gets the value of the pmtCond property.
*
* @return
* possible object is
* {@link PaymentCondition1 }
*
*/
public PaymentCondition1 getPmtCond() {
return pmtCond;
}
/**
* Sets the value of the pmtCond property.
*
* @param value
* allowed object is
* {@link PaymentCondition1 }
*
*/
public void setPmtCond(PaymentCondition1 value) {
this.pmtCond = value;
}
/**
* Gets the value of the amt property.
*
* @return
* possible object is
* {@link AmountType4Choice }
*
*/
public AmountType4Choice getAmt() {
return amt;
}
/**
* Sets the value of the amt property.
*
* @param value
* allowed object is
* {@link AmountType4Choice }
*
*/
public void setAmt(AmountType4Choice value) {
this.amt = value;
}
/**
* Gets the value of the chrgBr property.
*
* @return
* possible object is
* {@link ChargeBearerType1Code }
*
*/
public ChargeBearerType1Code getChrgBr() {
return chrgBr;
}
/**
* Sets the value of the chrgBr property.
*
* @param value
* allowed object is
* {@link ChargeBearerType1Code }
*
*/
public void setChrgBr(ChargeBearerType1Code value) {
this.chrgBr = value;
}
/**
* Gets the value of the mndtRltdInf property.
*
* @return
* possible object is
* {@link CreditTransferMandateData1 }
*
*/
public CreditTransferMandateData1 getMndtRltdInf() {
return mndtRltdInf;
}
/**
* Sets the value of the mndtRltdInf property.
*
* @param value
* allowed object is
* {@link CreditTransferMandateData1 }
*
*/
public void setMndtRltdInf(CreditTransferMandateData1 value) {
this.mndtRltdInf = value;
}
/**
* Gets the value of the chqInstr property.
*
* @return
* possible object is
* {@link Cheque11 }
*
*/
public Cheque11 getChqInstr() {
return chqInstr;
}
/**
* Sets the value of the chqInstr property.
*
* @param value
* allowed object is
* {@link Cheque11 }
*
*/
public void setChqInstr(Cheque11 value) {
this.chqInstr = value;
}
/**
* Gets the value of the ultmtDbtr property.
*
* @return
* possible object is
* {@link PartyIdentification135 }
*
*/
public PartyIdentification135 getUltmtDbtr() {
return ultmtDbtr;
}
/**
* Sets the value of the ultmtDbtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification135 }
*
*/
public void setUltmtDbtr(PartyIdentification135 value) {
this.ultmtDbtr = value;
}
/**
* Gets the value of the intrmyAgt1 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getIntrmyAgt1() {
return intrmyAgt1;
}
/**
* Sets the value of the intrmyAgt1 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setIntrmyAgt1(BranchAndFinancialInstitutionIdentification6 value) {
this.intrmyAgt1 = value;
}
/**
* Gets the value of the intrmyAgt2 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getIntrmyAgt2() {
return intrmyAgt2;
}
/**
* Sets the value of the intrmyAgt2 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setIntrmyAgt2(BranchAndFinancialInstitutionIdentification6 value) {
this.intrmyAgt2 = value;
}
/**
* Gets the value of the intrmyAgt3 property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getIntrmyAgt3() {
return intrmyAgt3;
}
/**
* Sets the value of the intrmyAgt3 property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setIntrmyAgt3(BranchAndFinancialInstitutionIdentification6 value) {
this.intrmyAgt3 = value;
}
/**
* Gets the value of the cdtrAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getCdtrAgt() {
return cdtrAgt;
}
/**
* Sets the value of the cdtrAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public void setCdtrAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.cdtrAgt = value;
}
/**
* Gets the value of the cdtr property.
*
* @return
* possible object is
* {@link PartyIdentification135 }
*
*/
public PartyIdentification135 getCdtr() {
return cdtr;
}
/**
* Sets the value of the cdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification135 }
*
*/
public void setCdtr(PartyIdentification135 value) {
this.cdtr = value;
}
/**
* Gets the value of the cdtrAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getCdtrAcct() {
return cdtrAcct;
}
/**
* Sets the value of the cdtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public void setCdtrAcct(CashAccount40 value) {
this.cdtrAcct = value;
}
/**
* Gets the value of the ultmtCdtr property.
*
* @return
* possible object is
* {@link PartyIdentification135 }
*
*/
public PartyIdentification135 getUltmtCdtr() {
return ultmtCdtr;
}
/**
* Sets the value of the ultmtCdtr property.
*
* @param value
* allowed object is
* {@link PartyIdentification135 }
*
*/
public void setUltmtCdtr(PartyIdentification135 value) {
this.ultmtCdtr = value;
}
/**
* Gets the value of the instrForCdtrAgt property.
*
*
* 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 Jakarta XML Binding object.
* This is why there is not a set
method for the instrForCdtrAgt property.
*
*
* For example, to add a new item, do as follows:
*
* getInstrForCdtrAgt().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link InstructionForCreditorAgent3 }
*
*
*/
public List getInstrForCdtrAgt() {
if (instrForCdtrAgt == null) {
instrForCdtrAgt = new ArrayList();
}
return this.instrForCdtrAgt;
}
/**
* Gets the value of the purp property.
*
* @return
* possible object is
* {@link Purpose2Choice }
*
*/
public Purpose2Choice getPurp() {
return purp;
}
/**
* Sets the value of the purp property.
*
* @param value
* allowed object is
* {@link Purpose2Choice }
*
*/
public void setPurp(Purpose2Choice value) {
this.purp = value;
}
/**
* Gets the value of the rgltryRptg property.
*
*
* 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 Jakarta XML Binding object.
* This is why there is not a set
method for the rgltryRptg property.
*
*
* For example, to add a new item, do as follows:
*
* getRgltryRptg().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link RegulatoryReporting3 }
*
*
*/
public List getRgltryRptg() {
if (rgltryRptg == null) {
rgltryRptg = new ArrayList();
}
return this.rgltryRptg;
}
/**
* Gets the value of the tax property.
*
* @return
* possible object is
* {@link TaxInformation10 }
*
*/
public TaxInformation10 getTax() {
return tax;
}
/**
* Sets the value of the tax property.
*
* @param value
* allowed object is
* {@link TaxInformation10 }
*
*/
public void setTax(TaxInformation10 value) {
this.tax = value;
}
/**
* Gets the value of the rltdRmtInf property.
*
*
* 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 Jakarta XML Binding object.
* This is why there is not a set
method for the rltdRmtInf property.
*
*
* For example, to add a new item, do as follows:
*
* getRltdRmtInf().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link RemittanceLocation7 }
*
*
*/
public List getRltdRmtInf() {
if (rltdRmtInf == null) {
rltdRmtInf = new ArrayList();
}
return this.rltdRmtInf;
}
/**
* Gets the value of the rmtInf property.
*
* @return
* possible object is
* {@link RemittanceInformation21 }
*
*/
public RemittanceInformation21 getRmtInf() {
return rmtInf;
}
/**
* Sets the value of the rmtInf property.
*
* @param value
* allowed object is
* {@link RemittanceInformation21 }
*
*/
public void setRmtInf(RemittanceInformation21 value) {
this.rmtInf = value;
}
/**
* Gets the value of the nclsdFile property.
*
*
* 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 Jakarta XML Binding object.
* This is why there is not a set
method for the nclsdFile property.
*
*
* For example, to add a new item, do as follows:
*
* getNclsdFile().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link Document12 }
*
*
*/
public List getNclsdFile() {
if (nclsdFile == null) {
nclsdFile = new ArrayList();
}
return this.nclsdFile;
}
/**
* Gets the value of the splmtryData property.
*
*
* 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 Jakarta XML Binding object.
* This is why there is not a set
method for the splmtryData property.
*
*
* For example, to add a new item, do as follows:
*
* getSplmtryData().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SupplementaryData1 }
*
*
*/
public List getSplmtryData() {
if (splmtryData == null) {
splmtryData = new ArrayList();
}
return this.splmtryData;
}
}