public class CompleteNameType extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for CompleteNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompleteNameType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MiddleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Suffix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Initials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Nickname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="YomiFirstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="YomiLastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
firstName |
protected String |
fullName |
protected String |
initials |
protected String |
lastName |
protected String |
middleName |
protected String |
nickname |
protected String |
suffix |
protected String |
title |
protected String |
yomiFirstName |
protected String |
yomiLastName |
| Constructor and Description |
|---|
CompleteNameType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getInitials()
Gets the value of the initials property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMiddleName()
Gets the value of the middleName property.
|
String |
getNickname()
Gets the value of the nickname property.
|
String |
getSuffix()
Gets the value of the suffix property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getYomiFirstName()
Gets the value of the yomiFirstName property.
|
String |
getYomiLastName()
Gets the value of the yomiLastName property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setInitials(String value)
Sets the value of the initials property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMiddleName(String value)
Sets the value of the middleName property.
|
void |
setNickname(String value)
Sets the value of the nickname property.
|
void |
setSuffix(String value)
Sets the value of the suffix property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setYomiFirstName(String value)
Sets the value of the yomiFirstName property.
|
void |
setYomiLastName(String value)
Sets the value of the yomiLastName property.
|
String |
toString() |
protected String title
protected String firstName
protected String middleName
protected String lastName
protected String suffix
protected String initials
protected String fullName
protected String nickname
protected String yomiFirstName
protected String yomiLastName
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getMiddleName()
Stringpublic void setMiddleName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getSuffix()
Stringpublic void setSuffix(String value)
value - allowed object is
Stringpublic String getInitials()
Stringpublic void setInitials(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getNickname()
Stringpublic void setNickname(String value)
value - allowed object is
Stringpublic String getYomiFirstName()
Stringpublic void setYomiFirstName(String value)
value - allowed object is
Stringpublic String getYomiLastName()
Stringpublic void setYomiLastName(String value)
value - allowed object is
Stringpublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2014 Jasig. All Rights Reserved.