public class PaymentReceiptType extends Object
Java class for PaymentReceiptType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentReceiptType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputContent" type="{}OutputContentType"/>
</sequence>
<attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierTypeCode" />
<attribute name="IntegratedPrintFlag" type="{}IntegratedPrintFlagType" default="false" />
<attribute name="RequiredSignatureFlag" type="{}RequiredSignatureFlagType" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
documentQualifier |
protected Boolean |
integratedPrintFlag |
protected OutputContentType |
outputContent |
protected Boolean |
requiredSignatureFlag |
| Constructor and Description |
|---|
PaymentReceiptType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentQualifier()
Gets the value of the documentQualifier property.
|
OutputContentType |
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(String value)
Sets the value of the documentQualifier property.
|
void |
setIntegratedPrintFlag(Boolean value)
Sets the value of the integratedPrintFlag property.
|
void |
setOutputContent(OutputContentType value)
Sets the value of the outputContent property.
|
void |
setRequiredSignatureFlag(Boolean value)
Sets the value of the requiredSignatureFlag property.
|
protected OutputContentType outputContent
protected String documentQualifier
protected Boolean integratedPrintFlag
protected Boolean requiredSignatureFlag
public OutputContentType getOutputContent()
OutputContentTypepublic void setOutputContent(OutputContentType value)
value - allowed object is
OutputContentTypepublic String getDocumentQualifier()
Stringpublic void setDocumentQualifier(String value)
value - allowed object is
Stringpublic boolean isIntegratedPrintFlag()
Booleanpublic void setIntegratedPrintFlag(Boolean value)
value - allowed object is
Booleanpublic boolean isRequiredSignatureFlag()
BooleanCopyright © 2018. All rights reserved.