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)
 int getSoundType()
           Gets or sets a sound type
 String getUri()
           Gets or sets a uri of sound (null if valueLocation is inline)
 byte getValueLocation()
           Gets or sets a value location
 void setData(byte[] value)
           
 void setSoundType(int value)
           
 void setUri(String value)
           
 void setValueLocation(byte 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 int getSoundType()

Gets or sets a sound type


setSoundType

public void setSoundType(int 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 byte getValueLocation()

Gets or sets a value location


setValueLocation

public void setValueLocation(byte value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.