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">
<simpleContent>
<extension base="TextString">
<attribute name="SoundFormat" type="{}SoundFormatType" />
<attribute name="Language" type="{}ISOLanguage2A" />
<attribute name="ReferenceID" type="{}ReferenceID" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
language
The Language.
|
protected String |
referenceID
The Reference id.
|
protected SoundFormatType |
soundFormat
The Sound format.
|
protected String |
value
The Value.
|
| 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 |
getValue()
Gets the value of the value 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 |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected SoundFormatType soundFormat
protected String language
protected String referenceID
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic 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()
StringCopyright © 2019. All rights reserved.