Package eu.openaire.oaf.model.base
Class FundingParentType
- java.lang.Object
-
- eu.openaire.oaf.model.base.FundingParentType
-
- All Implemented Interfaces:
Serializable
public class FundingParentType extends Object implements Serializable
Java class for fundingParentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fundingParentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element name="funding_level_1" type="{http://namespace.openaire.eu/oaf}fundingType"/> <element name="funding_level_0" type="{http://namespace.openaire.eu/oaf}fundingType"/> </choice> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected FundingTypefundingLevel0protected FundingTypefundingLevel1
-
Constructor Summary
Constructors Constructor Description FundingParentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FundingTypegetFundingLevel0()Gets the value of the fundingLevel0 property.FundingTypegetFundingLevel1()Gets the value of the fundingLevel1 property.voidsetFundingLevel0(FundingType value)Sets the value of the fundingLevel0 property.voidsetFundingLevel1(FundingType value)Sets the value of the fundingLevel1 property.
-
-
-
Field Detail
-
fundingLevel1
protected FundingType fundingLevel1
-
fundingLevel0
protected FundingType fundingLevel0
-
-
Method Detail
-
getFundingLevel1
public FundingType getFundingLevel1()
Gets the value of the fundingLevel1 property.- Returns:
- possible object is
FundingType
-
setFundingLevel1
public void setFundingLevel1(FundingType value)
Sets the value of the fundingLevel1 property.- Parameters:
value- allowed object isFundingType
-
getFundingLevel0
public FundingType getFundingLevel0()
Gets the value of the fundingLevel0 property.- Returns:
- possible object is
FundingType
-
setFundingLevel0
public void setFundingLevel0(FundingType value)
Sets the value of the fundingLevel0 property.- Parameters:
value- allowed object isFundingType
-
-