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 String
getFamilyName()
Gets the family name.String
getGivenName()
Gets the given name.String
getMiddleName()
Gets the middle name.String
getPrefix()
Gets the prefix.String
getSuffix()
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.
-
-