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>
Modifier and Type | Field and Description |
---|---|
protected DataCollection |
content |
protected List<DataPublicationDate> |
dates |
protected String |
description |
protected Facility |
facility |
protected List<DataPublicationFunding> |
fundingReferences |
protected String |
pid |
protected XMLGregorianCalendar |
publicationDate |
protected List<RelatedItem> |
relatedItems |
protected String |
subject |
protected String |
title |
protected DataPublicationType |
type |
protected List<DataPublicationUser> |
users |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
DataPublication() |
Modifier and Type | Method and Description |
---|---|
DataCollection |
getContent()
Gets the value of the content property.
|
List<DataPublicationDate> |
getDates()
Gets the value of the dates property.
|
String |
getDescription()
Gets the value of the description property.
|
Facility |
getFacility()
Gets the value of the facility property.
|
List<DataPublicationFunding> |
getFundingReferences()
Gets the value of the fundingReferences property.
|
String |
getPid()
Gets the value of the pid property.
|
XMLGregorianCalendar |
getPublicationDate()
Gets the value of the publicationDate property.
|
List<RelatedItem> |
getRelatedItems()
Gets the value of the relatedItems property.
|
String |
getSubject()
Gets the value of the subject property.
|
String |
getTitle()
Gets the value of the title property.
|
DataPublicationType |
getType()
Gets the value of the type property.
|
List<DataPublicationUser> |
getUsers()
Gets the value of the users property.
|
void |
setContent(DataCollection value)
Sets the value of the content property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFacility(Facility value)
Sets the value of the facility property.
|
void |
setPid(String value)
Sets the value of the pid property.
|
void |
setPublicationDate(XMLGregorianCalendar value)
Sets the value of the publicationDate property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(DataPublicationType value)
Sets the value of the type property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected DataCollection content
protected List<DataPublicationDate> dates
protected String description
protected Facility facility
protected List<DataPublicationFunding> fundingReferences
protected String pid
protected XMLGregorianCalendar publicationDate
protected List<RelatedItem> relatedItems
protected String subject
protected String title
protected DataPublicationType type
protected List<DataPublicationUser> users
public DataCollection getContent()
DataCollection
public void setContent(DataCollection value)
value
- allowed object is
DataCollection
public List<DataPublicationDate> getDates()
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 JAXB object.
This is why there is not a set
method 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
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public Facility getFacility()
Facility
public void setFacility(Facility value)
value
- allowed object is
Facility
public List<DataPublicationFunding> getFundingReferences()
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 JAXB object.
This is why there is not a set
method 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
public String getPid()
String
public void setPid(String value)
value
- allowed object is
String
public XMLGregorianCalendar getPublicationDate()
XMLGregorianCalendar
public void setPublicationDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public List<RelatedItem> getRelatedItems()
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 JAXB object.
This is why there is not a set
method 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
public String getSubject()
String
public void setSubject(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public DataPublicationType getType()
DataPublicationType
public void setType(DataPublicationType value)
value
- allowed object is
DataPublicationType
public List<DataPublicationUser> getUsers()
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 JAXB object.
This is why there is not a set
method 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
Copyright © 2022 The ICAT Collaboration. All rights reserved.