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, setModTime
protected String doi
protected String fullReference
protected Investigation investigation
protected String repository
protected String repositoryId
protected String url
public String getDoi()
String
public void setDoi(String value)
value
- allowed object is
String
public String getFullReference()
String
public void setFullReference(String value)
value
- allowed object is
String
public Investigation getInvestigation()
Investigation
public void setInvestigation(Investigation value)
value
- allowed object is
Investigation
public String getRepository()
String
public void setRepository(String value)
value
- allowed object is
String
public String getRepositoryId()
String
public void setRepositoryId(String value)
value
- allowed object is
String
public String getUrl()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.