public class PaymentReceipt extends Object
Java class for PaymentReceipt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentReceipt">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputContent" type="{}OutputContent"/>
</sequence>
<attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierType" />
<attribute name="IntegratedPrintFlag" type="{}IntegratedPrintFlag" default="false" />
<attribute name="RequiredSignatureFlag" type="{}RequiredSignatureFlag" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DocumentQualifierType |
documentQualifier
The Document qualifier.
|
protected Boolean |
integratedPrintFlag
The Integrated print flag.
|
protected OutputContent |
outputContent
The Output content.
|
protected Boolean |
requiredSignatureFlag
The Required signature flag.
|
| Constructor and Description |
|---|
PaymentReceipt() |
| Modifier and Type | Method and Description |
|---|---|
DocumentQualifierType |
getDocumentQualifier()
Gets the value of the documentQualifier property.
|
OutputContent |
getOutputContent()
Gets the value of the outputContent property.
|
boolean |
isIntegratedPrintFlag()
Gets the value of the integratedPrintFlag property.
|
boolean |
isRequiredSignatureFlag()
Gets the value of the requiredSignatureFlag property.
|
void |
setDocumentQualifier(DocumentQualifierType value)
Sets the value of the documentQualifier property.
|
void |
setIntegratedPrintFlag(Boolean value)
Sets the value of the integratedPrintFlag property.
|
void |
setOutputContent(OutputContent value)
Sets the value of the outputContent property.
|
void |
setRequiredSignatureFlag(Boolean value)
Sets the value of the requiredSignatureFlag property.
|
protected OutputContent outputContent
protected DocumentQualifierType documentQualifier
protected Boolean integratedPrintFlag
protected Boolean requiredSignatureFlag
public OutputContent getOutputContent()
OutputContentpublic void setOutputContent(OutputContent value)
value - allowed object is OutputContentpublic DocumentQualifierType getDocumentQualifier()
DocumentQualifierTypepublic void setDocumentQualifier(DocumentQualifierType value)
value - allowed object is DocumentQualifierTypepublic boolean isIntegratedPrintFlag()
Booleanpublic void setIntegratedPrintFlag(Boolean value)
value - allowed object is Booleanpublic boolean isRequiredSignatureFlag()
BooleanCopyright © 2022. All rights reserved.