public class PersonType extends AbstractContactType
Java class for PersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PersonType">
<complexContent>
<extension base="{http://psidev.info/psi/pi/mzIdentML/1.2}AbstractContactType">
<sequence>
<element name="Affiliation" type="{http://psidev.info/psi/pi/mzIdentML/1.2}AffiliationType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="midInitials" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AffiliationType> |
affiliation |
protected String |
firstName |
protected String |
lastName |
protected String |
midInitials |
paramGroupid, name| Constructor and Description |
|---|
PersonType() |
| Modifier and Type | Method and Description |
|---|---|
List<AffiliationType> |
getAffiliation()
Gets the value of the affiliation property.
|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getMidInitials()
Gets the value of the midInitials property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setMidInitials(String value)
Sets the value of the midInitials property.
|
getParamGroupgetId, getName, setId, setNameprotected List<AffiliationType> affiliation
protected String lastName
protected String firstName
protected String midInitials
public List<AffiliationType> getAffiliation()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the affiliation property.
For example, to add a new item, do as follows:
getAffiliation().add(newItem);
Objects of the following type(s) are allowed in the list
AffiliationType
public String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic String getMidInitials()
StringCopyright © 2017. All rights reserved.