Class DataPublication
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.DataPublication
-
public class DataPublication extends EntityBaseBean
Java class for dataPublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataPublication"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="content" type="{http://icatproject.org}dataCollection" minOccurs="0"/> <element name="dates" type="{http://icatproject.org}dataPublicationDate" maxOccurs="unbounded" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="facility" type="{http://icatproject.org}facility" minOccurs="0"/> <element name="fundingReferences" type="{http://icatproject.org}dataPublicationFunding" maxOccurs="unbounded" minOccurs="0"/> <element name="pid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="publicationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="relatedItems" type="{http://icatproject.org}relatedItem" maxOccurs="unbounded" minOccurs="0"/> <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://icatproject.org}dataPublicationType" minOccurs="0"/> <element name="users" type="{http://icatproject.org}dataPublicationUser" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DataCollectioncontentprotected List<DataPublicationDate>datesprotected Stringdescriptionprotected Facilityfacilityprotected List<DataPublicationFunding>fundingReferencesprotected Stringpidprotected XMLGregorianCalendarpublicationDateprotected List<RelatedItem>relatedItemsprotected Stringsubjectprotected Stringtitleprotected DataPublicationTypetypeprotected List<DataPublicationUser>users-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description DataPublication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCollectiongetContent()Gets the value of the content property.List<DataPublicationDate>getDates()Gets the value of the dates property.StringgetDescription()Gets the value of the description property.FacilitygetFacility()Gets the value of the facility property.List<DataPublicationFunding>getFundingReferences()Gets the value of the fundingReferences property.StringgetPid()Gets the value of the pid property.XMLGregorianCalendargetPublicationDate()Gets the value of the publicationDate property.List<RelatedItem>getRelatedItems()Gets the value of the relatedItems property.StringgetSubject()Gets the value of the subject property.StringgetTitle()Gets the value of the title property.DataPublicationTypegetType()Gets the value of the type property.List<DataPublicationUser>getUsers()Gets the value of the users property.voidsetContent(DataCollection value)Sets the value of the content property.voidsetDescription(String value)Sets the value of the description property.voidsetFacility(Facility value)Sets the value of the facility property.voidsetPid(String value)Sets the value of the pid property.voidsetPublicationDate(XMLGregorianCalendar value)Sets the value of the publicationDate property.voidsetSubject(String value)Sets the value of the subject property.voidsetTitle(String value)Sets the value of the title property.voidsetType(DataPublicationType value)Sets the value of the type property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
content
protected DataCollection content
-
dates
protected List<DataPublicationDate> dates
-
description
protected String description
-
facility
protected Facility facility
-
fundingReferences
protected List<DataPublicationFunding> fundingReferences
-
pid
protected String pid
-
publicationDate
protected XMLGregorianCalendar publicationDate
-
relatedItems
protected List<RelatedItem> relatedItems
-
subject
protected String subject
-
title
protected String title
-
type
protected DataPublicationType type
-
users
protected List<DataPublicationUser> users
-
-
Method Detail
-
getContent
public DataCollection getContent()
Gets the value of the content property.- Returns:
- possible object is
DataCollection
-
setContent
public void setContent(DataCollection value)
Sets the value of the content property.- Parameters:
value- allowed object isDataCollection
-
getDates
public List<DataPublicationDate> getDates()
Gets the value of the dates property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the dates property.For example, to add a new item, do as follows:
getDates().add(newItem);Objects of the following type(s) are allowed in the list
DataPublicationDate
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getFacility
public Facility getFacility()
Gets the value of the facility property.- Returns:
- possible object is
Facility
-
setFacility
public void setFacility(Facility value)
Sets the value of the facility property.- Parameters:
value- allowed object isFacility
-
getFundingReferences
public List<DataPublicationFunding> getFundingReferences()
Gets the value of the fundingReferences property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the fundingReferences property.For example, to add a new item, do as follows:
getFundingReferences().add(newItem);Objects of the following type(s) are allowed in the list
DataPublicationFunding
-
getPid
public String getPid()
Gets the value of the pid property.- Returns:
- possible object is
String
-
setPid
public void setPid(String value)
Sets the value of the pid property.- Parameters:
value- allowed object isString
-
getPublicationDate
public XMLGregorianCalendar getPublicationDate()
Gets the value of the publicationDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setPublicationDate
public void setPublicationDate(XMLGregorianCalendar value)
Sets the value of the publicationDate property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getRelatedItems
public List<RelatedItem> getRelatedItems()
Gets the value of the relatedItems property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the relatedItems property.For example, to add a new item, do as follows:
getRelatedItems().add(newItem);Objects of the following type(s) are allowed in the list
RelatedItem
-
getSubject
public String getSubject()
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getType
public DataPublicationType getType()
Gets the value of the type property.- Returns:
- possible object is
DataPublicationType
-
setType
public void setType(DataPublicationType value)
Sets the value of the type property.- Parameters:
value- allowed object isDataPublicationType
-
getUsers
public List<DataPublicationUser> getUsers()
Gets the value of the users property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the users property.For example, to add a new item, do as follows:
getUsers().add(newItem);Objects of the following type(s) are allowed in the list
DataPublicationUser
-
-