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>
<element name="surname" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="userID" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="affiliation" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}token"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}token"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
affiliation |
protected String |
email |
protected String |
id |
protected String |
name |
protected String |
phoneNumber |
protected String |
surname |
protected String |
userID |
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffiliation()
Gets the value of the affiliation property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
String |
getSurname()
Gets the value of the surname property.
|
String |
getUserID()
Gets the value of the userID property.
|
void |
setAffiliation(String value)
Sets the value of the affiliation property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
void |
setSurname(String value)
Sets the value of the surname property.
|
void |
setUserID(String value)
Sets the value of the userID property.
|
protected String surname
protected String name
protected String userID
protected String affiliation
protected String phoneNumber
protected String email
protected String id
public String getSurname()
Stringpublic void setSurname(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUserID()
Stringpublic void setUserID(String value)
value - allowed object is
Stringpublic String getAffiliation()
Stringpublic void setAffiliation(String value)
value - allowed object is
Stringpublic String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
StringCopyright © 2024 Tethys. All rights reserved.