com.aspose.email
Class VCardIdentificationInfo

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

public final class VCardIdentificationInfo
extends Object

Represents vCard identification information


Constructor Summary
VCardIdentificationInfo()
           Initializes a new instance of the VCardIdentificationInfo class
 
Method Summary
 Date getBirthday()
           
 String getDisplayName()
           Gets or sets a contact's display(formatted) name
 VCardFullName getFullName()
           Gets or sets a contact's full name
 String getNickname()
           Gets or sets a contact's nickname
 VCardPhoto getPhoto()
           Gets or sets a contact's photo
 void setBirthday(Date value)
           
 void setDisplayName(String value)
           
 void setFullName(VCardFullName value)
           
 void setNickname(String value)
           
 void setPhoto(VCardPhoto value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardIdentificationInfo

public VCardIdentificationInfo()

Initializes a new instance of the VCardIdentificationInfo class

Method Detail

getFullName

public VCardFullName getFullName()

Gets or sets a contact's full name


setFullName

public void setFullName(VCardFullName value)

getDisplayName

public String getDisplayName()

Gets or sets a contact's display(formatted) name


setDisplayName

public void setDisplayName(String value)

getNickname

public String getNickname()

Gets or sets a contact's nickname


setNickname

public void setNickname(String value)

getBirthday

public Date getBirthday()

setBirthday

public void setBirthday(Date value)

getPhoto

public VCardPhoto getPhoto()

Gets or sets a contact's photo


setPhoto

public void setPhoto(VCardPhoto value)


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