Class SoundContent


  • public class SoundContent
    extends Object
    Definition: Content of the Sound to play.

    Java class for SoundContent complex type.

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

     <complexType name="SoundContent">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="SoundFormat" type="{}SoundFormatType" />
           <attribute name="Language" type="{}ISOLanguage2A" />
           <attribute name="ReferenceID" type="{}ReferenceID" />
           <attribute name="Text" type="{}Text" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SoundContent

        public SoundContent()
    • Method Detail

      • setSoundFormat

        public void setSoundFormat​(SoundFormatType value)
        Sets the value of the soundFormat property.
        Parameters:
        value - allowed object is SoundFormatType
      • getLanguage

        public String getLanguage()
        Gets the value of the language property.
        Returns:
        possible object is String
      • setLanguage

        public void setLanguage​(String value)
        Sets the value of the language property.
        Parameters:
        value - allowed object is String
      • getReferenceID

        public String getReferenceID()
        Gets the value of the referenceID property.
        Returns:
        possible object is String
      • setReferenceID

        public void setReferenceID​(String value)
        Sets the value of the referenceID property.
        Parameters:
        value - allowed object is String
      • getText

        public String getText()
        Gets the value of the text property.
        Returns:
        possible object is String
      • setText

        public void setText​(String value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is String