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