Class FundingFlatType

  • All Implemented Interfaces:
    Serializable

    public class FundingFlatType
    extends Object
    implements Serializable

    Java class for fundingFlatType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="fundingFlatType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="funder" type="{http://namespace.openaire.eu/oaf}funderFlatType"/>
             <element name="funding_level_0" type="{http://namespace.openaire.eu/oaf}namedFundingLevel" maxOccurs="unbounded" minOccurs="0"/>
             <element name="funding_level_1" type="{http://namespace.openaire.eu/oaf}namedFundingLevel" maxOccurs="unbounded" minOccurs="0"/>
             <element name="funding_level_2" type="{http://namespace.openaire.eu/oaf}namedFundingLevel" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FundingFlatType

        public FundingFlatType()
    • Method Detail

      • setFunder

        public void setFunder​(FunderFlatType value)
        Sets the value of the funder property.
        Parameters:
        value - allowed object is FunderFlatType
      • getFundingLevel0

        public List<NamedFundingLevel> getFundingLevel0()
        Gets the value of the fundingLevel0 property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fundingLevel0 property.

        For example, to add a new item, do as follows:

            getFundingLevel0().add(newItem);
         

        Objects of the following type(s) are allowed in the list NamedFundingLevel

      • getFundingLevel1

        public List<NamedFundingLevel> getFundingLevel1()
        Gets the value of the fundingLevel1 property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fundingLevel1 property.

        For example, to add a new item, do as follows:

            getFundingLevel1().add(newItem);
         

        Objects of the following type(s) are allowed in the list NamedFundingLevel

      • getFundingLevel2

        public List<NamedFundingLevel> getFundingLevel2()
        Gets the value of the fundingLevel2 property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fundingLevel2 property.

        For example, to add a new item, do as follows:

            getFundingLevel2().add(newItem);
         

        Objects of the following type(s) are allowed in the list NamedFundingLevel