public class Person
extends java.lang.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 java.lang.String |
emailAddress |
protected java.lang.String |
firstName |
protected java.lang.String |
fullName |
protected java.lang.Integer |
id |
protected java.lang.String |
lastName |
protected java.lang.String |
middleNameOrInitial |
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEmailAddress()
Gets the value of the emailAddress property.
|
java.lang.String |
getFirstName()
Gets the value of the firstName property.
|
java.lang.String |
getFullName()
Gets the value of the fullName property.
|
java.lang.Integer |
getId()
Gets the value of the id property.
|
java.lang.String |
getLastName()
Gets the value of the lastName property.
|
java.lang.String |
getMiddleNameOrInitial()
Gets the value of the middleNameOrInitial property.
|
void |
setEmailAddress(java.lang.String value)
Sets the value of the emailAddress property.
|
void |
setFirstName(java.lang.String value)
Sets the value of the firstName property.
|
void |
setFullName(java.lang.String value)
Sets the value of the fullName property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
void |
setLastName(java.lang.String value)
Sets the value of the lastName property.
|
void |
setMiddleNameOrInitial(java.lang.String value)
Sets the value of the middleNameOrInitial property.
|
protected java.lang.String fullName
protected java.lang.String firstName
protected java.lang.String lastName
protected java.lang.String middleNameOrInitial
protected java.lang.String emailAddress
protected java.lang.Integer id
public java.lang.String getFullName()
Stringpublic void setFullName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFirstName()
Stringpublic void setFirstName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLastName()
Stringpublic void setLastName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMiddleNameOrInitial()
Stringpublic void setMiddleNameOrInitial(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEmailAddress()
Stringpublic void setEmailAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2014. All Rights Reserved.