public class Publication extends EntityBaseBean
Java class for publication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="publication">
<complexContent>
<extension base="{http://icatproject.org}entityBaseBean">
<sequence>
<element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fullReference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
<element name="repository" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="repositoryId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
doi |
protected String |
fullReference |
protected Investigation |
investigation |
protected String |
repository |
protected String |
repositoryId |
protected String |
url |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
Publication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDoi()
Gets the value of the doi property.
|
String |
getFullReference()
Gets the value of the fullReference property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
String |
getRepository()
Gets the value of the repository property.
|
String |
getRepositoryId()
Gets the value of the repositoryId property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setDoi(String value)
Sets the value of the doi property.
|
void |
setFullReference(String value)
Sets the value of the fullReference property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
void |
setRepository(String value)
Sets the value of the repository property.
|
void |
setRepositoryId(String value)
Sets the value of the repositoryId property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected String doi
protected String fullReference
protected Investigation investigation
protected String repository
protected String repositoryId
protected String url
public String getDoi()
Stringpublic void setDoi(String value)
value - allowed object is
Stringpublic String getFullReference()
Stringpublic void setFullReference(String value)
value - allowed object is
Stringpublic Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
Investigationpublic String getRepository()
Stringpublic void setRepository(String value)
value - allowed object is
Stringpublic String getRepositoryId()
Stringpublic void setRepositoryId(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2022 The ICAT Collaboration. All rights reserved.