public class FundingReference extends EntityBaseBean
Java class for fundingReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fundingReference"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="awardNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="awardTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="funderIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="funderName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="investigations" type="{http://icatproject.org}investigationFunding" maxOccurs="unbounded" minOccurs="0"/> <element name="publications" type="{http://icatproject.org}dataPublicationFunding" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
awardNumber |
protected String |
awardTitle |
protected String |
funderIdentifier |
protected String |
funderName |
protected List<InvestigationFunding> |
investigations |
protected List<DataPublicationFunding> |
publications |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
FundingReference() |
Modifier and Type | Method and Description |
---|---|
String |
getAwardNumber()
Gets the value of the awardNumber property.
|
String |
getAwardTitle()
Gets the value of the awardTitle property.
|
String |
getFunderIdentifier()
Gets the value of the funderIdentifier property.
|
String |
getFunderName()
Gets the value of the funderName property.
|
List<InvestigationFunding> |
getInvestigations()
Gets the value of the investigations property.
|
List<DataPublicationFunding> |
getPublications()
Gets the value of the publications property.
|
void |
setAwardNumber(String value)
Sets the value of the awardNumber property.
|
void |
setAwardTitle(String value)
Sets the value of the awardTitle property.
|
void |
setFunderIdentifier(String value)
Sets the value of the funderIdentifier property.
|
void |
setFunderName(String value)
Sets the value of the funderName property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected String awardNumber
protected String awardTitle
protected String funderIdentifier
protected String funderName
protected List<InvestigationFunding> investigations
protected List<DataPublicationFunding> publications
public String getAwardNumber()
String
public void setAwardNumber(String value)
value
- allowed object is
String
public String getAwardTitle()
String
public void setAwardTitle(String value)
value
- allowed object is
String
public String getFunderIdentifier()
String
public void setFunderIdentifier(String value)
value
- allowed object is
String
public String getFunderName()
String
public void setFunderName(String value)
value
- allowed object is
String
public List<InvestigationFunding> getInvestigations()
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 investigations property.
For example, to add a new item, do as follows:
getInvestigations().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationFunding
public List<DataPublicationFunding> getPublications()
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 publications property.
For example, to add a new item, do as follows:
getPublications().add(newItem);
Objects of the following type(s) are allowed in the list
DataPublicationFunding
Copyright © 2022 The ICAT Collaboration. All rights reserved.