com.microsoft.exchange.types
Class CompleteNameType

java.lang.Object
  extended by com.microsoft.exchange.types.CompleteNameType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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>
 


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

title

protected String title

firstName

protected String firstName

middleName

protected String middleName

lastName

protected String lastName

suffix

protected String suffix

initials

protected String initials

fullName

protected String fullName

nickname

protected String nickname

yomiFirstName

protected String yomiFirstName

yomiLastName

protected String yomiLastName
Constructor Detail

CompleteNameType

public CompleteNameType()
Method Detail

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getFirstName

public String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getMiddleName

public String getMiddleName()
Gets the value of the middleName property.

Returns:
possible object is String

setMiddleName

public void setMiddleName(String value)
Sets the value of the middleName property.

Parameters:
value - allowed object is String

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getSuffix

public String getSuffix()
Gets the value of the suffix property.

Returns:
possible object is String

setSuffix

public void setSuffix(String value)
Sets the value of the suffix property.

Parameters:
value - allowed object is String

getInitials

public String getInitials()
Gets the value of the initials property.

Returns:
possible object is String

setInitials

public void setInitials(String value)
Sets the value of the initials property.

Parameters:
value - allowed object is String

getFullName

public String getFullName()
Gets the value of the fullName property.

Returns:
possible object is String

setFullName

public void setFullName(String value)
Sets the value of the fullName property.

Parameters:
value - allowed object is String

getNickname

public String getNickname()
Gets the value of the nickname property.

Returns:
possible object is String

setNickname

public void setNickname(String value)
Sets the value of the nickname property.

Parameters:
value - allowed object is String

getYomiFirstName

public String getYomiFirstName()
Gets the value of the yomiFirstName property.

Returns:
possible object is String

setYomiFirstName

public void setYomiFirstName(String value)
Sets the value of the yomiFirstName property.

Parameters:
value - allowed object is String

getYomiLastName

public String getYomiLastName()
Gets the value of the yomiLastName property.

Returns:
possible object is String

setYomiLastName

public void setYomiLastName(String value)
Sets the value of the yomiLastName property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012 Jasig. All Rights Reserved.