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()
Gets or sets a sound data (
null if valueLocation is not inline ) |
int |
getSoundType()
Gets or sets a sound type
|
String |
getUri()
Gets or sets a uri of sound (
null if valueLocation is inline ) |
int |
getValueLocation()
Gets or sets a value location
|
void |
setData(byte[] value)
Gets or sets a sound data (
null if valueLocation is not inline ) |
void |
setSoundType(int value)
Gets or sets a sound type
|
void |
setUri(String value)
Gets or sets a uri of sound (
null if valueLocation is inline ) |
void |
setValueLocation(int value)
Gets or sets a value location
|
public VCardSound()
Initializes a new instance of the VCardSound
class
public int getSoundType()
Gets or sets a sound type
public void setSoundType(int value)
Gets or sets a sound type
value
- a int.public byte[] getData()
Gets or sets a sound data (null
if valueLocation
is not inline
)
public void setData(byte[] value)
Gets or sets a sound data (null
if valueLocation
is not inline
)
value
- an array of byte.public String getUri()
Gets or sets a uri of sound (null
if valueLocation
is inline
)
String
object.public void setUri(String value)
Gets or sets a uri of sound (null
if valueLocation
is inline
)
value
- a String
object.public int getValueLocation()
Gets or sets a value location
public void setValueLocation(int value)
Gets or sets a value location
value
- a int.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.