public class CompleteNameType extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 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.EqualsStrategy2 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.HashCodeStrategy2 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.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2016 Apereo. All Rights Reserved.