public class DataCollectionParameter extends Parameter
Java class for dataCollectionParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataCollectionParameter"> <complexContent> <extension base="{http://icatproject.org}parameter"> <sequence> <element name="dataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected DataCollection |
dataCollection |
dateTimeValue, error, numericValue, rangeBottom, rangeTop, stringValue, type
createId, createTime, id, modId, modTime
Constructor and Description |
---|
DataCollectionParameter() |
Modifier and Type | Method and Description |
---|---|
DataCollection |
getDataCollection()
Gets the value of the dataCollection property.
|
void |
setDataCollection(DataCollection value)
Sets the value of the dataCollection property.
|
getDateTimeValue, getError, getNumericValue, getRangeBottom, getRangeTop, getStringValue, getType, setDateTimeValue, setError, setNumericValue, setRangeBottom, setRangeTop, setStringValue, setType
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected DataCollection dataCollection
public DataCollection getDataCollection()
DataCollection
public void setDataCollection(DataCollection value)
value
- allowed object is
DataCollection
Copyright © 2022 The ICAT Collaboration. All rights reserved.