Class DataPublicationFunding


  • public class DataPublicationFunding
    extends EntityBaseBean

    Java class for dataPublicationFunding complex type.

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

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

      • DataPublicationFunding

        public DataPublicationFunding()
    • Method Detail

      • getDataPublication

        public DataPublication getDataPublication()
        Gets the value of the dataPublication property.
        Returns:
        possible object is DataPublication
      • setDataPublication

        public void setDataPublication​(DataPublication value)
        Sets the value of the dataPublication property.
        Parameters:
        value - allowed object is DataPublication
      • setFunding

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