public class Affiliation extends EntityBaseBean
Java class for affiliation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="affiliation">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="fullReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="user" type="{http://icatproject.org}dataPublicationUser" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fullReference |
protected String |
name |
protected String |
pid |
protected DataPublicationUser |
user |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
Affiliation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullReference()
Gets the value of the fullReference property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPid()
Gets the value of the pid property.
|
DataPublicationUser |
getUser()
Gets the value of the user property.
|
void |
setFullReference(String value)
Sets the value of the fullReference property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
void |
setUser(DataPublicationUser value)
Sets the value of the user property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String fullReference
protected String name
protected String pid
protected DataPublicationUser user
public String getFullReference()
Stringpublic void setFullReference(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPid()
Stringpublic void setPid(String value)
value - allowed object is
Stringpublic DataPublicationUser getUser()
DataPublicationUserpublic void setUser(DataPublicationUser value)
value - allowed object is
DataPublicationUserCopyright © 2022 The ICAT Collaboration. All rights reserved.