Class FundingTreeType

  • All Implemented Interfaces:
    Serializable

    public class FundingTreeType
    extends Object
    implements Serializable

    Java class for fundingTreeType complex type.

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

     <complexType name="fundingTreeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="funder" type="{http://namespace.openaire.eu/oaf}funderType"/>
             <choice maxOccurs="unbounded">
               <element name="funding_level_2" type="{http://namespace.openaire.eu/oaf}fundingType"/>
               <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>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • fundingLevel2OrFundingLevel1OrFundingLevel0

        protected List<javax.xml.bind.JAXBElement<FundingType>> fundingLevel2OrFundingLevel1OrFundingLevel0
    • Constructor Detail

      • FundingTreeType

        public FundingTreeType()
    • Method Detail

      • getFunder

        public FunderType getFunder()
        Gets the value of the funder property.
        Returns:
        possible object is FunderType
      • setFunder

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

        public List<javax.xml.bind.JAXBElement<FundingType>> getFundingLevel2OrFundingLevel1OrFundingLevel0()
        Gets the value of the fundingLevel2OrFundingLevel1OrFundingLevel0 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 fundingLevel2OrFundingLevel1OrFundingLevel0 property.

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

            getFundingLevel2OrFundingLevel1OrFundingLevel0().add(newItem);
         

        Objects of the following type(s) are allowed in the list JAXBElement<FundingType> JAXBElement<FundingType> JAXBElement<FundingType>