public class Person extends Object
Java class for Person complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Person">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="middleNameOrInitial" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
emailAddress |
protected String |
firstName |
protected String |
fullName |
protected Integer |
id |
protected String |
lastName |
protected String |
middleNameOrInitial |
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Gets the value of the emailAddress property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMiddleNameOrInitial()
Gets the value of the middleNameOrInitial property.
|
void |
setEmailAddress(String value)
Sets the value of the emailAddress property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMiddleNameOrInitial(String value)
Sets the value of the middleNameOrInitial property.
|
protected String fullName
protected String firstName
protected String lastName
protected String middleNameOrInitial
protected String emailAddress
protected Integer id
public String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getMiddleNameOrInitial()
Stringpublic void setMiddleNameOrInitial(String value)
value - allowed object is
Stringpublic String getEmailAddress()
Stringpublic void setEmailAddress(String value)
value - allowed object is
StringCopyright © 2015. All Rights Reserved.