|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.unboundid.scim.data.Name
public class Name
A complex type containing the components of the User's real name.
| Field Summary | |
|---|---|
static AttributeValueResolver<Name> |
NAME_RESOLVER
The AttributeValueResolver that resolves SCIM attribute values
to/from Name instances. |
| Constructor Summary | |
|---|---|
Name(String formatted,
String familyName,
String middleName,
String givenName,
String honorificPrefix,
String honorificSuffix)
Creates a SCIM core user 'name' attribute. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getFamilyName()
Retrieves the family name of the User, or "Last Name" in most Western languages. |
String |
getFormatted()
Retrieves the full name, including all middle names, titles, and suffixes as appropriate, formatted for display. |
String |
getGivenName()
Retrieves the given name of the User, or "First Name" in most Western languages. |
String |
getHonorificPrefix()
Retrieves the honorific prefix(es) of the User, or "Title" in most Western languages. |
String |
getHonorificSuffix()
Retrieves the honorific suffix(es) of the User, or "Suffix" in most Western languages. |
String |
getMiddleName()
Retrieves the middle name(s) of the User. |
int |
hashCode()
|
void |
setFamilyName(String familyName)
Sets the family name of the User, or "Last Name" in most Western languages. |
void |
setFormatted(String formatted)
Sets the full name, including all middle names, titles, and suffixes as appropriate, formatted for display. |
void |
setGivenName(String givenName)
Sets the given name of the User, or "First Name" in most Western languages. |
void |
setHonorificPrefix(String honorificPrefix)
Sets the honorific prefix(es) of the User, or "Title" in most Western languages. |
void |
setHonorificSuffix(String honorificSuffix)
Sets the honorific suffix(es) of the User, or "Suffix" in most Western languages. |
void |
setMiddleName(String middleName)
Retrieves the middle name(s) of the User. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AttributeValueResolver<Name> NAME_RESOLVER
AttributeValueResolver that resolves SCIM attribute values
to/from Name instances.
| Constructor Detail |
|---|
public Name(String formatted,
String familyName,
String middleName,
String givenName,
String honorificPrefix,
String honorificSuffix)
null if they are not to be included.
formatted - The The full name, including all middle names,
titles, and suffixes as appropriate, formatted
for display.familyName - The family name of the User, or "Last Name" in
most Western languages.givenName - The given name of the User, or "First Name" in
most Western languages.middleName - The middle name(s) of the User.honorificPrefix - The honorific prefix(es) of the User, or "Title"
in most Western languages.honorificSuffix - The honorifix suffix(es) of the User, or "Suffix"
in most Western languages.| Method Detail |
|---|
public String getFamilyName()
public void setFamilyName(String familyName)
familyName - The family name of the User, or "Last Name" in most
Western languages.public String getFormatted()
public void setFormatted(String formatted)
formatted - The full name, including all middle names, titles, and
suffixes as appropriate, formatted for display.public String getGivenName()
public void setGivenName(String givenName)
givenName - The given name of the User, or "First Name" in most
Western languages.public String getHonorificPrefix()
public void setHonorificPrefix(String honorificPrefix)
honorificPrefix - The honorific prefix(es) of the User, or "Title"
in most Western languages.public String getHonorificSuffix()
public void setHonorificSuffix(String honorificSuffix)
honorificSuffix - The honorific suffix(es) of the User, or "Suffix"
in most Western languages.public String getMiddleName()
public void setMiddleName(String middleName)
middleName - The middle name(s) of the User.public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||