Package eu.openaire.jaxb.helper
Class ProjectHelper
- java.lang.Object
-
- eu.openaire.jaxb.helper.ProjectHelper
-
public class ProjectHelper extends Object
This ProjectHelper is a way to facilitate api methods for Project since the only one provided (because of the flexible schema model) is getCodeOrTitleOrAcronym Each field is returned as a collection because each Element could have multiple instances- Author:
- pgraca
-
-
Constructor Summary
Constructors Constructor Description ProjectHelper(List<javax.xml.bind.JAXBElement<? extends Serializable>> projectProperties)
-
Method Summary
-
-
-
Constructor Detail
-
ProjectHelper
public ProjectHelper(List<javax.xml.bind.JAXBElement<? extends Serializable>> projectProperties)
-
-
Method Detail
-
getCodes
public Collection<String> getCodes()
-
getAcronyms
public Collection<String> getAcronyms()
-
getCallIdentifiers
public Collection<String> getCallIdentifiers()
-
getTitles
public Collection<String> getTitles()
-
getStartDates
public Collection<String> getStartDates()
-
getDurations
public Collection<String> getDurations()
-
getEndDates
public Collection<String> getEndDates()
-
getOriginalIds
public Collection<String> getOriginalIds()
-
getContactFullNames
public Collection<String> getContactFullNames()
-
getContactFaxes
public Collection<String> getContactFaxes()
-
getContactPhones
public Collection<String> getContactPhones()
-
getContactEmails
public Collection<String> getContactEmails()
-
getKeywords
public Collection<String> getKeywords()
-
getWebsiteUrls
public Collection<String> getWebsiteUrls()
-
getECArticle29_3s
public Collection<String> getECArticle29_3s()
-
getECSc39s
public Collection<String> getECSc39s()
-
getOAMandatePublications
public Collection<Boolean> getOAMandatePublications()
-
getFundingTreeTypes
public Collection<FundingTreeType> getFundingTreeTypes()
-
getRels
public Collection<RelsType> getRels()
-
getContractTypes
public Collection<QualifierType> getContractTypes()
-
getSubjects
public Collection<QualifierType> getSubjects()
-
getPids
public Collection<QualifierType> getPids()
-
getCollectedFroms
public Collection<NamedIdElementType> getCollectedFroms()
-
-