All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.iso20022.camt056_001.v10.OriginalTransactionReference35 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:04:53 PM IST 
//


package org.iso20022.camt056_001.v10;

import javax.xml.datatype.XMLGregorianCalendar;
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 OriginalTransactionReference35 complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="OriginalTransactionReference35">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="IntrBkSttlmAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
 *         <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}AmountType4Choice" minOccurs="0"/>
 *         <element name="IntrBkSttlmDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}ISODate" minOccurs="0"/>
 *         <element name="ReqdColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}ISODate" minOccurs="0"/>
 *         <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}DateAndDateTime2Choice" minOccurs="0"/>
 *         <element name="CdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}PartyIdentification135" minOccurs="0"/>
 *         <element name="SttlmInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}SettlementInstruction11" minOccurs="0"/>
 *         <element name="PmtTpInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}PaymentTypeInformation27" minOccurs="0"/>
 *         <element name="PmtMtd" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}PaymentMethod4Code" minOccurs="0"/>
 *         <element name="MndtRltdInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}MandateRelatedData2Choice" minOccurs="0"/>
 *         <element name="RmtInf" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}RemittanceInformation21" minOccurs="0"/>
 *         <element name="UltmtDbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Party40Choice" minOccurs="0"/>
 *         <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Party40Choice" minOccurs="0"/>
 *         <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}CashAccount40" minOccurs="0"/>
 *         <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="DbtrAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}CashAccount40" minOccurs="0"/>
 *         <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="CdtrAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}CashAccount40" minOccurs="0"/>
 *         <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Party40Choice" minOccurs="0"/>
 *         <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}CashAccount40" minOccurs="0"/>
 *         <element name="UltmtCdtr" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Party40Choice" minOccurs="0"/>
 *         <element name="Purp" type="{urn:iso:std:iso:20022:tech:xsd:camt.056.001.10}Purpose2Choice" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "OriginalTransactionReference35", propOrder = { "intrBkSttlmAmt", "amt", "intrBkSttlmDt", "reqdColltnDt", "reqdExctnDt", "cdtrSchmeId", "sttlmInf", "pmtTpInf", "pmtMtd", "mndtRltdInf", "rmtInf", "ultmtDbtr", "dbtr", "dbtrAcct", "dbtrAgt", "dbtrAgtAcct", "cdtrAgt", "cdtrAgtAcct", "cdtr", "cdtrAcct", "ultmtCdtr", "purp" }) public class OriginalTransactionReference35 { @XmlElement(name = "IntrBkSttlmAmt") protected ActiveOrHistoricCurrencyAndAmount intrBkSttlmAmt; @XmlElement(name = "Amt") protected AmountType4Choice amt; @XmlElement(name = "IntrBkSttlmDt") @XmlSchemaType(name = "date") protected XMLGregorianCalendar intrBkSttlmDt; @XmlElement(name = "ReqdColltnDt") @XmlSchemaType(name = "date") protected XMLGregorianCalendar reqdColltnDt; @XmlElement(name = "ReqdExctnDt") protected DateAndDateTime2Choice reqdExctnDt; @XmlElement(name = "CdtrSchmeId") protected PartyIdentification135 cdtrSchmeId; @XmlElement(name = "SttlmInf") protected SettlementInstruction11 sttlmInf; @XmlElement(name = "PmtTpInf") protected PaymentTypeInformation27 pmtTpInf; @XmlElement(name = "PmtMtd") @XmlSchemaType(name = "string") protected PaymentMethod4Code pmtMtd; @XmlElement(name = "MndtRltdInf") protected MandateRelatedData2Choice mndtRltdInf; @XmlElement(name = "RmtInf") protected RemittanceInformation21 rmtInf; @XmlElement(name = "UltmtDbtr") protected Party40Choice ultmtDbtr; @XmlElement(name = "Dbtr") protected Party40Choice dbtr; @XmlElement(name = "DbtrAcct") protected CashAccount40 dbtrAcct; @XmlElement(name = "DbtrAgt") protected BranchAndFinancialInstitutionIdentification6 dbtrAgt; @XmlElement(name = "DbtrAgtAcct") protected CashAccount40 dbtrAgtAcct; @XmlElement(name = "CdtrAgt") protected BranchAndFinancialInstitutionIdentification6 cdtrAgt; @XmlElement(name = "CdtrAgtAcct") protected CashAccount40 cdtrAgtAcct; @XmlElement(name = "Cdtr") protected Party40Choice cdtr; @XmlElement(name = "CdtrAcct") protected CashAccount40 cdtrAcct; @XmlElement(name = "UltmtCdtr") protected Party40Choice ultmtCdtr; @XmlElement(name = "Purp") protected Purpose2Choice purp; /** * Gets the value of the intrBkSttlmAmt property. * * @return * possible object is * {@link ActiveOrHistoricCurrencyAndAmount } * */ public ActiveOrHistoricCurrencyAndAmount getIntrBkSttlmAmt() { return intrBkSttlmAmt; } /** * Sets the value of the intrBkSttlmAmt property. * * @param value * allowed object is * {@link ActiveOrHistoricCurrencyAndAmount } * */ public void setIntrBkSttlmAmt(ActiveOrHistoricCurrencyAndAmount value) { this.intrBkSttlmAmt = 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 intrBkSttlmDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getIntrBkSttlmDt() { return intrBkSttlmDt; } /** * Sets the value of the intrBkSttlmDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setIntrBkSttlmDt(XMLGregorianCalendar value) { this.intrBkSttlmDt = value; } /** * Gets the value of the reqdColltnDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getReqdColltnDt() { return reqdColltnDt; } /** * Sets the value of the reqdColltnDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setReqdColltnDt(XMLGregorianCalendar value) { this.reqdColltnDt = value; } /** * Gets the value of the reqdExctnDt property. * * @return * possible object is * {@link DateAndDateTime2Choice } * */ public DateAndDateTime2Choice getReqdExctnDt() { return reqdExctnDt; } /** * Sets the value of the reqdExctnDt property. * * @param value * allowed object is * {@link DateAndDateTime2Choice } * */ public void setReqdExctnDt(DateAndDateTime2Choice value) { this.reqdExctnDt = value; } /** * Gets the value of the cdtrSchmeId property. * * @return * possible object is * {@link PartyIdentification135 } * */ public PartyIdentification135 getCdtrSchmeId() { return cdtrSchmeId; } /** * Sets the value of the cdtrSchmeId property. * * @param value * allowed object is * {@link PartyIdentification135 } * */ public void setCdtrSchmeId(PartyIdentification135 value) { this.cdtrSchmeId = value; } /** * Gets the value of the sttlmInf property. * * @return * possible object is * {@link SettlementInstruction11 } * */ public SettlementInstruction11 getSttlmInf() { return sttlmInf; } /** * Sets the value of the sttlmInf property. * * @param value * allowed object is * {@link SettlementInstruction11 } * */ public void setSttlmInf(SettlementInstruction11 value) { this.sttlmInf = value; } /** * Gets the value of the pmtTpInf property. * * @return * possible object is * {@link PaymentTypeInformation27 } * */ public PaymentTypeInformation27 getPmtTpInf() { return pmtTpInf; } /** * Sets the value of the pmtTpInf property. * * @param value * allowed object is * {@link PaymentTypeInformation27 } * */ public void setPmtTpInf(PaymentTypeInformation27 value) { this.pmtTpInf = value; } /** * Gets the value of the pmtMtd property. * * @return * possible object is * {@link PaymentMethod4Code } * */ public PaymentMethod4Code getPmtMtd() { return pmtMtd; } /** * Sets the value of the pmtMtd property. * * @param value * allowed object is * {@link PaymentMethod4Code } * */ public void setPmtMtd(PaymentMethod4Code value) { this.pmtMtd = value; } /** * Gets the value of the mndtRltdInf property. * * @return * possible object is * {@link MandateRelatedData2Choice } * */ public MandateRelatedData2Choice getMndtRltdInf() { return mndtRltdInf; } /** * Sets the value of the mndtRltdInf property. * * @param value * allowed object is * {@link MandateRelatedData2Choice } * */ public void setMndtRltdInf(MandateRelatedData2Choice value) { this.mndtRltdInf = value; } /** * 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 ultmtDbtr property. * * @return * possible object is * {@link Party40Choice } * */ public Party40Choice getUltmtDbtr() { return ultmtDbtr; } /** * Sets the value of the ultmtDbtr property. * * @param value * allowed object is * {@link Party40Choice } * */ public void setUltmtDbtr(Party40Choice value) { this.ultmtDbtr = value; } /** * Gets the value of the dbtr property. * * @return * possible object is * {@link Party40Choice } * */ public Party40Choice getDbtr() { return dbtr; } /** * Sets the value of the dbtr property. * * @param value * allowed object is * {@link Party40Choice } * */ public void setDbtr(Party40Choice value) { this.dbtr = value; } /** * Gets the value of the dbtrAcct property. * * @return * possible object is * {@link CashAccount40 } * */ public CashAccount40 getDbtrAcct() { return dbtrAcct; } /** * Sets the value of the dbtrAcct property. * * @param value * allowed object is * {@link CashAccount40 } * */ public void setDbtrAcct(CashAccount40 value) { this.dbtrAcct = value; } /** * Gets the value of the dbtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getDbtrAgt() { return dbtrAgt; } /** * Sets the value of the dbtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setDbtrAgt(BranchAndFinancialInstitutionIdentification6 value) { this.dbtrAgt = value; } /** * Gets the value of the dbtrAgtAcct property. * * @return * possible object is * {@link CashAccount40 } * */ public CashAccount40 getDbtrAgtAcct() { return dbtrAgtAcct; } /** * Sets the value of the dbtrAgtAcct property. * * @param value * allowed object is * {@link CashAccount40 } * */ public void setDbtrAgtAcct(CashAccount40 value) { this.dbtrAgtAcct = 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 cdtrAgtAcct property. * * @return * possible object is * {@link CashAccount40 } * */ public CashAccount40 getCdtrAgtAcct() { return cdtrAgtAcct; } /** * Sets the value of the cdtrAgtAcct property. * * @param value * allowed object is * {@link CashAccount40 } * */ public void setCdtrAgtAcct(CashAccount40 value) { this.cdtrAgtAcct = value; } /** * Gets the value of the cdtr property. * * @return * possible object is * {@link Party40Choice } * */ public Party40Choice getCdtr() { return cdtr; } /** * Sets the value of the cdtr property. * * @param value * allowed object is * {@link Party40Choice } * */ public void setCdtr(Party40Choice 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 Party40Choice } * */ public Party40Choice getUltmtCdtr() { return ultmtCdtr; } /** * Sets the value of the ultmtCdtr property. * * @param value * allowed object is * {@link Party40Choice } * */ public void setUltmtCdtr(Party40Choice value) { this.ultmtCdtr = value; } /** * 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; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy