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, setModTime
protected String fullReference
protected String name
protected String pid
protected DataPublicationUser user
public String getFullReference()
String
public void setFullReference(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPid()
String
public void setPid(String value)
value
- allowed object is
String
public DataPublicationUser getUser()
DataPublicationUser
public void setUser(DataPublicationUser value)
value
- allowed object is
DataPublicationUser
Copyright © 2022 The ICAT Collaboration. All rights reserved.