com.prowidesoftware.swift.model.mx.dic.Reason20Choice 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.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;
/**
* Choice of reason.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Reason20Choice", propOrder = {
"repoCallAckRsn",
"cxlRsn",
"pdgCxlRsn",
"gnrtdRsn",
"dndRsn",
"ackdAccptdRsn",
"pdgRsn",
"flngRsn",
"pdgPrcgRsn",
"rjctnRsn",
"rprRsn",
"pdgModRsn",
"umtchdRsn"
})
public class Reason20Choice {
@XmlElement(name = "RepoCallAckRsn")
protected AcknowledgementReason18Choice repoCallAckRsn;
@XmlElement(name = "CxlRsn")
protected CancellationReason30Choice cxlRsn;
@XmlElement(name = "PdgCxlRsn")
protected PendingCancellationReasons5Choice pdgCxlRsn;
@XmlElement(name = "GnrtdRsn")
protected GeneratedReasons6Choice gnrtdRsn;
@XmlElement(name = "DndRsn")
protected DeniedReason23Choice dndRsn;
@XmlElement(name = "AckdAccptdRsn")
protected AcknowledgementReason16Choice ackdAccptdRsn;
@XmlElement(name = "PdgRsn")
protected PendingReason47Choice pdgRsn;
@XmlElement(name = "FlngRsn")
protected FailingReason15Choice flngRsn;
@XmlElement(name = "PdgPrcgRsn")
protected PendingProcessingReason13Choice pdgPrcgRsn;
@XmlElement(name = "RjctnRsn")
protected RejectionReason51Choice rjctnRsn;
@XmlElement(name = "RprRsn")
protected RepairReason18Choice rprRsn;
@XmlElement(name = "PdgModRsn")
protected PendingReason37Choice pdgModRsn;
@XmlElement(name = "UmtchdRsn")
protected UnmatchedReason29Choice umtchdRsn;
/**
* Gets the value of the repoCallAckRsn property.
*
* @return
* possible object is
* {@link AcknowledgementReason18Choice }
*
*/
public AcknowledgementReason18Choice getRepoCallAckRsn() {
return repoCallAckRsn;
}
/**
* Sets the value of the repoCallAckRsn property.
*
* @param value
* allowed object is
* {@link AcknowledgementReason18Choice }
*
*/
public Reason20Choice setRepoCallAckRsn(AcknowledgementReason18Choice value) {
this.repoCallAckRsn = value;
return this;
}
/**
* Gets the value of the cxlRsn property.
*
* @return
* possible object is
* {@link CancellationReason30Choice }
*
*/
public CancellationReason30Choice getCxlRsn() {
return cxlRsn;
}
/**
* Sets the value of the cxlRsn property.
*
* @param value
* allowed object is
* {@link CancellationReason30Choice }
*
*/
public Reason20Choice setCxlRsn(CancellationReason30Choice value) {
this.cxlRsn = value;
return this;
}
/**
* Gets the value of the pdgCxlRsn property.
*
* @return
* possible object is
* {@link PendingCancellationReasons5Choice }
*
*/
public PendingCancellationReasons5Choice getPdgCxlRsn() {
return pdgCxlRsn;
}
/**
* Sets the value of the pdgCxlRsn property.
*
* @param value
* allowed object is
* {@link PendingCancellationReasons5Choice }
*
*/
public Reason20Choice setPdgCxlRsn(PendingCancellationReasons5Choice value) {
this.pdgCxlRsn = value;
return this;
}
/**
* Gets the value of the gnrtdRsn property.
*
* @return
* possible object is
* {@link GeneratedReasons6Choice }
*
*/
public GeneratedReasons6Choice getGnrtdRsn() {
return gnrtdRsn;
}
/**
* Sets the value of the gnrtdRsn property.
*
* @param value
* allowed object is
* {@link GeneratedReasons6Choice }
*
*/
public Reason20Choice setGnrtdRsn(GeneratedReasons6Choice value) {
this.gnrtdRsn = value;
return this;
}
/**
* Gets the value of the dndRsn property.
*
* @return
* possible object is
* {@link DeniedReason23Choice }
*
*/
public DeniedReason23Choice getDndRsn() {
return dndRsn;
}
/**
* Sets the value of the dndRsn property.
*
* @param value
* allowed object is
* {@link DeniedReason23Choice }
*
*/
public Reason20Choice setDndRsn(DeniedReason23Choice value) {
this.dndRsn = value;
return this;
}
/**
* Gets the value of the ackdAccptdRsn property.
*
* @return
* possible object is
* {@link AcknowledgementReason16Choice }
*
*/
public AcknowledgementReason16Choice getAckdAccptdRsn() {
return ackdAccptdRsn;
}
/**
* Sets the value of the ackdAccptdRsn property.
*
* @param value
* allowed object is
* {@link AcknowledgementReason16Choice }
*
*/
public Reason20Choice setAckdAccptdRsn(AcknowledgementReason16Choice value) {
this.ackdAccptdRsn = value;
return this;
}
/**
* Gets the value of the pdgRsn property.
*
* @return
* possible object is
* {@link PendingReason47Choice }
*
*/
public PendingReason47Choice getPdgRsn() {
return pdgRsn;
}
/**
* Sets the value of the pdgRsn property.
*
* @param value
* allowed object is
* {@link PendingReason47Choice }
*
*/
public Reason20Choice setPdgRsn(PendingReason47Choice value) {
this.pdgRsn = value;
return this;
}
/**
* Gets the value of the flngRsn property.
*
* @return
* possible object is
* {@link FailingReason15Choice }
*
*/
public FailingReason15Choice getFlngRsn() {
return flngRsn;
}
/**
* Sets the value of the flngRsn property.
*
* @param value
* allowed object is
* {@link FailingReason15Choice }
*
*/
public Reason20Choice setFlngRsn(FailingReason15Choice value) {
this.flngRsn = value;
return this;
}
/**
* Gets the value of the pdgPrcgRsn property.
*
* @return
* possible object is
* {@link PendingProcessingReason13Choice }
*
*/
public PendingProcessingReason13Choice getPdgPrcgRsn() {
return pdgPrcgRsn;
}
/**
* Sets the value of the pdgPrcgRsn property.
*
* @param value
* allowed object is
* {@link PendingProcessingReason13Choice }
*
*/
public Reason20Choice setPdgPrcgRsn(PendingProcessingReason13Choice value) {
this.pdgPrcgRsn = value;
return this;
}
/**
* Gets the value of the rjctnRsn property.
*
* @return
* possible object is
* {@link RejectionReason51Choice }
*
*/
public RejectionReason51Choice getRjctnRsn() {
return rjctnRsn;
}
/**
* Sets the value of the rjctnRsn property.
*
* @param value
* allowed object is
* {@link RejectionReason51Choice }
*
*/
public Reason20Choice setRjctnRsn(RejectionReason51Choice value) {
this.rjctnRsn = value;
return this;
}
/**
* Gets the value of the rprRsn property.
*
* @return
* possible object is
* {@link RepairReason18Choice }
*
*/
public RepairReason18Choice getRprRsn() {
return rprRsn;
}
/**
* Sets the value of the rprRsn property.
*
* @param value
* allowed object is
* {@link RepairReason18Choice }
*
*/
public Reason20Choice setRprRsn(RepairReason18Choice value) {
this.rprRsn = value;
return this;
}
/**
* Gets the value of the pdgModRsn property.
*
* @return
* possible object is
* {@link PendingReason37Choice }
*
*/
public PendingReason37Choice getPdgModRsn() {
return pdgModRsn;
}
/**
* Sets the value of the pdgModRsn property.
*
* @param value
* allowed object is
* {@link PendingReason37Choice }
*
*/
public Reason20Choice setPdgModRsn(PendingReason37Choice value) {
this.pdgModRsn = value;
return this;
}
/**
* Gets the value of the umtchdRsn property.
*
* @return
* possible object is
* {@link UnmatchedReason29Choice }
*
*/
public UnmatchedReason29Choice getUmtchdRsn() {
return umtchdRsn;
}
/**
* Sets the value of the umtchdRsn property.
*
* @param value
* allowed object is
* {@link UnmatchedReason29Choice }
*
*/
public Reason20Choice setUmtchdRsn(UnmatchedReason29Choice value) {
this.umtchdRsn = 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