public class DataCollectionInvestigation extends EntityBaseBean
Java class for dataCollectionInvestigation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataCollectionInvestigation"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="dataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/> <element name="investigation" type="{http://icatproject.org}investigation" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataCollection |
dataCollection |
protected Investigation |
investigation |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
DataCollectionInvestigation() |
Modifier and Type | Method and Description |
---|---|
DataCollection |
getDataCollection()
Gets the value of the dataCollection property.
|
Investigation |
getInvestigation()
Gets the value of the investigation property.
|
void |
setDataCollection(DataCollection value)
Sets the value of the dataCollection property.
|
void |
setInvestigation(Investigation value)
Sets the value of the investigation property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected DataCollection dataCollection
protected Investigation investigation
public DataCollection getDataCollection()
DataCollection
public void setDataCollection(DataCollection value)
value
- allowed object is
DataCollection
public Investigation getInvestigation()
Investigation
public void setInvestigation(Investigation value)
value
- allowed object is
Investigation
Copyright © 2022 The ICAT Collaboration. All rights reserved.