Class AudioCaptionsMetadata

java.lang.Object
com.scene7.ipsapi.AudioCaptionsMetadata

public class AudioCaptionsMetadata extends 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>
 
  • Constructor Details

    • AudioCaptionsMetadata

      public AudioCaptionsMetadata()
  • Method Details

    • getLabel

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

      public void setLabel(String value)
      Sets the value of the label property.
      Parameters:
      value - allowed object is String
    • 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
    • getLanguageCode

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

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

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

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

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

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