Package com.adyen.model.nexo
Class PrintOutput
- java.lang.Object
-
- com.adyen.model.nexo.PrintOutput
-
public class PrintOutput extends Object
Definition: Information to print and the way to process the print. -- Usage: It contains a complete print operation for a Print Device type.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentQualifierTypedocumentQualifierThe Document qualifier.protected BooleanintegratedPrintFlagThe Integrated print flag.protected OutputContentoutputContentThe Output content.protected byte[]outputSignatureThe Output signature.protected BooleanrequiredSignatureFlagThe Required signature flag.protected ResponseModeTyperesponseModeThe Response mode.
-
Constructor Summary
Constructors Constructor Description PrintOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentQualifierTypegetDocumentQualifier()Gets the value of the documentQualifier property.OutputContentgetOutputContent()Gets the value of the outputContent property.byte[]getOutputSignature()Gets the value of the outputSignature property.ResponseModeTypegetResponseMode()Gets the value of the responseMode property.booleanisIntegratedPrintFlag()Gets the value of the integratedPrintFlag property.booleanisRequiredSignatureFlag()Gets the value of the requiredSignatureFlag property.voidsetDocumentQualifier(DocumentQualifierType value)Sets the value of the documentQualifier property.voidsetIntegratedPrintFlag(Boolean value)Sets the value of the integratedPrintFlag property.voidsetOutputContent(OutputContent value)Sets the value of the outputContent property.voidsetOutputSignature(byte[] value)Sets the value of the outputSignature property.voidsetRequiredSignatureFlag(Boolean value)Sets the value of the requiredSignatureFlag property.voidsetResponseMode(ResponseModeType value)Sets the value of the responseMode property.
-
-
-
Field Detail
-
outputContent
protected OutputContent outputContent
The Output content.
-
outputSignature
protected byte[] outputSignature
The Output signature.
-
documentQualifier
protected DocumentQualifierType documentQualifier
The Document qualifier.
-
responseMode
protected ResponseModeType responseMode
The Response mode.
-
integratedPrintFlag
protected Boolean integratedPrintFlag
The Integrated print flag.
-
requiredSignatureFlag
protected Boolean requiredSignatureFlag
The Required signature flag.
-
-
Method Detail
-
getOutputContent
public OutputContent getOutputContent()
Gets the value of the outputContent property.- Returns:
- possible object is
OutputContent
-
setOutputContent
public void setOutputContent(OutputContent value)
Sets the value of the outputContent property.- Parameters:
value- allowed object isOutputContent
-
getOutputSignature
public byte[] getOutputSignature()
Gets the value of the outputSignature property.- Returns:
- possible object is byte[]
-
setOutputSignature
public void setOutputSignature(byte[] value)
Sets the value of the outputSignature property.- Parameters:
value- allowed object is byte[]
-
getDocumentQualifier
public DocumentQualifierType getDocumentQualifier()
Gets the value of the documentQualifier property.- Returns:
- possible object is
DocumentQualifierType
-
setDocumentQualifier
public void setDocumentQualifier(DocumentQualifierType value)
Sets the value of the documentQualifier property.- Parameters:
value- allowed object isDocumentQualifierType
-
getResponseMode
public ResponseModeType getResponseMode()
Gets the value of the responseMode property.- Returns:
- possible object is
ResponseModeType
-
setResponseMode
public void setResponseMode(ResponseModeType value)
Sets the value of the responseMode property.- Parameters:
value- allowed object isResponseModeType
-
isIntegratedPrintFlag
public boolean isIntegratedPrintFlag()
Gets the value of the integratedPrintFlag property.- Returns:
- possible object is
Boolean
-
setIntegratedPrintFlag
public void setIntegratedPrintFlag(Boolean value)
Sets the value of the integratedPrintFlag property.- Parameters:
value- allowed object isBoolean
-
isRequiredSignatureFlag
public boolean isRequiredSignatureFlag()
Gets the value of the requiredSignatureFlag property.- Returns:
- possible object is
Boolean
-
-