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>
| Modifier and Type | Field and Description |
|---|---|
protected DataPublication |
dataPublication |
protected FundingReference |
funding |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
DataPublicationFunding() |
| Modifier and Type | Method and Description |
|---|---|
DataPublication |
getDataPublication()
Gets the value of the dataPublication property.
|
FundingReference |
getFunding()
Gets the value of the funding property.
|
void |
setDataPublication(DataPublication value)
Sets the value of the dataPublication property.
|
void |
setFunding(FundingReference value)
Sets the value of the funding property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected DataPublication dataPublication
protected FundingReference funding
public DataPublication getDataPublication()
DataPublicationpublic void setDataPublication(DataPublication value)
value - allowed object is
DataPublicationpublic FundingReference getFunding()
FundingReferencepublic void setFunding(FundingReference value)
value - allowed object is
FundingReferenceCopyright © 2022 The ICAT Collaboration. All rights reserved.