|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.VCardSound
public final class VCardSound
Represents a vCard sound property
| Constructor Summary | |
|---|---|
VCardSound()
Initializes a new instance of the VCardSound class |
|
| Method Summary | |
|---|---|
byte[] |
getData()
Gets or sets a sound data ( null if valueLocation is not inline) |
VCardSoundType |
getSoundType()
Gets or sets a sound type |
String |
getUri()
Gets or sets a uri of sound ( null if valueLocation is inline) |
VCardValueLocation |
getValueLocation()
Gets or sets a value location |
void |
setData(byte[] value)
|
void |
setSoundType(VCardSoundType value)
|
void |
setUri(String value)
|
void |
setValueLocation(VCardValueLocation value)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VCardSound()
Initializes a new instance of the VCardSound class
| Method Detail |
|---|
public VCardSoundType getSoundType()
Gets or sets a sound type
public void setSoundType(VCardSoundType value)
public byte[] getData()
Gets or sets a sound data (null if valueLocation is not inline)
public void setData(byte[] value)
public String getUri()
Gets or sets a uri of sound (null if valueLocation is inline)
public void setUri(String value)
public VCardValueLocation getValueLocation()
Gets or sets a value location
public void setValueLocation(VCardValueLocation value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||