Class AudioCaptionsMetadata


  • public class AudioCaptionsMetadata
    extends java.lang.Object

    Java class for AudioCaptionsMetadata complex type.

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

     <complexType name="AudioCaptionsMetadata">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="language" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="languageCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()
      Gets the value of the label property.
      java.lang.String getLanguage()
      Gets the value of the language property.
      java.lang.String getLanguageCode()
      Gets the value of the languageCode property.
      java.lang.String getRole()
      Gets the value of the role property.
      java.lang.Boolean isIsDefault()
      Gets the value of the isDefault property.
      void setIsDefault​(java.lang.Boolean value)
      Sets the value of the isDefault property.
      void setLabel​(java.lang.String value)
      Sets the value of the label property.
      void setLanguage​(java.lang.String value)
      Sets the value of the language property.
      void setLanguageCode​(java.lang.String value)
      Sets the value of the languageCode property.
      void setRole​(java.lang.String value)
      Sets the value of the role property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AudioCaptionsMetadata

        public AudioCaptionsMetadata()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String
      • getLanguage

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

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

        public java.lang.String getLanguageCode()
        Gets the value of the languageCode property.
        Returns:
        possible object is String
      • setLanguageCode

        public void setLanguageCode​(java.lang.String value)
        Sets the value of the languageCode property.
        Parameters:
        value - allowed object is String
      • getRole

        public java.lang.String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(java.lang.String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String
      • isIsDefault

        public java.lang.Boolean isIsDefault()
        Gets the value of the isDefault property.
        Returns:
        possible object is Boolean
      • setIsDefault

        public void setIsDefault​(java.lang.Boolean value)
        Sets the value of the isDefault property.
        Parameters:
        value - allowed object is Boolean