Package org.icatproject
Class Publication
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Publication
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdoiprotected StringfullReferenceprotected Investigationinvestigationprotected Stringrepositoryprotected StringrepositoryIdprotected Stringurl-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description Publication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDoi()Gets the value of the doi property.StringgetFullReference()Gets the value of the fullReference property.InvestigationgetInvestigation()Gets the value of the investigation property.StringgetRepository()Gets the value of the repository property.StringgetRepositoryId()Gets the value of the repositoryId property.StringgetUrl()Gets the value of the url property.voidsetDoi(String value)Sets the value of the doi property.voidsetFullReference(String value)Sets the value of the fullReference property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.voidsetRepository(String value)Sets the value of the repository property.voidsetRepositoryId(String value)Sets the value of the repositoryId property.voidsetUrl(String value)Sets the value of the url property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Method Detail
-
getDoi
public String getDoi()
Gets the value of the doi property.- Returns:
- possible object is
String
-
setDoi
public void setDoi(String value)
Sets the value of the doi property.- Parameters:
value- allowed object isString
-
getFullReference
public String getFullReference()
Gets the value of the fullReference property.- Returns:
- possible object is
String
-
setFullReference
public void setFullReference(String value)
Sets the value of the fullReference property.- Parameters:
value- allowed object isString
-
getInvestigation
public Investigation getInvestigation()
Gets the value of the investigation property.- Returns:
- possible object is
Investigation
-
setInvestigation
public void setInvestigation(Investigation value)
Sets the value of the investigation property.- Parameters:
value- allowed object isInvestigation
-
getRepository
public String getRepository()
Gets the value of the repository property.- Returns:
- possible object is
String
-
setRepository
public void setRepository(String value)
Sets the value of the repository property.- Parameters:
value- allowed object isString
-
getRepositoryId
public String getRepositoryId()
Gets the value of the repositoryId property.- Returns:
- possible object is
String
-
setRepositoryId
public void setRepositoryId(String value)
Sets the value of the repositoryId property.- Parameters:
value- allowed object isString
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
-