public class PrintRequest extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected PrintOutput |
printOutput
The Print output.
|
| Constructor and Description |
|---|
PrintRequest() |
| Modifier and Type | Method and Description |
|---|---|
PrintOutput |
getPrintOutput()
Gets the value of the printOutput property.
|
void |
setPrintOutput(PrintOutput value)
Sets the value of the printOutput property.
|
protected PrintOutput printOutput
public PrintOutput getPrintOutput()
PrintOutputpublic void setPrintOutput(PrintOutput value)
value - allowed object is PrintOutputCopyright © 2022. All rights reserved.