com.prowidesoftware.swift.model.mx.dic.MessageStatusResponseData3 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 = "MessageStatusResponseData3", propOrder = {
"xchgId",
"initgPty",
"txRspn",
"rpeatdLltyRspn",
"rpeatdPmtRspn",
"rpeatdRvslRspn",
"rpeatdStordValRspn",
"rpeatdCardAcqstnRspn",
"rpeatdSndApplPrtcolDataUnitCardRdrRspn"
})
public class MessageStatusResponseData3 {
@XmlElement(name = "XchgId", required = true)
protected String xchgId;
@XmlElement(name = "InitgPty", required = true)
protected GenericIdentification177 initgPty;
@XmlElement(name = "TxRspn", required = true)
protected ResponseType9 txRspn;
@XmlElement(name = "RpeatdLltyRspn")
protected LoyaltyResponse2 rpeatdLltyRspn;
@XmlElement(name = "RpeatdPmtRspn")
protected PaymentResponse2 rpeatdPmtRspn;
@XmlElement(name = "RpeatdRvslRspn")
protected ReversalResponse3 rpeatdRvslRspn;
@XmlElement(name = "RpeatdStordValRspn")
protected StoredValueResponse3 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 MessageStatusResponseData3 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 MessageStatusResponseData3 setInitgPty(GenericIdentification177 value) {
this.initgPty = value;
return this;
}
/**
* Gets the value of the txRspn property.
*
* @return
* possible object is
* {@link ResponseType9 }
*
*/
public ResponseType9 getTxRspn() {
return txRspn;
}
/**
* Sets the value of the txRspn property.
*
* @param value
* allowed object is
* {@link ResponseType9 }
*
*/
public MessageStatusResponseData3 setTxRspn(ResponseType9 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 MessageStatusResponseData3 setRpeatdLltyRspn(LoyaltyResponse2 value) {
this.rpeatdLltyRspn = value;
return this;
}
/**
* Gets the value of the rpeatdPmtRspn property.
*
* @return
* possible object is
* {@link PaymentResponse2 }
*
*/
public PaymentResponse2 getRpeatdPmtRspn() {
return rpeatdPmtRspn;
}
/**
* Sets the value of the rpeatdPmtRspn property.
*
* @param value
* allowed object is
* {@link PaymentResponse2 }
*
*/
public MessageStatusResponseData3 setRpeatdPmtRspn(PaymentResponse2 value) {
this.rpeatdPmtRspn = value;
return this;
}
/**
* Gets the value of the rpeatdRvslRspn property.
*
* @return
* possible object is
* {@link ReversalResponse3 }
*
*/
public ReversalResponse3 getRpeatdRvslRspn() {
return rpeatdRvslRspn;
}
/**
* Sets the value of the rpeatdRvslRspn property.
*
* @param value
* allowed object is
* {@link ReversalResponse3 }
*
*/
public MessageStatusResponseData3 setRpeatdRvslRspn(ReversalResponse3 value) {
this.rpeatdRvslRspn = value;
return this;
}
/**
* Gets the value of the rpeatdStordValRspn property.
*
* @return
* possible object is
* {@link StoredValueResponse3 }
*
*/
public StoredValueResponse3 getRpeatdStordValRspn() {
return rpeatdStordValRspn;
}
/**
* Sets the value of the rpeatdStordValRspn property.
*
* @param value
* allowed object is
* {@link StoredValueResponse3 }
*
*/
public MessageStatusResponseData3 setRpeatdStordValRspn(StoredValueResponse3 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 MessageStatusResponseData3 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 MessageStatusResponseData3 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