com.aspose.email
Class VCardSound

java.lang.Object
  extended by com.aspose.email.VCardSound

public final class VCardSound
extends Object

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

VCardSound

public VCardSound()

Initializes a new instance of the VCardSound class

Method Detail

getSoundType

public VCardSoundType getSoundType()

Gets or sets a sound type


setSoundType

public void setSoundType(VCardSoundType value)

getData

public byte[] getData()

Gets or sets a sound data (null if valueLocation is not inline)


setData

public void setData(byte[] value)

getUri

public String getUri()

Gets or sets a uri of sound (null if valueLocation is inline)


setUri

public void setUri(String value)

getValueLocation

public VCardValueLocation getValueLocation()

Gets or sets a value location


setValueLocation

public void setValueLocation(VCardValueLocation value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.