public final class VCardSound extends Object
Represents a vCard sound property
Constructor and Description |
---|
VCardSound()
Initializes a new instance of the
VCardSound class |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
|
int |
getSoundType()
Gets or sets a sound type
|
String |
getUri()
|
int |
getValueLocation()
Gets or sets a value location
|
void |
setData(byte[] value)
|
void |
setSoundType(int value)
Gets or sets a sound type
|
void |
setUri(String value)
|
void |
setValueLocation(int value)
Gets or sets a value location
|
public VCardSound()
Initializes a new instance of the VCardSound
class
public final int getSoundType()
Gets or sets a sound type
public final void setSoundType(int value)
Gets or sets a sound type
public final byte[] getData()
Gets or sets a sound data (null
if valueLocation
is not inline
)
public final void setData(byte[] value)
Gets or sets a sound data (null
if valueLocation
is not inline
)
public final String getUri()
Gets or sets a uri of sound (null
if valueLocation
is inline
)
public final void setUri(String value)
Gets or sets a uri of sound (null
if valueLocation
is inline
)
public final int getValueLocation()
Gets or sets a value location
public final void setValueLocation(int value)
Gets or sets a value location