|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.VCardFullName
public final class VCardFullName
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 |
---|
public VCardFullName()
Initializes a new instance of the VCardFullName
class
Method Detail |
---|
public String getFamilyName()
Gets or sets a family name
public void setFamilyName(String value)
public String getGivenName()
Gets or sets a given name
public void setGivenName(String value)
public String getMiddleName()
Gets or sets a middle name
public void setMiddleName(String value)
public String getHonorificPrefixes()
Gets or sets a honorific prefixes
public void setHonorificPrefixes(String value)
public String getHonorificPostfixes()
Gets or sets a honorific postfixes
public void setHonorificPostfixes(String value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |