com.aspose.email
Class VCardFullName

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

public final class VCardFullName
extends Object

Represents vCard contact full name (N property)


Constructor Summary
VCardFullName()
           Initializes a new instance of the VCardFullName class
 
Method Summary
 String getFamilyName()
           Gets or sets a family name
 String getGivenName()
           Gets or sets a given name
 String getHonorificPostfixes()
           Gets or sets a honorific postfixes
 String getHonorificPrefixes()
           Gets or sets a honorific prefixes
 String getMiddleName()
           Gets or sets a middle name
 void setFamilyName(String value)
           
 void setGivenName(String value)
           
 void setHonorificPostfixes(String value)
           
 void setHonorificPrefixes(String value)
           
 void setMiddleName(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardFullName

public VCardFullName()

Initializes a new instance of the VCardFullName class

Method Detail

getFamilyName

public String getFamilyName()

Gets or sets a family name


setFamilyName

public void setFamilyName(String value)

getGivenName

public String getGivenName()

Gets or sets a given name


setGivenName

public void setGivenName(String value)

getMiddleName

public String getMiddleName()

Gets or sets a middle name


setMiddleName

public void setMiddleName(String value)

getHonorificPrefixes

public String getHonorificPrefixes()

Gets or sets a honorific prefixes


setHonorificPrefixes

public void setHonorificPrefixes(String value)

getHonorificPostfixes

public String getHonorificPostfixes()

Gets or sets a honorific postfixes


setHonorificPostfixes

public void setHonorificPostfixes(String value)


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