public class TransactionStatusRequestType extends Object
Java class for TransactionStatusRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionStatusRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageReference" type="{}MessageReferenceType" minOccurs="0"/>
<element name="DocumentQualifier" type="{}DocumentQualifierTypeCode" maxOccurs="2" minOccurs="0"/>
</sequence>
<attribute name="ReceiptReprintFlag" type="{}ReceiptReprintFlagType" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
documentQualifier |
protected MessageReferenceType |
messageReference |
protected Boolean |
receiptReprintFlag |
| Constructor and Description |
|---|
TransactionStatusRequestType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDocumentQualifier()
Gets the value of the documentQualifier property.
|
MessageReferenceType |
getMessageReference()
Gets the value of the messageReference property.
|
boolean |
isReceiptReprintFlag()
Gets the value of the receiptReprintFlag property.
|
void |
setMessageReference(MessageReferenceType value)
Sets the value of the messageReference property.
|
void |
setReceiptReprintFlag(Boolean value)
Sets the value of the receiptReprintFlag property.
|
protected MessageReferenceType messageReference
protected Boolean receiptReprintFlag
public MessageReferenceType getMessageReference()
MessageReferenceTypepublic void setMessageReference(MessageReferenceType value)
value - allowed object is
MessageReferenceTypepublic List<String> 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
String
public boolean isReceiptReprintFlag()
BooleanCopyright © 2018. All rights reserved.