public class PrintRequestType extends Object
Java class for PrintRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PrintOutput" type="{}PrintOutputType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PrintOutputType |
printOutput |
| Constructor and Description |
|---|
PrintRequestType() |
| Modifier and Type | Method and Description |
|---|---|
PrintOutputType |
getPrintOutput()
Gets the value of the printOutput property.
|
void |
setPrintOutput(PrintOutputType value)
Sets the value of the printOutput property.
|
protected PrintOutputType printOutput
public PrintOutputType getPrintOutput()
PrintOutputTypepublic void setPrintOutput(PrintOutputType value)
value - allowed object is
PrintOutputTypeCopyright © 2018. All rights reserved.