Class InputResult


  • public class InputResult
    extends Object
    Definition: Information related to the result the input. -- Usage: In the messageType response, it contains the result and the content of the input.

    Java class for InputResult complex type.

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

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

      • response

        protected Response response
        The Response.
      • input

        protected Input input
        The Input.
    • Constructor Detail

      • InputResult

        public InputResult()
    • 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
      • getInput

        public Input getInput()
        Gets the value of the input property.
        Returns:
        possible object is Input
      • setInput

        public void setInput​(Input value)
        Sets the value of the input property.
        Parameters:
        value - allowed object is Input
      • 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