Package org.icatproject
Class DataPublicationFunding
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DataPublicationdataPublicationprotected FundingReferencefunding-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description DataPublicationFunding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataPublicationgetDataPublication()Gets the value of the dataPublication property.FundingReferencegetFunding()Gets the value of the funding property.voidsetDataPublication(DataPublication value)Sets the value of the dataPublication property.voidsetFunding(FundingReference value)Sets the value of the funding property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
dataPublication
protected DataPublication dataPublication
-
funding
protected FundingReference funding
-
-
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 isDataPublication
-
getFunding
public FundingReference getFunding()
Gets the value of the funding property.- Returns:
- possible object is
FundingReference
-
setFunding
public void setFunding(FundingReference value)
Sets the value of the funding property.- Parameters:
value- allowed object isFundingReference
-
-