Class SoundResponse


  • public class SoundResponse
    extends Object
    Definition: Content of the Sound Response messageType. -- Usage: It conveys the result of the Sound request. The response may be absent, at the beginning of the processing, or at the end of the processing.

    Java class for SoundResponse complex type.

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

     <complexType name="SoundResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Response" type="{}Response"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • response

        protected Response response
        The Response.
    • Constructor Detail

      • SoundResponse

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