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