public class TransactionStatusResponse extends Object
Java class for TransactionStatusResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionStatusResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="MessageReference" type="{}MessageReference" minOccurs="0"/>
<element name="RepeatedMessageResponse" type="{}RepeatedMessageResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MessageReference |
messageReference
The Message reference.
|
protected RepeatedMessageResponse |
repeatedMessageResponse
The Repeated message response.
|
protected Response |
response
The Response.
|
| Constructor and Description |
|---|
TransactionStatusResponse() |
| Modifier and Type | Method and Description |
|---|---|
MessageReference |
getMessageReference()
Gets the value of the messageReference property.
|
RepeatedMessageResponse |
getRepeatedMessageResponse()
Gets the value of the repeatedMessageResponse property.
|
Response |
getResponse()
Gets the value of the response property.
|
void |
setMessageReference(MessageReference value)
Sets the value of the messageReference property.
|
void |
setRepeatedMessageResponse(RepeatedMessageResponse value)
Sets the value of the repeatedMessageResponse property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Response response
protected MessageReference messageReference
protected RepeatedMessageResponse repeatedMessageResponse
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic MessageReference getMessageReference()
MessageReferencepublic void setMessageReference(MessageReference value)
value - allowed object is MessageReferencepublic RepeatedMessageResponse getRepeatedMessageResponse()
RepeatedMessageResponsepublic void setRepeatedMessageResponse(RepeatedMessageResponse value)
value - allowed object is RepeatedMessageResponseCopyright © 2022. All rights reserved.