Package eu.openaire.oaf
Class FundingParentType
java.lang.Object
eu.openaire.oaf.FundingParentType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fundingLevel0 property.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 Details
-
fundingLevel1
-
fundingLevel0
-
-
Constructor Details
-
FundingParentType
public FundingParentType()
-
-
Method Details
-
getFundingLevel1
Gets the value of the fundingLevel1 property.- Returns:
- possible object is
FundingType
-
setFundingLevel1
Sets the value of the fundingLevel1 property.- Parameters:
value- allowed object isFundingType
-
getFundingLevel0
Gets the value of the fundingLevel0 property.- Returns:
- possible object is
FundingType
-
setFundingLevel0
Sets the value of the fundingLevel0 property.- Parameters:
value- allowed object isFundingType
-