com.prowidesoftware.swift.model.mx.dic.MessageStatusResponseData5 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;
/**
* Content of the Message status Response.
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "MessageStatusResponseData5", propOrder = {
"xchgId",
"initgPty",
"txRspn",
"rpeatdLltyRspn",
"rpeatdPmtRspn",
"rpeatdRvslRspn",
"rpeatdStordValRspn",
"rpeatdCardAcqstnRspn",
"rpeatdSndApplPrtcolDataUnitCardRdrRspn"
})
public class MessageStatusResponseData5 {
@XmlElement(name = "XchgId", required = true)
protected String xchgId;
@XmlElement(name = "InitgPty", required = true)
protected GenericIdentification177 initgPty;
@XmlElement(name = "TxRspn", required = true)
protected ResponseType11 txRspn;
@XmlElement(name = "RpeatdLltyRspn")
protected LoyaltyResponse2 rpeatdLltyRspn;
@XmlElement(name = "RpeatdPmtRspn")
protected PaymentResponse3 rpeatdPmtRspn;
@XmlElement(name = "RpeatdRvslRspn")
protected ReversalResponse5 rpeatdRvslRspn;
@XmlElement(name = "RpeatdStordValRspn")
protected StoredValueResponse4 rpeatdStordValRspn;
@XmlElement(name = "RpeatdCardAcqstnRspn")
protected CardAcquisitionResponse2 rpeatdCardAcqstnRspn;
@XmlElement(name = "RpeatdSndApplPrtcolDataUnitCardRdrRspn")
protected DeviceSendApplicationProtocolDataUnitCardReaderResponse1 rpeatdSndApplPrtcolDataUnitCardRdrRspn;
/**
* Gets the value of the xchgId property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getXchgId() {
return xchgId;
}
/**
* Sets the value of the xchgId property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public MessageStatusResponseData5 setXchgId(String value) {
this.xchgId = value;
return this;
}
/**
* Gets the value of the initgPty property.
*
* @return
* possible object is
* {@link GenericIdentification177 }
*
*/
public GenericIdentification177 getInitgPty() {
return initgPty;
}
/**
* Sets the value of the initgPty property.
*
* @param value
* allowed object is
* {@link GenericIdentification177 }
*
*/
public MessageStatusResponseData5 setInitgPty(GenericIdentification177 value) {
this.initgPty = value;
return this;
}
/**
* Gets the value of the txRspn property.
*
* @return
* possible object is
* {@link ResponseType11 }
*
*/
public ResponseType11 getTxRspn() {
return txRspn;
}
/**
* Sets the value of the txRspn property.
*
* @param value
* allowed object is
* {@link ResponseType11 }
*
*/
public MessageStatusResponseData5 setTxRspn(ResponseType11 value) {
this.txRspn = value;
return this;
}
/**
* Gets the value of the rpeatdLltyRspn property.
*
* @return
* possible object is
* {@link LoyaltyResponse2 }
*
*/
public LoyaltyResponse2 getRpeatdLltyRspn() {
return rpeatdLltyRspn;
}
/**
* Sets the value of the rpeatdLltyRspn property.
*
* @param value
* allowed object is
* {@link LoyaltyResponse2 }
*
*/
public MessageStatusResponseData5 setRpeatdLltyRspn(LoyaltyResponse2 value) {
this.rpeatdLltyRspn = value;
return this;
}
/**
* Gets the value of the rpeatdPmtRspn property.
*
* @return
* possible object is
* {@link PaymentResponse3 }
*
*/
public PaymentResponse3 getRpeatdPmtRspn() {
return rpeatdPmtRspn;
}
/**
* Sets the value of the rpeatdPmtRspn property.
*
* @param value
* allowed object is
* {@link PaymentResponse3 }
*
*/
public MessageStatusResponseData5 setRpeatdPmtRspn(PaymentResponse3 value) {
this.rpeatdPmtRspn = value;
return this;
}
/**
* Gets the value of the rpeatdRvslRspn property.
*
* @return
* possible object is
* {@link ReversalResponse5 }
*
*/
public ReversalResponse5 getRpeatdRvslRspn() {
return rpeatdRvslRspn;
}
/**
* Sets the value of the rpeatdRvslRspn property.
*
* @param value
* allowed object is
* {@link ReversalResponse5 }
*
*/
public MessageStatusResponseData5 setRpeatdRvslRspn(ReversalResponse5 value) {
this.rpeatdRvslRspn = value;
return this;
}
/**
* Gets the value of the rpeatdStordValRspn property.
*
* @return
* possible object is
* {@link StoredValueResponse4 }
*
*/
public StoredValueResponse4 getRpeatdStordValRspn() {
return rpeatdStordValRspn;
}
/**
* Sets the value of the rpeatdStordValRspn property.
*
* @param value
* allowed object is
* {@link StoredValueResponse4 }
*
*/
public MessageStatusResponseData5 setRpeatdStordValRspn(StoredValueResponse4 value) {
this.rpeatdStordValRspn = value;
return this;
}
/**
* Gets the value of the rpeatdCardAcqstnRspn property.
*
* @return
* possible object is
* {@link CardAcquisitionResponse2 }
*
*/
public CardAcquisitionResponse2 getRpeatdCardAcqstnRspn() {
return rpeatdCardAcqstnRspn;
}
/**
* Sets the value of the rpeatdCardAcqstnRspn property.
*
* @param value
* allowed object is
* {@link CardAcquisitionResponse2 }
*
*/
public MessageStatusResponseData5 setRpeatdCardAcqstnRspn(CardAcquisitionResponse2 value) {
this.rpeatdCardAcqstnRspn = value;
return this;
}
/**
* Gets the value of the rpeatdSndApplPrtcolDataUnitCardRdrRspn property.
*
* @return
* possible object is
* {@link DeviceSendApplicationProtocolDataUnitCardReaderResponse1 }
*
*/
public DeviceSendApplicationProtocolDataUnitCardReaderResponse1 getRpeatdSndApplPrtcolDataUnitCardRdrRspn() {
return rpeatdSndApplPrtcolDataUnitCardRdrRspn;
}
/**
* Sets the value of the rpeatdSndApplPrtcolDataUnitCardRdrRspn property.
*
* @param value
* allowed object is
* {@link DeviceSendApplicationProtocolDataUnitCardReaderResponse1 }
*
*/
public MessageStatusResponseData5 setRpeatdSndApplPrtcolDataUnitCardRdrRspn(DeviceSendApplicationProtocolDataUnitCardReaderResponse1 value) {
this.rpeatdSndApplPrtcolDataUnitCardRdrRspn = 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