Package com.scene7.ipsapi
Class AudioCaptionsMetadata
java.lang.Object
com.scene7.ipsapi.AudioCaptionsMetadata
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Gets the value of the label property.Gets the value of the language property.Gets the value of the languageCode property.getRole()Gets the value of the role property.Gets the value of the isDefault property.voidsetIsDefault(Boolean value) Sets the value of the isDefault property.voidSets the value of the label property.voidsetLanguage(String value) Sets the value of the language property.voidsetLanguageCode(String value) Sets the value of the languageCode property.voidSets the value of the role property.
-
Constructor Details
-
AudioCaptionsMetadata
public AudioCaptionsMetadata()
-
-
Method Details
-
getLabel
Gets the value of the label property.- Returns:
- possible object is
String
-
setLabel
Sets the value of the label property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getLanguageCode
Gets the value of the languageCode property.- Returns:
- possible object is
String
-
setLanguageCode
Sets the value of the languageCode property.- Parameters:
value- allowed object isString
-
getRole
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
Sets the value of the role property.- Parameters:
value- allowed object isString
-
isIsDefault
Gets the value of the isDefault property.- Returns:
- possible object is
Boolean
-
setIsDefault
Sets the value of the isDefault property.- Parameters:
value- allowed object isBoolean
-