Class OutputResult


  • public class OutputResult
    extends Object
    Definition: Information related to the result the output (display, print, input). -- Usage: In the messageType response, it contains the result of the output, if required in the messageType request.

    Java class for OutputResult complex type.

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

     <complexType name="OutputResult">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Response" type="{}Response"/>
           </sequence>
           <attribute name="Device" use="required" type="{}DeviceType" />
           <attribute name="InfoQualify" use="required" type="{}InfoQualifyType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • OutputResult

        public OutputResult()
    • 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
      • getDevice

        public DeviceType getDevice()
        Gets the value of the device property.
        Returns:
        possible object is DeviceType
      • setDevice

        public void setDevice​(DeviceType value)
        Sets the value of the device property.
        Parameters:
        value - allowed object is DeviceType
      • setInfoQualify

        public void setInfoQualify​(InfoQualifyType value)
        Sets the value of the infoQualify property.
        Parameters:
        value - allowed object is InfoQualifyType