Class VCard.Name
- java.lang.Object
-
- rocks.xmpp.extensions.vcard.temp.model.VCard.Name
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFamilyName()Gets the family name.StringgetGivenName()Gets the given name.StringgetMiddleName()Gets the middle name.StringgetPrefix()Gets the prefix.StringgetSuffix()Gets the suffix.
-
-
-
Method Detail
-
getFamilyName
public String getFamilyName()
Gets the family name.- Returns:
- The family name.
-
getGivenName
public String getGivenName()
Gets the given name.- Returns:
- The given name.
-
getMiddleName
public String getMiddleName()
Gets the middle name.- Returns:
- The middle name.
-
getPrefix
public String getPrefix()
Gets the prefix.- Returns:
- The prefix.
-
getSuffix
public String getSuffix()
Gets the suffix.- Returns:
- The suffix.
-
-