public class User extends EntityBaseBean
Java class for user complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="user">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="affiliation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataPublicationUsers" type="{http://icatproject.org}dataPublicationUser" maxOccurs="unbounded" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="familyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fullName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="givenName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="instrumentScientists" type="{http://icatproject.org}instrumentScientist" maxOccurs="unbounded" minOccurs="0"/>
<element name="investigationUsers" type="{http://icatproject.org}investigationUser" maxOccurs="unbounded" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="orcidId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="studies" type="{http://icatproject.org}study" maxOccurs="unbounded" minOccurs="0"/>
<element name="userGroups" type="{http://icatproject.org}userGroup" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
affiliation |
protected List<DataPublicationUser> |
dataPublicationUsers |
protected String |
email |
protected String |
familyName |
protected String |
fullName |
protected String |
givenName |
protected List<InstrumentScientist> |
instrumentScientists |
protected List<InvestigationUser> |
investigationUsers |
protected String |
name |
protected String |
orcidId |
protected List<Study> |
studies |
protected List<UserGroup> |
userGroups |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffiliation()
Gets the value of the affiliation property.
|
List<DataPublicationUser> |
getDataPublicationUsers()
Gets the value of the dataPublicationUsers property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getFullName()
Gets the value of the fullName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
List<InstrumentScientist> |
getInstrumentScientists()
Gets the value of the instrumentScientists property.
|
List<InvestigationUser> |
getInvestigationUsers()
Gets the value of the investigationUsers property.
|
String |
getName()
Gets the value of the name property.
|
String |
getOrcidId()
Gets the value of the orcidId property.
|
List<Study> |
getStudies()
Gets the value of the studies property.
|
List<UserGroup> |
getUserGroups()
Gets the value of the userGroups property.
|
void |
setAffiliation(String value)
Sets the value of the affiliation property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setFullName(String value)
Sets the value of the fullName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrcidId(String value)
Sets the value of the orcidId property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String affiliation
protected List<DataPublicationUser> dataPublicationUsers
protected String email
protected String familyName
protected String fullName
protected String givenName
protected List<InstrumentScientist> instrumentScientists
protected List<InvestigationUser> investigationUsers
protected String name
protected String orcidId
public String getAffiliation()
Stringpublic void setAffiliation(String value)
value - allowed object is
Stringpublic List<DataPublicationUser> getDataPublicationUsers()
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 dataPublicationUsers property.
For example, to add a new item, do as follows:
getDataPublicationUsers().add(newItem);
Objects of the following type(s) are allowed in the list
DataPublicationUser
public String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic String getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic String getGivenName()
Stringpublic void setGivenName(String value)
value - allowed object is
Stringpublic List<InstrumentScientist> getInstrumentScientists()
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 instrumentScientists property.
For example, to add a new item, do as follows:
getInstrumentScientists().add(newItem);
Objects of the following type(s) are allowed in the list
InstrumentScientist
public List<InvestigationUser> getInvestigationUsers()
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 investigationUsers property.
For example, to add a new item, do as follows:
getInvestigationUsers().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationUser
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getOrcidId()
Stringpublic void setOrcidId(String value)
value - allowed object is
Stringpublic List<Study> getStudies()
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 studies property.
For example, to add a new item, do as follows:
getStudies().add(newItem);
Objects of the following type(s) are allowed in the list
Study
public List<UserGroup> getUserGroups()
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 userGroups property.
For example, to add a new item, do as follows:
getUserGroups().add(newItem);
Objects of the following type(s) are allowed in the list
UserGroup
Copyright © 2022 The ICAT Collaboration. All rights reserved.