|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.Person
public class Person
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>
| Field Summary | |
|---|---|
protected String |
emailAddress
|
protected String |
firstName
|
protected String |
fullName
|
protected Integer |
id
|
protected String |
lastName
|
protected String |
middleNameOrInitial
|
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String fullName
protected String firstName
protected String lastName
protected String middleNameOrInitial
protected String emailAddress
protected Integer id
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
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
Stringpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||