public class PrintOutput extends Object
Java class for PrintOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputContent" type="{}OutputContent"/>
<element name="OutputSignature" type="{}OutputSignature" minOccurs="0"/>
</sequence>
<attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierType" />
<attribute name="ResponseMode" use="required" type="{}ResponseModeType" />
<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 byte[] |
outputSignature
The Output signature.
|
protected Boolean |
requiredSignatureFlag
The Required signature flag.
|
protected ResponseModeType |
responseMode
The Response mode.
|
| Constructor and Description |
|---|
PrintOutput() |
| Modifier and Type | Method and Description |
|---|---|
DocumentQualifierType |
getDocumentQualifier()
Gets the value of the documentQualifier property.
|
OutputContent |
getOutputContent()
Gets the value of the outputContent property.
|
byte[] |
getOutputSignature()
Gets the value of the outputSignature property.
|
ResponseModeType |
getResponseMode()
Gets the value of the responseMode 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 |
setOutputSignature(byte[] value)
Sets the value of the outputSignature property.
|
void |
setRequiredSignatureFlag(Boolean value)
Sets the value of the requiredSignatureFlag property.
|
void |
setResponseMode(ResponseModeType value)
Sets the value of the responseMode property.
|
protected OutputContent outputContent
protected byte[] outputSignature
protected DocumentQualifierType documentQualifier
protected ResponseModeType responseMode
protected Boolean integratedPrintFlag
protected Boolean requiredSignatureFlag
public OutputContent getOutputContent()
OutputContentpublic void setOutputContent(OutputContent value)
value - allowed object is OutputContentpublic byte[] getOutputSignature()
public void setOutputSignature(byte[] value)
value - allowed object is byte[]public DocumentQualifierType getDocumentQualifier()
DocumentQualifierTypepublic void setDocumentQualifier(DocumentQualifierType value)
value - allowed object is DocumentQualifierTypepublic ResponseModeType getResponseMode()
ResponseModeTypepublic void setResponseMode(ResponseModeType value)
value - allowed object is ResponseModeTypepublic boolean isIntegratedPrintFlag()
Booleanpublic void setIntegratedPrintFlag(Boolean value)
value - allowed object is Booleanpublic boolean isRequiredSignatureFlag()
BooleanCopyright © 2022. All rights reserved.