public class ZenodoMetadata extends Object implements Serializable
| Constructor and Description |
|---|
ZenodoMetadata()
Instantiates a new zenodo metadata.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess_conditions()
Gets the access conditions.
|
SerializableEnum<String> |
getAccess_right()
Gets the access right.
|
List<ZenodoCommunity> |
getCommunities()
Gets the communities.
|
String |
getConference_acronym()
Gets the conference acronym.
|
String |
getConference_dates()
Gets the conference dates.
|
String |
getConference_place()
Gets the conference place.
|
String |
getConference_session_part()
Gets the conference session part.
|
String |
getConference_session()
Gets the conference session.
|
String |
getConference_title()
Gets the conference title.
|
String |
getConference_url()
Gets the conference url.
|
List<? extends ZenodoAuthor> |
getContributors()
Gets the contributors.
|
List<? extends ZenodoAuthor> |
getCreators()
Gets the creators.
|
List<ZenodoDateInterval> |
getDates()
Gets the dates.
|
String |
getDescription()
Gets the description.
|
String |
getDoi()
Gets the doi.
|
Date |
getEmbargo_date()
Gets the embargo date.
|
List<ZenodoGrant> |
getGrants()
Gets the grants.
|
SerializableEnum<String> |
getImage_type()
Gets the image type.
|
String |
getImprint_isbn()
Gets the imprint isbn.
|
String |
getImprint_place()
Gets the imprint place.
|
String |
getImprint_publisher()
Gets the imprint publisher.
|
String |
getJournal_issue()
Gets the journal issue.
|
String |
getJournal_pages()
Gets the journal pages.
|
String |
getJournal_title()
Gets the journal title.
|
String |
getJournal_volume()
Gets the journal volume.
|
List<String> |
getKeywords()
Gets the keywords.
|
String |
getLanguage()
Gets the language.
|
SerializableEnum<LicenseBean> |
getLicenses()
Gets the licenses.
|
List<ZenodoLocation> |
getLocations()
Gets the locations.
|
String |
getMethod()
Gets the method.
|
String |
getNotes()
Gets the notes.
|
String |
getPartof_pages()
Gets the partof pages.
|
String |
getPartof_title()
Gets the partof title.
|
Boolean |
getPreserve_doi()
Gets the preserve doi.
|
Date |
getPublication_date()
Gets the publication date.
|
SerializableEnum<String> |
getPublication_type()
Gets the publication type.
|
List<String> |
getReferences()
Gets the references.
|
List<ZenodoRelatedIdentifier> |
getRelated_identifiers()
Gets the related identifiers.
|
List<ZenodoSubject> |
getSubjects()
Gets the subjects.
|
List<ZenodoCreator> |
getThesis_supervisors()
Gets the thesis supervisors.
|
String |
getThesis_university()
Gets the thesis university.
|
String |
getTitle()
Gets the title.
|
SerializableEnum<String> |
getUpload_type()
Gets the upload type.
|
String |
getVersion()
Gets the version.
|
void |
setAccess_conditions(String access_conditions)
Sets the access conditions.
|
void |
setAccess_right(SerializableEnum<String> access_right)
Sets the access right.
|
void |
setCommunities(List<ZenodoCommunity> communities)
Sets the communities.
|
void |
setConference_acronym(String conference_acronym)
Sets the conference acronym.
|
void |
setConference_dates(String conference_dates)
Sets the conference dates.
|
void |
setConference_place(String conference_place)
Sets the conference place.
|
void |
setConference_session_part(String conference_session_part)
Sets the conference session part.
|
void |
setConference_session(String conference_session)
Sets the conference session.
|
void |
setConference_title(String conference_title)
Sets the conference title.
|
void |
setConference_url(String conference_url)
Sets the conference url.
|
void |
setContributors(List<ZenodoContributor> contributors)
Sets the contributors.
|
void |
setCreators(List<ZenodoCreator> creators)
Sets the creators.
|
void |
setDates(List<ZenodoDateInterval> dates)
Sets the dates.
|
void |
setDescription(String description)
Sets the description.
|
void |
setDoi(String doi)
Sets the doi.
|
void |
setEmbargo_date(Date embargo_date)
Sets the embargo date.
|
void |
setGrants(List<ZenodoGrant> grants)
Sets the grants.
|
void |
setImage_type(SerializableEnum<String> image_type)
Sets the image type.
|
void |
setImprint_isbn(String imprint_isbn)
Sets the imprint isbn.
|
void |
setImprint_place(String imprint_place)
Sets the imprint place.
|
void |
setImprint_publisher(String imprint_publisher)
Sets the imprint publisher.
|
void |
setJournal_issue(String journal_issue)
Sets the journal issue.
|
void |
setJournal_pages(String journal_pages)
Sets the journal pages.
|
void |
setJournal_title(String journal_title)
Sets the journal title.
|
void |
setJournal_volume(String journal_volume)
Sets the journal volume.
|
void |
setKeywords(List<String> keywords)
Sets the keywords.
|
void |
setLanguage(String language)
Sets the language.
|
void |
setLicenses(SerializableEnum<LicenseBean> licenses)
Sets the licenses.
|
void |
setLocations(List<ZenodoLocation> locations)
Sets the locations.
|
void |
setMethod(String method)
Sets the method.
|
void |
setNotes(String notes)
Sets the notes.
|
void |
setPartof_pages(String partof_pages)
Sets the partof pages.
|
void |
setPartof_title(String partof_title)
Sets the partof title.
|
void |
setPreserve_doi(Boolean preserve_doi)
Sets the preserve doi.
|
void |
setPublication_date(Date publication_date)
Sets the publication date.
|
void |
setPublication_type(SerializableEnum<String> publication_type)
Sets the publication type.
|
void |
setReferences(List<String> references)
Sets the references.
|
void |
setRelated_identifiers(List<ZenodoRelatedIdentifier> related_identifiers)
Sets the related identifiers.
|
void |
setSubjects(List<ZenodoSubject> subjects)
Sets the subjects.
|
void |
setThesis_supervisors(List<ZenodoCreator> thesis_supervisors)
Sets the thesis supervisors.
|
void |
setThesis_university(String thesis_university)
Sets the thesis university.
|
void |
setTitle(String title)
Sets the title.
|
void |
setUpload_type(SerializableEnum<String> upload_type)
Sets the upload type.
|
void |
setVersion(String version)
Sets the version.
|
String |
toString() |
public SerializableEnum<String> getUpload_type()
public void setUpload_type(SerializableEnum<String> upload_type)
upload_type - the new upload typepublic SerializableEnum<String> getPublication_type()
public void setPublication_type(SerializableEnum<String> publication_type)
publication_type - the new publication typepublic SerializableEnum<String> getImage_type()
public void setImage_type(SerializableEnum<String> image_type)
image_type - the new image typepublic Date getPublication_date()
public void setPublication_date(Date publication_date)
publication_date - the new publication datepublic String getTitle()
public void setTitle(String title)
title - the new titlepublic List<? extends ZenodoAuthor> getCreators()
public void setCreators(List<ZenodoCreator> creators)
creators - the new creatorspublic String getDescription()
public void setDescription(String description)
description - the new descriptionpublic SerializableEnum<String> getAccess_right()
public void setAccess_right(SerializableEnum<String> access_right)
access_right - the new access rightpublic Date getEmbargo_date()
public void setEmbargo_date(Date embargo_date)
embargo_date - the new embargo datepublic String getAccess_conditions()
public void setAccess_conditions(String access_conditions)
access_conditions - the new access conditionspublic String getDoi()
public void setDoi(String doi)
doi - the new doipublic Boolean getPreserve_doi()
public void setPreserve_doi(Boolean preserve_doi)
preserve_doi - the new preserve doipublic void setKeywords(List<String> keywords)
keywords - the new keywordspublic String getNotes()
public void setNotes(String notes)
notes - the new notespublic List<ZenodoRelatedIdentifier> getRelated_identifiers()
public void setRelated_identifiers(List<ZenodoRelatedIdentifier> related_identifiers)
related_identifiers - the new related identifierspublic List<? extends ZenodoAuthor> getContributors()
public void setContributors(List<ZenodoContributor> contributors)
contributors - the new contributorspublic void setReferences(List<String> references)
references - the new referencespublic List<ZenodoCommunity> getCommunities()
public void setCommunities(List<ZenodoCommunity> communities)
communities - the new communitiespublic List<ZenodoGrant> getGrants()
public void setGrants(List<ZenodoGrant> grants)
grants - the new grantspublic String getJournal_title()
public void setJournal_title(String journal_title)
journal_title - the new journal titlepublic String getJournal_volume()
public void setJournal_volume(String journal_volume)
journal_volume - the new journal volumepublic String getJournal_issue()
public void setJournal_issue(String journal_issue)
journal_issue - the new journal issuepublic String getJournal_pages()
public void setJournal_pages(String journal_pages)
journal_pages - the new journal pagespublic String getConference_title()
public void setConference_title(String conference_title)
conference_title - the new conference titlepublic String getConference_acronym()
public void setConference_acronym(String conference_acronym)
conference_acronym - the new conference acronympublic String getConference_dates()
public void setConference_dates(String conference_dates)
conference_dates - the new conference datespublic String getConference_place()
public void setConference_place(String conference_place)
conference_place - the new conference placepublic String getConference_url()
public void setConference_url(String conference_url)
conference_url - the new conference urlpublic String getConference_session()
public void setConference_session(String conference_session)
conference_session - the new conference sessionpublic String getConference_session_part()
public void setConference_session_part(String conference_session_part)
conference_session_part - the new conference session partpublic String getImprint_publisher()
public void setImprint_publisher(String imprint_publisher)
imprint_publisher - the new imprint publisherpublic String getImprint_isbn()
public void setImprint_isbn(String imprint_isbn)
imprint_isbn - the new imprint isbnpublic String getImprint_place()
public void setImprint_place(String imprint_place)
imprint_place - the new imprint placepublic String getPartof_title()
public void setPartof_title(String partof_title)
partof_title - the new partof titlepublic String getPartof_pages()
public void setPartof_pages(String partof_pages)
partof_pages - the new partof pagespublic List<ZenodoCreator> getThesis_supervisors()
public void setThesis_supervisors(List<ZenodoCreator> thesis_supervisors)
thesis_supervisors - the new thesis supervisorspublic String getThesis_university()
public void setThesis_university(String thesis_university)
thesis_university - the new thesis universitypublic List<ZenodoSubject> getSubjects()
public void setSubjects(List<ZenodoSubject> subjects)
subjects - the new subjectspublic String getVersion()
public void setVersion(String version)
version - the new versionpublic String getLanguage()
public void setLanguage(String language)
language - the new languagepublic List<ZenodoLocation> getLocations()
public void setLocations(List<ZenodoLocation> locations)
locations - the new locationspublic List<ZenodoDateInterval> getDates()
public void setDates(List<ZenodoDateInterval> dates)
dates - the new datespublic String getMethod()
public void setMethod(String method)
method - the new methodpublic void setLicenses(SerializableEnum<LicenseBean> licenses)
licenses - the new licensespublic SerializableEnum<LicenseBean> getLicenses()
Copyright © 2021. All Rights Reserved.