public class DataPublicationUser extends EntityBaseBean
Java class for dataPublicationUser complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataPublicationUser"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="affiliations" type="{http://icatproject.org}affiliation" maxOccurs="unbounded" minOccurs="0"/> <element name="contributorType" type="{http://www.w3.org/2001/XMLSchema}string" 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="orderKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="publication" type="{http://icatproject.org}dataPublication" minOccurs="0"/> <element name="user" type="{http://icatproject.org}user" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Affiliation> |
affiliations |
protected String |
contributorType |
protected String |
email |
protected String |
familyName |
protected String |
fullName |
protected String |
givenName |
protected String |
orderKey |
protected DataPublication |
publication |
protected User |
user |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
DataPublicationUser() |
Modifier and Type | Method and Description |
---|---|
List<Affiliation> |
getAffiliations()
Gets the value of the affiliations property.
|
String |
getContributorType()
Gets the value of the contributorType 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.
|
String |
getOrderKey()
Gets the value of the orderKey property.
|
DataPublication |
getPublication()
Gets the value of the publication property.
|
User |
getUser()
Gets the value of the user property.
|
void |
setContributorType(String value)
Sets the value of the contributorType 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 |
setOrderKey(String value)
Sets the value of the orderKey property.
|
void |
setPublication(DataPublication value)
Sets the value of the publication property.
|
void |
setUser(User value)
Sets the value of the user property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected List<Affiliation> affiliations
protected String contributorType
protected String email
protected String familyName
protected String fullName
protected String givenName
protected String orderKey
protected DataPublication publication
protected User user
public List<Affiliation> getAffiliations()
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 affiliations property.
For example, to add a new item, do as follows:
getAffiliations().add(newItem);
Objects of the following type(s) are allowed in the list
Affiliation
public String getContributorType()
String
public void setContributorType(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getFamilyName()
String
public void setFamilyName(String value)
value
- allowed object is
String
public String getFullName()
String
public void setFullName(String value)
value
- allowed object is
String
public String getGivenName()
String
public void setGivenName(String value)
value
- allowed object is
String
public String getOrderKey()
String
public void setOrderKey(String value)
value
- allowed object is
String
public DataPublication getPublication()
DataPublication
public void setPublication(DataPublication value)
value
- allowed object is
DataPublication
Copyright © 2022 The ICAT Collaboration. All rights reserved.