Class 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 Detail

      • printOutput

        protected PrintOutput printOutput
        The Print output.
    • Constructor Detail

      • PrintRequest

        public PrintRequest()
    • 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 is PrintOutput