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