Package eu.openaire.jaxb.helper
Class FundingHelper
- java.lang.Object
-
- eu.openaire.jaxb.helper.FundingHelper
-
public class FundingHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description FundingHelper(List<javax.xml.bind.JAXBElement<FundingType>> fundingProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<FundingType>getFirstAvailableFunding()Collection<FundingType>getFundingLevel0()Collection<FundingType>getFundingLevel1()Collection<FundingType>getFundingLevel2()
-
-
-
Constructor Detail
-
FundingHelper
public FundingHelper(List<javax.xml.bind.JAXBElement<FundingType>> fundingProperties)
-
-
Method Detail
-
getFirstAvailableFunding
public Collection<FundingType> getFirstAvailableFunding()
-
getFundingLevel2
public Collection<FundingType> getFundingLevel2()
-
getFundingLevel1
public Collection<FundingType> getFundingLevel1()
-
getFundingLevel0
public Collection<FundingType> getFundingLevel0()
-
-