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>
Constructor and Description |
---|
AudioCaptionsMetadata() |
Modifier and Type | Method and 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.
|
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLanguage()
String
public void setLanguage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLanguageCode()
String
public void setLanguageCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRole()
String
public void setRole(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIsDefault()
Boolean
public void setIsDefault(java.lang.Boolean value)
value
- allowed object is
Boolean
Copyright © 2010 - 2023 Adobe. All Rights Reserved