| Constructor and Description |
|---|
Sound() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPhonetic()
Gets the textual phonetic pronunciation.
|
URI |
getUri()
Gets the URI to an external binary digital audio pronunciation.
|
byte[] |
getValue()
Gets the binary digital audio pronunciation.
|
void |
setPhonetic(String phonetic)
Sets the textual phonetic pronunciation.
|
void |
setUri(URI uri)
Sets an URI to an external binary digital audio pronunciation.
|
void |
setValue(byte[] value)
Sets the binary digital audio pronunciation.
|
public byte[] getValue()
setValue(byte[])public void setValue(byte[] value)
value - The photo.getValue()public URI getUri()
public void setUri(URI uri)
uri - The URI.public String getPhonetic()
setPhonetic(String)public void setPhonetic(String phonetic)
phonetic - The textual phonetic pronunciationgetPhonetic()Copyright © 2014 XMPP.rocks. All rights reserved.