Class FundingParentType

java.lang.Object
eu.openaire.oaf.FundingParentType

public class FundingParentType extends Object

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 Details

  • Constructor Details

    • FundingParentType

      public FundingParentType()
  • Method Details

    • 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 is FundingType
    • 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 is FundingType