public class SoundContent extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected String |
referenceID |
protected SoundFormatType |
soundFormat |
protected String |
text |
| Constructor and Description |
|---|
SoundContent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
SoundFormatType |
getSoundFormat()
Gets the value of the soundFormat property.
|
String |
getText()
Gets the value of the text property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setReferenceID(String value)
Sets the value of the referenceID property.
|
void |
setSoundFormat(SoundFormatType value)
Sets the value of the soundFormat property.
|
void |
setText(String value)
Sets the value of the text property.
|
protected SoundFormatType soundFormat
protected String language
protected String referenceID
protected String text
public SoundFormatType getSoundFormat()
SoundFormatTypepublic void setSoundFormat(SoundFormatType value)
value - allowed object is
SoundFormatTypepublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getReferenceID()
Stringpublic void setReferenceID(String value)
value - allowed object is
Stringpublic String getText()
StringCopyright © 2022. All rights reserved.