Class SoundRequest


  • public class SoundRequest
    extends Object
    Definition: Content of the Sound Request messageType. -- Usage: It conveys the data to start a sound, stop a sound, or modify the default sound volume. The sound to play may be a preloaded sound or a text to play.

    Java class for SoundRequest complex type.

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

     <complexType name="SoundRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SoundContent" type="{}SoundContent"/>
           </sequence>
           <attribute name="ResponseMode" type="{}ResponseModeType" default="NotRequired" />
           <attribute name="SoundAction" use="required" type="{}SoundActionType" />
           <attribute name="SoundVolume" type="{}SoundVolume" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SoundRequest

        public SoundRequest()
    • Method Detail

      • getSoundContent

        public SoundContent getSoundContent()
        Gets the value of the soundContent property.
        Returns:
        possible object is SoundContent
      • setSoundContent

        public void setSoundContent​(SoundContent value)
        Sets the value of the soundContent property.
        Parameters:
        value - allowed object is SoundContent
      • setResponseMode

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

        public void setSoundAction​(SoundActionType value)
        Sets the value of the soundAction property.
        Parameters:
        value - allowed object is SoundActionType
      • getSoundVolume

        public BigInteger getSoundVolume()
        Gets the value of the soundVolume property.
        Returns:
        possible object is BigInteger
      • setSoundVolume

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