com.prowidesoftware.swift.model.mx.dic.AmendmentInformationDetails13 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-iso20022 Show documentation
Show all versions of pw-iso20022 Show documentation
Prowide Library for ISO 20022 messages
The newest version!
package com.prowidesoftware.swift.model.mx.dic;
import java.time.LocalDate;
import com.prowidesoftware.swift.model.mx.adapters.IsoDateAdapter;
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;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
/**
* Provides further details on the list of direct debit mandate elements that have been modified when the amendment indicator has been set.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AmendmentInformationDetails13", propOrder = {
"orgnlMndtId",
"orgnlCdtrSchmeId",
"orgnlCdtrAgt",
"orgnlCdtrAgtAcct",
"orgnlDbtr",
"orgnlDbtrAcct",
"orgnlDbtrAgt",
"orgnlDbtrAgtAcct",
"orgnlFnlColltnDt",
"orgnlFrqcy",
"orgnlRsn",
"orgnlTrckgDays"
})
public class AmendmentInformationDetails13 {
@XmlElement(name = "OrgnlMndtId")
protected String orgnlMndtId;
@XmlElement(name = "OrgnlCdtrSchmeId")
protected PartyIdentification135 orgnlCdtrSchmeId;
@XmlElement(name = "OrgnlCdtrAgt")
protected BranchAndFinancialInstitutionIdentification6 orgnlCdtrAgt;
@XmlElement(name = "OrgnlCdtrAgtAcct")
protected CashAccount38 orgnlCdtrAgtAcct;
@XmlElement(name = "OrgnlDbtr")
protected PartyIdentification135 orgnlDbtr;
@XmlElement(name = "OrgnlDbtrAcct")
protected CashAccount38 orgnlDbtrAcct;
@XmlElement(name = "OrgnlDbtrAgt")
protected BranchAndFinancialInstitutionIdentification6 orgnlDbtrAgt;
@XmlElement(name = "OrgnlDbtrAgtAcct")
protected CashAccount38 orgnlDbtrAgtAcct;
@XmlElement(name = "OrgnlFnlColltnDt", type = String.class)
@XmlJavaTypeAdapter(IsoDateAdapter.class)
@XmlSchemaType(name = "date")
protected LocalDate 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 AmendmentInformationDetails13 setOrgnlMndtId(String value) {
this.orgnlMndtId = value;
return this;
}
/**
* 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 AmendmentInformationDetails13 setOrgnlCdtrSchmeId(PartyIdentification135 value) {
this.orgnlCdtrSchmeId = value;
return this;
}
/**
* 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 AmendmentInformationDetails13 setOrgnlCdtrAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.orgnlCdtrAgt = value;
return this;
}
/**
* Gets the value of the orgnlCdtrAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount38 }
*
*/
public CashAccount38 getOrgnlCdtrAgtAcct() {
return orgnlCdtrAgtAcct;
}
/**
* Sets the value of the orgnlCdtrAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount38 }
*
*/
public AmendmentInformationDetails13 setOrgnlCdtrAgtAcct(CashAccount38 value) {
this.orgnlCdtrAgtAcct = value;
return this;
}
/**
* 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 AmendmentInformationDetails13 setOrgnlDbtr(PartyIdentification135 value) {
this.orgnlDbtr = value;
return this;
}
/**
* Gets the value of the orgnlDbtrAcct property.
*
* @return
* possible object is
* {@link CashAccount38 }
*
*/
public CashAccount38 getOrgnlDbtrAcct() {
return orgnlDbtrAcct;
}
/**
* Sets the value of the orgnlDbtrAcct property.
*
* @param value
* allowed object is
* {@link CashAccount38 }
*
*/
public AmendmentInformationDetails13 setOrgnlDbtrAcct(CashAccount38 value) {
this.orgnlDbtrAcct = value;
return this;
}
/**
* 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 AmendmentInformationDetails13 setOrgnlDbtrAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.orgnlDbtrAgt = value;
return this;
}
/**
* Gets the value of the orgnlDbtrAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount38 }
*
*/
public CashAccount38 getOrgnlDbtrAgtAcct() {
return orgnlDbtrAgtAcct;
}
/**
* Sets the value of the orgnlDbtrAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount38 }
*
*/
public AmendmentInformationDetails13 setOrgnlDbtrAgtAcct(CashAccount38 value) {
this.orgnlDbtrAgtAcct = value;
return this;
}
/**
* Gets the value of the orgnlFnlColltnDt property.
*
* @return
* possible object is
* {@link String }
*
*/
public LocalDate getOrgnlFnlColltnDt() {
return orgnlFnlColltnDt;
}
/**
* Sets the value of the orgnlFnlColltnDt property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public AmendmentInformationDetails13 setOrgnlFnlColltnDt(LocalDate value) {
this.orgnlFnlColltnDt = value;
return this;
}
/**
* 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 AmendmentInformationDetails13 setOrgnlFrqcy(Frequency36Choice value) {
this.orgnlFrqcy = value;
return this;
}
/**
* 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 AmendmentInformationDetails13 setOrgnlRsn(MandateSetupReason1Choice value) {
this.orgnlRsn = value;
return this;
}
/**
* 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 AmendmentInformationDetails13 setOrgnlTrckgDays(String value) {
this.orgnlTrckgDays = value;
return this;
}
@Override
public String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE);
}
@Override
public boolean equals(Object that) {
return EqualsBuilder.reflectionEquals(this, that);
}
@Override
public int hashCode() {
return HashCodeBuilder.reflectionHashCode(this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy