public class SoundContentType extends Object
Java class for SoundContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoundContentType">
<simpleContent>
<extension base="<>TextString">
<attribute name="SoundFormat" type="{}SoundFormatTypeCode" />
<attribute name="Language" type="{}ISOLanguage2A" />
<attribute name="ReferenceID" type="{}ReferenceIDType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
language |
protected String |
referenceID |
protected String |
soundFormat |
protected String |
value |
| Constructor and Description |
|---|
SoundContentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Gets the value of the language property.
|
String |
getReferenceID()
Gets the value of the referenceID property.
|
String |
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(String value)
Sets the value of the soundFormat property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String soundFormat
protected String language
protected String referenceID
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getSoundFormat()
Stringpublic void setSoundFormat(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getReferenceID()
StringCopyright © 2018. All rights reserved.