com.prowidesoftware.swift.model.mx.dic.StandingOrderSearchCriteria3 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.math.BigDecimal;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
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;
/**
* Defines the criteria which are used to search for standing orders defined within the system.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "StandingOrderSearchCriteria3", propOrder = {
"keyAttrbtsInd",
"stgOrdrId",
"tp",
"acct",
"ccy",
"vldtyPrd",
"sysMmb",
"rspnsblPty",
"assoctdPoolAcct",
"lkSetId",
"lkSetOrdrId",
"lkSetOrdrSeq",
"zeroSweepInd"
})
public class StandingOrderSearchCriteria3 {
@XmlElement(name = "KeyAttrbtsInd")
protected Boolean keyAttrbtsInd;
@XmlElement(name = "StgOrdrId")
protected String stgOrdrId;
@XmlElement(name = "Tp")
protected StandingOrderType1Choice tp;
@XmlElement(name = "Acct")
protected CashAccount38 acct;
@XmlElement(name = "Ccy")
protected String ccy;
@XmlElement(name = "VldtyPrd")
protected DatePeriod2Choice vldtyPrd;
@XmlElement(name = "SysMmb")
protected BranchAndFinancialInstitutionIdentification6 sysMmb;
@XmlElement(name = "RspnsblPty")
protected BranchAndFinancialInstitutionIdentification6 rspnsblPty;
@XmlElement(name = "AssoctdPoolAcct")
protected AccountIdentification4Choice assoctdPoolAcct;
@XmlElement(name = "LkSetId")
protected String lkSetId;
@XmlElement(name = "LkSetOrdrId")
protected String lkSetOrdrId;
@XmlElement(name = "LkSetOrdrSeq")
protected BigDecimal lkSetOrdrSeq;
@XmlElement(name = "ZeroSweepInd")
protected Boolean zeroSweepInd;
/**
* Gets the value of the keyAttrbtsInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isKeyAttrbtsInd() {
return keyAttrbtsInd;
}
/**
* Sets the value of the keyAttrbtsInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public StandingOrderSearchCriteria3 setKeyAttrbtsInd(Boolean value) {
this.keyAttrbtsInd = value;
return this;
}
/**
* Gets the value of the stgOrdrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStgOrdrId() {
return stgOrdrId;
}
/**
* Sets the value of the stgOrdrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public StandingOrderSearchCriteria3 setStgOrdrId(String value) {
this.stgOrdrId = value;
return this;
}
/**
* Gets the value of the tp property.
*
* @return
* possible object is
* {@link StandingOrderType1Choice }
*
*/
public StandingOrderType1Choice getTp() {
return tp;
}
/**
* Sets the value of the tp property.
*
* @param value
* allowed object is
* {@link StandingOrderType1Choice }
*
*/
public StandingOrderSearchCriteria3 setTp(StandingOrderType1Choice value) {
this.tp = value;
return this;
}
/**
* Gets the value of the acct property.
*
* @return
* possible object is
* {@link CashAccount38 }
*
*/
public CashAccount38 getAcct() {
return acct;
}
/**
* Sets the value of the acct property.
*
* @param value
* allowed object is
* {@link CashAccount38 }
*
*/
public StandingOrderSearchCriteria3 setAcct(CashAccount38 value) {
this.acct = value;
return this;
}
/**
* Gets the value of the ccy property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCcy() {
return ccy;
}
/**
* Sets the value of the ccy property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public StandingOrderSearchCriteria3 setCcy(String value) {
this.ccy = value;
return this;
}
/**
* Gets the value of the vldtyPrd property.
*
* @return
* possible object is
* {@link DatePeriod2Choice }
*
*/
public DatePeriod2Choice getVldtyPrd() {
return vldtyPrd;
}
/**
* Sets the value of the vldtyPrd property.
*
* @param value
* allowed object is
* {@link DatePeriod2Choice }
*
*/
public StandingOrderSearchCriteria3 setVldtyPrd(DatePeriod2Choice value) {
this.vldtyPrd = value;
return this;
}
/**
* Gets the value of the sysMmb property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getSysMmb() {
return sysMmb;
}
/**
* Sets the value of the sysMmb property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public StandingOrderSearchCriteria3 setSysMmb(BranchAndFinancialInstitutionIdentification6 value) {
this.sysMmb = value;
return this;
}
/**
* Gets the value of the rspnsblPty property.
*
* @return
* possible object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public BranchAndFinancialInstitutionIdentification6 getRspnsblPty() {
return rspnsblPty;
}
/**
* Sets the value of the rspnsblPty property.
*
* @param value
* allowed object is
* {@link BranchAndFinancialInstitutionIdentification6 }
*
*/
public StandingOrderSearchCriteria3 setRspnsblPty(BranchAndFinancialInstitutionIdentification6 value) {
this.rspnsblPty = value;
return this;
}
/**
* Gets the value of the assoctdPoolAcct property.
*
* @return
* possible object is
* {@link AccountIdentification4Choice }
*
*/
public AccountIdentification4Choice getAssoctdPoolAcct() {
return assoctdPoolAcct;
}
/**
* Sets the value of the assoctdPoolAcct property.
*
* @param value
* allowed object is
* {@link AccountIdentification4Choice }
*
*/
public StandingOrderSearchCriteria3 setAssoctdPoolAcct(AccountIdentification4Choice value) {
this.assoctdPoolAcct = value;
return this;
}
/**
* Gets the value of the lkSetId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLkSetId() {
return lkSetId;
}
/**
* Sets the value of the lkSetId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public StandingOrderSearchCriteria3 setLkSetId(String value) {
this.lkSetId = value;
return this;
}
/**
* Gets the value of the lkSetOrdrId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getLkSetOrdrId() {
return lkSetOrdrId;
}
/**
* Sets the value of the lkSetOrdrId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public StandingOrderSearchCriteria3 setLkSetOrdrId(String value) {
this.lkSetOrdrId = value;
return this;
}
/**
* Gets the value of the lkSetOrdrSeq property.
*
* @return
* possible object is
* {@link BigDecimal }
*
*/
public BigDecimal getLkSetOrdrSeq() {
return lkSetOrdrSeq;
}
/**
* Sets the value of the lkSetOrdrSeq property.
*
* @param value
* allowed object is
* {@link BigDecimal }
*
*/
public StandingOrderSearchCriteria3 setLkSetOrdrSeq(BigDecimal value) {
this.lkSetOrdrSeq = value;
return this;
}
/**
* Gets the value of the zeroSweepInd property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isZeroSweepInd() {
return zeroSweepInd;
}
/**
* Sets the value of the zeroSweepInd property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public StandingOrderSearchCriteria3 setZeroSweepInd(Boolean value) {
this.zeroSweepInd = 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