Uses of Class
eu.openaire.oaf.model.base.FundingType
-
Packages that use FundingType Package Description eu.openaire.jaxb.helper eu.openaire.oaf.model.base -
-
Uses of FundingType in eu.openaire.jaxb.helper
Methods in eu.openaire.jaxb.helper that return types with arguments of type FundingType Modifier and Type Method Description Collection<FundingType>FundingHelper. getFirstAvailableFunding()Collection<FundingType>FundingHelper. getFundingLevel0()Collection<FundingType>FundingHelper. getFundingLevel1()Collection<FundingType>FundingHelper. getFundingLevel2()Constructor parameters in eu.openaire.jaxb.helper with type arguments of type FundingType Constructor Description FundingHelper(List<javax.xml.bind.JAXBElement<FundingType>> fundingProperties) -
Uses of FundingType in eu.openaire.oaf.model.base
Fields in eu.openaire.oaf.model.base declared as FundingType Modifier and Type Field Description protected FundingTypeFundingParentType. fundingLevel0protected FundingTypeFundingParentType. fundingLevel1Fields in eu.openaire.oaf.model.base with type parameters of type FundingType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<FundingType>>FundingTreeType. fundingLevel2OrFundingLevel1OrFundingLevel0Methods in eu.openaire.oaf.model.base that return FundingType Modifier and Type Method Description FundingTypeObjectFactory. createFundingType()Create an instance ofFundingTypeFundingTypeFundingParentType. getFundingLevel0()Gets the value of the fundingLevel0 property.FundingTypeFundingParentType. getFundingLevel1()Gets the value of the fundingLevel1 property.Methods in eu.openaire.oaf.model.base that return types with arguments of type FundingType Modifier and Type Method Description javax.xml.bind.JAXBElement<FundingType>ObjectFactory. createFundingTreeTypeFundingLevel0(FundingType value)javax.xml.bind.JAXBElement<FundingType>ObjectFactory. createFundingTreeTypeFundingLevel1(FundingType value)javax.xml.bind.JAXBElement<FundingType>ObjectFactory. createFundingTreeTypeFundingLevel2(FundingType value)List<javax.xml.bind.JAXBElement<FundingType>>FundingTreeType. getFundingLevel2OrFundingLevel1OrFundingLevel0()Gets the value of the fundingLevel2OrFundingLevel1OrFundingLevel0 property.Methods in eu.openaire.oaf.model.base with parameters of type FundingType Modifier and Type Method Description javax.xml.bind.JAXBElement<FundingType>ObjectFactory. createFundingTreeTypeFundingLevel0(FundingType value)javax.xml.bind.JAXBElement<FundingType>ObjectFactory. createFundingTreeTypeFundingLevel1(FundingType value)javax.xml.bind.JAXBElement<FundingType>ObjectFactory. createFundingTreeTypeFundingLevel2(FundingType value)voidFundingParentType. setFundingLevel0(FundingType value)Sets the value of the fundingLevel0 property.voidFundingParentType. setFundingLevel1(FundingType value)Sets the value of the fundingLevel1 property.
-