Class InputRequest


  • public class InputRequest
    extends Object
    Definition: Content of the Input Request messageType. -- Usage: It conveys data to display and the way to process the display, and contains the complete content to display. In addition to the display on the Input Device, it might contain an operation (the DisplayOutput element) per Display Device type.

    Java class for InputRequest complex type.

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

     <complexType name="InputRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="DisplayOutput" type="{}DisplayOutput" minOccurs="0"/>
             <element name="InputData" type="{}InputData"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • displayOutput

        protected DisplayOutput displayOutput
        The Display output.
      • inputData

        protected InputData inputData
        The Input data.
    • Constructor Detail

      • InputRequest

        public InputRequest()
    • Method Detail

      • getDisplayOutput

        public DisplayOutput getDisplayOutput()
        Gets the value of the displayOutput property.
        Returns:
        possible object is DisplayOutput
      • setDisplayOutput

        public void setDisplayOutput​(DisplayOutput value)
        Sets the value of the displayOutput property.
        Parameters:
        value - allowed object is DisplayOutput
      • getInputData

        public InputData getInputData()
        Gets the value of the inputData property.
        Returns:
        possible object is InputData
      • setInputData

        public void setInputData​(InputData value)
        Sets the value of the inputData property.
        Parameters:
        value - allowed object is InputData