public class DatafileParameter extends Parameter
Java class for datafileParameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datafileParameter"> <complexContent> <extension base="{http://icatproject.org}parameter"> <sequence> <element name="datafile" type="{http://icatproject.org}datafile" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Datafile |
datafile |
dateTimeValue, error, numericValue, rangeBottom, rangeTop, stringValue, type
createId, createTime, id, modId, modTime
Constructor and Description |
---|
DatafileParameter() |
Modifier and Type | Method and Description |
---|---|
Datafile |
getDatafile()
Gets the value of the datafile property.
|
void |
setDatafile(Datafile value)
Sets the value of the datafile 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 Datafile datafile
Copyright © 2022 The ICAT Collaboration. All rights reserved.