Package org.icatproject
Class InvestigationParameter
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Parameter
-
- org.icatproject.InvestigationParameter
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Investigationinvestigation-
Fields inherited from class org.icatproject.Parameter
dateTimeValue, error, numericValue, rangeBottom, rangeTop, stringValue, type
-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description InvestigationParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvestigationgetInvestigation()Gets the value of the investigation property.voidsetInvestigation(Investigation value)Sets the value of the investigation property.-
Methods inherited from class org.icatproject.Parameter
getDateTimeValue, getError, getNumericValue, getRangeBottom, getRangeTop, getStringValue, getType, setDateTimeValue, setError, setNumericValue, setRangeBottom, setRangeTop, setStringValue, setType
-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
investigation
protected Investigation investigation
-
-
Method Detail
-
getInvestigation
public Investigation getInvestigation()
Gets the value of the investigation property.- Returns:
- possible object is
Investigation
-
setInvestigation
public void setInvestigation(Investigation value)
Sets the value of the investigation property.- Parameters:
value- allowed object isInvestigation
-
-