com.prowidesoftware.swift.model.mx.dic.SettlementInstruction11 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 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 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 settlement of the instruction.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SettlementInstruction11", propOrder = {
"sttlmMtd",
"sttlmAcct",
"clrSys",
"instgRmbrsmntAgt",
"instgRmbrsmntAgtAcct",
"instdRmbrsmntAgt",
"instdRmbrsmntAgtAcct",
"thrdRmbrsmntAgt",
"thrdRmbrsmntAgtAcct"
})
public class SettlementInstruction11 {
@XmlElement(name = "SttlmMtd", required = true)
@XmlSchemaType(name = "string")
protected SettlementMethod1Code sttlmMtd;
@XmlElement(name = "SttlmAcct")
protected CashAccount40 sttlmAcct;
@XmlElement(name = "ClrSys")
protected ClearingSystemIdentification3Choice clrSys;
@XmlElement(name = "InstgRmbrsmntAgt")
protected BranchAndFinancialInstitutionIdentification6 instgRmbrsmntAgt;
@XmlElement(name = "InstgRmbrsmntAgtAcct")
protected CashAccount40 instgRmbrsmntAgtAcct;
@XmlElement(name = "InstdRmbrsmntAgt")
protected BranchAndFinancialInstitutionIdentification6 instdRmbrsmntAgt;
@XmlElement(name = "InstdRmbrsmntAgtAcct")
protected CashAccount40 instdRmbrsmntAgtAcct;
@XmlElement(name = "ThrdRmbrsmntAgt")
protected BranchAndFinancialInstitutionIdentification6 thrdRmbrsmntAgt;
@XmlElement(name = "ThrdRmbrsmntAgtAcct")
protected CashAccount40 thrdRmbrsmntAgtAcct;
/**
* Gets the value of the sttlmMtd property.
*
* @return
* possible object is
* {@link SettlementMethod1Code }
*
*/
public SettlementMethod1Code getSttlmMtd() {
return sttlmMtd;
}
/**
* Sets the value of the sttlmMtd property.
*
* @param value
* allowed object is
* {@link SettlementMethod1Code }
*
*/
public SettlementInstruction11 setSttlmMtd(SettlementMethod1Code value) {
this.sttlmMtd = value;
return this;
}
/**
* Gets the value of the sttlmAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getSttlmAcct() {
return sttlmAcct;
}
/**
* Sets the value of the sttlmAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public SettlementInstruction11 setSttlmAcct(CashAccount40 value) {
this.sttlmAcct = value;
return this;
}
/**
* Gets the value of the clrSys property.
*
* @return
* possible object is
* {@link ClearingSystemIdentification3Choice }
*
*/
public ClearingSystemIdentification3Choice getClrSys() {
return clrSys;
}
/**
* Sets the value of the clrSys property.
*
* @param value
* allowed object is
* {@link ClearingSystemIdentification3Choice }
*
*/
public SettlementInstruction11 setClrSys(ClearingSystemIdentification3Choice value) {
this.clrSys = value;
return this;
}
/**
* Gets the value of the instgRmbrsmntAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getInstgRmbrsmntAgt() {
return instgRmbrsmntAgt;
}
/**
* Sets the value of the instgRmbrsmntAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public SettlementInstruction11 setInstgRmbrsmntAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.instgRmbrsmntAgt = value;
return this;
}
/**
* Gets the value of the instgRmbrsmntAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getInstgRmbrsmntAgtAcct() {
return instgRmbrsmntAgtAcct;
}
/**
* Sets the value of the instgRmbrsmntAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public SettlementInstruction11 setInstgRmbrsmntAgtAcct(CashAccount40 value) {
this.instgRmbrsmntAgtAcct = value;
return this;
}
/**
* Gets the value of the instdRmbrsmntAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getInstdRmbrsmntAgt() {
return instdRmbrsmntAgt;
}
/**
* Sets the value of the instdRmbrsmntAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public SettlementInstruction11 setInstdRmbrsmntAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.instdRmbrsmntAgt = value;
return this;
}
/**
* Gets the value of the instdRmbrsmntAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getInstdRmbrsmntAgtAcct() {
return instdRmbrsmntAgtAcct;
}
/**
* Sets the value of the instdRmbrsmntAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public SettlementInstruction11 setInstdRmbrsmntAgtAcct(CashAccount40 value) {
this.instdRmbrsmntAgtAcct = value;
return this;
}
/**
* Gets the value of the thrdRmbrsmntAgt property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getThrdRmbrsmntAgt() {
return thrdRmbrsmntAgt;
}
/**
* Sets the value of the thrdRmbrsmntAgt property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public SettlementInstruction11 setThrdRmbrsmntAgt(BranchAndFinancialInstitutionIdentification6 value) {
this.thrdRmbrsmntAgt = value;
return this;
}
/**
* Gets the value of the thrdRmbrsmntAgtAcct property.
*
* @return
* possible object is
* {@link CashAccount40 }
*
*/
public CashAccount40 getThrdRmbrsmntAgtAcct() {
return thrdRmbrsmntAgtAcct;
}
/**
* Sets the value of the thrdRmbrsmntAgtAcct property.
*
* @param value
* allowed object is
* {@link CashAccount40 }
*
*/
public SettlementInstruction11 setThrdRmbrsmntAgtAcct(CashAccount40 value) {
this.thrdRmbrsmntAgtAcct = 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