public class TransactionStatusRequest extends Object
Java class for TransactionStatusRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionStatusRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageReference" type="{}MessageReference" minOccurs="0"/>
<element name="DocumentQualifier" type="{}DocumentQualifierType" maxOccurs="2" minOccurs="0"/>
</sequence>
<attribute name="ReceiptReprintFlag" type="{}ReceiptReprintFlag" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DocumentQualifierType> |
documentQualifier
The Document qualifier.
|
protected MessageReference |
messageReference
The Message reference.
|
protected Boolean |
receiptReprintFlag
The Receipt reprint flag.
|
| Constructor and Description |
|---|
TransactionStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentQualifierType> |
getDocumentQualifier()
Gets the value of the documentQualifier property.
|
MessageReference |
getMessageReference()
Gets the value of the messageReference property.
|
boolean |
isReceiptReprintFlag()
Gets the value of the receiptReprintFlag property.
|
void |
setMessageReference(MessageReference value)
Sets the value of the messageReference property.
|
void |
setReceiptReprintFlag(Boolean value)
Sets the value of the receiptReprintFlag property.
|
protected MessageReference messageReference
protected List<DocumentQualifierType> documentQualifier
protected Boolean receiptReprintFlag
public MessageReference getMessageReference()
MessageReferencepublic void setMessageReference(MessageReference value)
value - allowed object is MessageReferencepublic List<DocumentQualifierType> getDocumentQualifier()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the documentQualifier property.
For example, to add a new item, do as follows:
getDocumentQualifier().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentQualifierType
public boolean isReceiptReprintFlag()
BooleanCopyright © 2022. All rights reserved.