|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.microsoft.exchange.types.CompleteNameType
public class CompleteNameType
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>
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
CompleteNameType()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public CompleteNameType()
| Method Detail |
|---|
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 String toString()
toString in class Object
public 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.ToString
public 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.ToString
public 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 boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||