public class PrintOutputType extends Object
Java class for PrintOutputType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintOutputType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OutputContent" type="{}OutputContentType"/>
<element name="OutputSignature" type="{}OutputSignatureType" minOccurs="0"/>
</sequence>
<attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierTypeCode" />
<attribute name="ResponseMode" use="required" type="{}ResponseModeTypeCode" />
<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 byte[] |
outputSignature |
protected Boolean |
requiredSignatureFlag |
protected String |
responseMode |
| Constructor and Description |
|---|
PrintOutputType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentQualifier()
Gets the value of the documentQualifier property.
|
OutputContentType |
getOutputContent()
Gets the value of the outputContent property.
|
byte[] |
getOutputSignature()
Gets the value of the outputSignature property.
|
String |
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(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 |
setOutputSignature(byte[] value)
Sets the value of the outputSignature property.
|
void |
setRequiredSignatureFlag(Boolean value)
Sets the value of the requiredSignatureFlag property.
|
void |
setResponseMode(String value)
Sets the value of the responseMode property.
|
protected OutputContentType outputContent
protected byte[] outputSignature
protected String documentQualifier
protected String responseMode
protected Boolean integratedPrintFlag
protected Boolean requiredSignatureFlag
public OutputContentType getOutputContent()
OutputContentTypepublic void setOutputContent(OutputContentType value)
value - allowed object is
OutputContentTypepublic byte[] getOutputSignature()
public void setOutputSignature(byte[] value)
value - allowed object is
byte[]public String getDocumentQualifier()
Stringpublic void setDocumentQualifier(String value)
value - allowed object is
Stringpublic String getResponseMode()
Stringpublic void setResponseMode(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.