com.aspose.email
Class VCardPhoto

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

public final class VCardPhoto
extends Object

Represents vCard photo property


Constructor Summary
VCardPhoto()
           Initializes a new instance of the VCardPhoto class
 
Method Summary
 byte[] getData()
           Gets or sets an image data (null if valueLocation is not inline)
 int getPhotoType()
           Gets or sets a photo type
 String getUri()
           Gets or sets a uri of photo (null if valueLocation is inline)
 byte getValueLocation()
           Gets or sets a value location
 void setData(byte[] value)
           
 void setPhotoType(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

VCardPhoto

public VCardPhoto()

Initializes a new instance of the VCardPhoto class

Method Detail

getPhotoType

public int getPhotoType()

Gets or sets a photo type


setPhotoType

public void setPhotoType(int value)

getData

public byte[] getData()

Gets or sets an image data (null if valueLocation is not inline)


setData

public void setData(byte[] value)

getUri

public String getUri()

Gets or sets a uri of photo (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) 2002-2012 Aspose Pty Ltd. All Rights Reserved.