Class InputUpdate


  • public class InputUpdate
    extends Object
    Definition: Content of the Input Update messageType. -- Usage: It conveys update of the display of an Input request in progress.

    Java class for InputUpdate complex type.

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

     <complexType name="InputUpdate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="MessageReference" type="{}MessageReference"/>
             <element name="OutputContent" type="{}OutputContent"/>
             <element name="MenuEntry" type="{}MenuEntry" maxOccurs="unbounded" minOccurs="0"/>
             <element name="OutputSignature" type="{}OutputSignature" minOccurs="0"/>
           </sequence>
           <attribute name="MinLength" type="{}MinLength" />
           <attribute name="MaxLength" type="{}MaxLength" />
           <attribute name="MaxDecimalLength" type="{}MaxDecimalLength" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • messageReference

        protected MessageReference messageReference
        The Message reference.
      • outputContent

        protected OutputContent outputContent
        The Output content.
      • outputSignature

        protected byte[] outputSignature
        The Output signature.
      • minLength

        protected BigInteger minLength
        The Min length.
      • maxLength

        protected BigInteger maxLength
        The Max length.
      • maxDecimalLength

        protected BigInteger maxDecimalLength
        The Max decimal length.
    • Constructor Detail

      • InputUpdate

        public InputUpdate()
    • Method Detail

      • getMessageReference

        public MessageReference getMessageReference()
        Gets the value of the messageReference property.
        Returns:
        possible object is MessageReference
      • setMessageReference

        public void setMessageReference​(MessageReference value)
        Sets the value of the messageReference property.
        Parameters:
        value - allowed object is MessageReference
      • 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
      • getMenuEntry

        public List<MenuEntry> getMenuEntry()
        Gets the value of the menuEntry property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the menuEntry property.

        For example, to add a new item, do as follows:

            getMenuEntry().add(newItem);
         

        Objects of the following type(s) are allowed in the list MenuEntry

        Returns:
        the menu entry
      • 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[]
      • getMinLength

        public BigInteger getMinLength()
        Gets the value of the minLength property.
        Returns:
        possible object is BigInteger
      • setMinLength

        public void setMinLength​(BigInteger value)
        Sets the value of the minLength property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxLength

        public BigInteger getMaxLength()
        Gets the value of the maxLength property.
        Returns:
        possible object is BigInteger
      • setMaxLength

        public void setMaxLength​(BigInteger value)
        Sets the value of the maxLength property.
        Parameters:
        value - allowed object is BigInteger
      • getMaxDecimalLength

        public BigInteger getMaxDecimalLength()
        Gets the value of the maxDecimalLength property.
        Returns:
        possible object is BigInteger
      • setMaxDecimalLength

        public void setMaxDecimalLength​(BigInteger value)
        Sets the value of the maxDecimalLength property.
        Parameters:
        value - allowed object is BigInteger