Class 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
    • Constructor Detail

      • FundingParentType

        public FundingParentType()
    • 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 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