Package com.adyen.model.nexo
Class PrintRequest
- java.lang.Object
-
- com.adyen.model.nexo.PrintRequest
-
public class PrintRequest extends Object
Definition: Content of the Print Request messageType. -- Usage: It conveys the data to print and the way to process the print. It contains the complete content to print.Java class for PrintRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PrintOutput" type="{}PrintOutput"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PrintOutputprintOutputThe Print output.
-
Constructor Summary
Constructors Constructor Description PrintRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrintOutputgetPrintOutput()Gets the value of the printOutput property.voidsetPrintOutput(PrintOutput value)Sets the value of the printOutput property.
-
-
-
Field Detail
-
printOutput
protected PrintOutput printOutput
The Print output.
-
-
Method Detail
-
getPrintOutput
public PrintOutput getPrintOutput()
Gets the value of the printOutput property.- Returns:
- possible object is
PrintOutput
-
setPrintOutput
public void setPrintOutput(PrintOutput value)
Sets the value of the printOutput property.- Parameters:
value- allowed object isPrintOutput
-
-