Class PrintResponse


  • public class PrintResponse
    extends Object
    Definition: Content of the Print Response messageType. -- Usage: It conveys the result of the print, parallel to the messageType request, except if response not required and absent.

    Java class for PrintResponse complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="PrintResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Response" type="{}Response"/>
           </sequence>
           <attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PrintResponse

        public PrintResponse()
    • Method Detail

      • getResponse

        public Response getResponse()
        Gets the value of the response property.
        Returns:
        possible object is Response
      • setResponse

        public void setResponse​(Response value)
        Sets the value of the response property.
        Parameters:
        value - allowed object is Response