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

org.iso20022.pacs003_001.v09.AmendmentInformationDetails14 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:57 PM IST 
//


package org.iso20022.pacs003_001.v09;

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;


/**
 * Provides further details on the list of direct debit mandate elements that have been modified when the amendment indicator has been set.
 * 
 * 

Java class for AmendmentInformationDetails14 complex type. * *

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

 * <complexType name="AmendmentInformationDetails14">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element name="OrgnlMndtId" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}Max35Text" minOccurs="0"/>
 *         <element name="OrgnlCdtrSchmeId" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}PartyIdentification135" minOccurs="0"/>
 *         <element name="OrgnlCdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="OrgnlCdtrAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}CashAccount40" minOccurs="0"/>
 *         <element name="OrgnlDbtr" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}PartyIdentification135" minOccurs="0"/>
 *         <element name="OrgnlDbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}CashAccount40" minOccurs="0"/>
 *         <element name="OrgnlDbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}BranchAndFinancialInstitutionIdentification6" minOccurs="0"/>
 *         <element name="OrgnlDbtrAgtAcct" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}CashAccount40" minOccurs="0"/>
 *         <element name="OrgnlFnlColltnDt" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}ISODate" minOccurs="0"/>
 *         <element name="OrgnlFrqcy" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}Frequency36Choice" minOccurs="0"/>
 *         <element name="OrgnlRsn" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}MandateSetupReason1Choice" minOccurs="0"/>
 *         <element name="OrgnlTrckgDays" type="{urn:iso:std:iso:20022:tech:xsd:pacs.003.001.09}Exact2NumericText" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AmendmentInformationDetails14", propOrder = { "orgnlMndtId", "orgnlCdtrSchmeId", "orgnlCdtrAgt", "orgnlCdtrAgtAcct", "orgnlDbtr", "orgnlDbtrAcct", "orgnlDbtrAgt", "orgnlDbtrAgtAcct", "orgnlFnlColltnDt", "orgnlFrqcy", "orgnlRsn", "orgnlTrckgDays" }) public class AmendmentInformationDetails14 { @XmlElement(name = "OrgnlMndtId") protected String orgnlMndtId; @XmlElement(name = "OrgnlCdtrSchmeId") protected PartyIdentification135 orgnlCdtrSchmeId; @XmlElement(name = "OrgnlCdtrAgt") protected BranchAndFinancialInstitutionIdentification6 orgnlCdtrAgt; @XmlElement(name = "OrgnlCdtrAgtAcct") protected CashAccount40 orgnlCdtrAgtAcct; @XmlElement(name = "OrgnlDbtr") protected PartyIdentification135 orgnlDbtr; @XmlElement(name = "OrgnlDbtrAcct") protected CashAccount40 orgnlDbtrAcct; @XmlElement(name = "OrgnlDbtrAgt") protected BranchAndFinancialInstitutionIdentification6 orgnlDbtrAgt; @XmlElement(name = "OrgnlDbtrAgtAcct") protected CashAccount40 orgnlDbtrAgtAcct; @XmlElement(name = "OrgnlFnlColltnDt") @XmlSchemaType(name = "date") protected XMLGregorianCalendar orgnlFnlColltnDt; @XmlElement(name = "OrgnlFrqcy") protected Frequency36Choice orgnlFrqcy; @XmlElement(name = "OrgnlRsn") protected MandateSetupReason1Choice orgnlRsn; @XmlElement(name = "OrgnlTrckgDays") protected String orgnlTrckgDays; /** * Gets the value of the orgnlMndtId property. * * @return * possible object is * {@link String } * */ public String getOrgnlMndtId() { return orgnlMndtId; } /** * Sets the value of the orgnlMndtId property. * * @param value * allowed object is * {@link String } * */ public void setOrgnlMndtId(String value) { this.orgnlMndtId = value; } /** * Gets the value of the orgnlCdtrSchmeId property. * * @return * possible object is * {@link PartyIdentification135 } * */ public PartyIdentification135 getOrgnlCdtrSchmeId() { return orgnlCdtrSchmeId; } /** * Sets the value of the orgnlCdtrSchmeId property. * * @param value * allowed object is * {@link PartyIdentification135 } * */ public void setOrgnlCdtrSchmeId(PartyIdentification135 value) { this.orgnlCdtrSchmeId = value; } /** * Gets the value of the orgnlCdtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getOrgnlCdtrAgt() { return orgnlCdtrAgt; } /** * Sets the value of the orgnlCdtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setOrgnlCdtrAgt(BranchAndFinancialInstitutionIdentification6 value) { this.orgnlCdtrAgt = value; } /** * Gets the value of the orgnlCdtrAgtAcct property. * * @return * possible object is * {@link CashAccount40 } * */ public CashAccount40 getOrgnlCdtrAgtAcct() { return orgnlCdtrAgtAcct; } /** * Sets the value of the orgnlCdtrAgtAcct property. * * @param value * allowed object is * {@link CashAccount40 } * */ public void setOrgnlCdtrAgtAcct(CashAccount40 value) { this.orgnlCdtrAgtAcct = value; } /** * Gets the value of the orgnlDbtr property. * * @return * possible object is * {@link PartyIdentification135 } * */ public PartyIdentification135 getOrgnlDbtr() { return orgnlDbtr; } /** * Sets the value of the orgnlDbtr property. * * @param value * allowed object is * {@link PartyIdentification135 } * */ public void setOrgnlDbtr(PartyIdentification135 value) { this.orgnlDbtr = value; } /** * Gets the value of the orgnlDbtrAcct property. * * @return * possible object is * {@link CashAccount40 } * */ public CashAccount40 getOrgnlDbtrAcct() { return orgnlDbtrAcct; } /** * Sets the value of the orgnlDbtrAcct property. * * @param value * allowed object is * {@link CashAccount40 } * */ public void setOrgnlDbtrAcct(CashAccount40 value) { this.orgnlDbtrAcct = value; } /** * Gets the value of the orgnlDbtrAgt property. * * @return * possible object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public BranchAndFinancialInstitutionIdentification6 getOrgnlDbtrAgt() { return orgnlDbtrAgt; } /** * Sets the value of the orgnlDbtrAgt property. * * @param value * allowed object is * {@link BranchAndFinancialInstitutionIdentification6 } * */ public void setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentification6 value) { this.orgnlDbtrAgt = value; } /** * Gets the value of the orgnlDbtrAgtAcct property. * * @return * possible object is * {@link CashAccount40 } * */ public CashAccount40 getOrgnlDbtrAgtAcct() { return orgnlDbtrAgtAcct; } /** * Sets the value of the orgnlDbtrAgtAcct property. * * @param value * allowed object is * {@link CashAccount40 } * */ public void setOrgnlDbtrAgtAcct(CashAccount40 value) { this.orgnlDbtrAgtAcct = value; } /** * Gets the value of the orgnlFnlColltnDt property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getOrgnlFnlColltnDt() { return orgnlFnlColltnDt; } /** * Sets the value of the orgnlFnlColltnDt property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setOrgnlFnlColltnDt(XMLGregorianCalendar value) { this.orgnlFnlColltnDt = value; } /** * Gets the value of the orgnlFrqcy property. * * @return * possible object is * {@link Frequency36Choice } * */ public Frequency36Choice getOrgnlFrqcy() { return orgnlFrqcy; } /** * Sets the value of the orgnlFrqcy property. * * @param value * allowed object is * {@link Frequency36Choice } * */ public void setOrgnlFrqcy(Frequency36Choice value) { this.orgnlFrqcy = value; } /** * Gets the value of the orgnlRsn property. * * @return * possible object is * {@link MandateSetupReason1Choice } * */ public MandateSetupReason1Choice getOrgnlRsn() { return orgnlRsn; } /** * Sets the value of the orgnlRsn property. * * @param value * allowed object is * {@link MandateSetupReason1Choice } * */ public void setOrgnlRsn(MandateSetupReason1Choice value) { this.orgnlRsn = value; } /** * Gets the value of the orgnlTrckgDays property. * * @return * possible object is * {@link String } * */ public String getOrgnlTrckgDays() { return orgnlTrckgDays; } /** * Sets the value of the orgnlTrckgDays property. * * @param value * allowed object is * {@link String } * */ public void setOrgnlTrckgDays(String value) { this.orgnlTrckgDays = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy