Class PrintOutput


  • public class PrintOutput
    extends Object
    Definition: Information to print and the way to process the print. -- Usage: It contains a complete print operation for a Print Device type.

    Java class for PrintOutput complex type.

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

     <complexType name="PrintOutput">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="OutputContent" type="{}OutputContent"/>
             <element name="OutputSignature" type="{}OutputSignature" minOccurs="0"/>
           </sequence>
           <attribute name="DocumentQualifier" use="required" type="{}DocumentQualifierType" />
           <attribute name="ResponseMode" use="required" type="{}ResponseModeType" />
           <attribute name="IntegratedPrintFlag" type="{}IntegratedPrintFlag" default="false" />
           <attribute name="RequiredSignatureFlag" type="{}RequiredSignatureFlag" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • outputContent

        protected OutputContent outputContent
        The Output content.
      • outputSignature

        protected byte[] outputSignature
        The Output signature.
      • integratedPrintFlag

        protected Boolean integratedPrintFlag
        The Integrated print flag.
      • requiredSignatureFlag

        protected Boolean requiredSignatureFlag
        The Required signature flag.
    • Constructor Detail

      • PrintOutput

        public PrintOutput()
    • Method Detail

      • getOutputContent

        public OutputContent getOutputContent()
        Gets the value of the outputContent property.
        Returns:
        possible object is OutputContent
      • setOutputContent

        public void setOutputContent​(OutputContent value)
        Sets the value of the outputContent property.
        Parameters:
        value - allowed object is OutputContent
      • getOutputSignature

        public byte[] getOutputSignature()
        Gets the value of the outputSignature property.
        Returns:
        possible object is byte[]
      • setOutputSignature

        public void setOutputSignature​(byte[] value)
        Sets the value of the outputSignature property.
        Parameters:
        value - allowed object is byte[]
      • setResponseMode

        public void setResponseMode​(ResponseModeType value)
        Sets the value of the responseMode property.
        Parameters:
        value - allowed object is ResponseModeType
      • isIntegratedPrintFlag

        public boolean isIntegratedPrintFlag()
        Gets the value of the integratedPrintFlag property.
        Returns:
        possible object is Boolean
      • setIntegratedPrintFlag

        public void setIntegratedPrintFlag​(Boolean value)
        Sets the value of the integratedPrintFlag property.
        Parameters:
        value - allowed object is Boolean
      • isRequiredSignatureFlag

        public boolean isRequiredSignatureFlag()
        Gets the value of the requiredSignatureFlag property.
        Returns:
        possible object is Boolean
      • setRequiredSignatureFlag

        public void setRequiredSignatureFlag​(Boolean value)
        Sets the value of the requiredSignatureFlag property.
        Parameters:
        value - allowed object is Boolean