Class InvestigationFunding


  • public class InvestigationFunding
    extends EntityBaseBean

    Java class for investigationFunding complex type.

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

     <complexType name="investigationFunding">
       <complexContent>
         <extension base="{http://icatproject.org}entityBaseBean">
           <sequence>
             <element name="funding" type="{http://icatproject.org}fundingReference" minOccurs="0"/>
             <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InvestigationFunding

        public InvestigationFunding()
    • Method Detail

      • setFunding

        public void setFunding​(FundingReference value)
        Sets the value of the funding property.
        Parameters:
        value - allowed object is FundingReference
      • getInvestigation

        public Investigation getInvestigation()
        Gets the value of the investigation property.
        Returns:
        possible object is Investigation
      • setInvestigation

        public void setInvestigation​(Investigation value)
        Sets the value of the investigation property.
        Parameters:
        value - allowed object is Investigation