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, typecreateId, 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, setTypegetCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Investigation investigation
public Investigation getInvestigation()
Investigationpublic void setInvestigation(Investigation value)
value - allowed object is
     InvestigationCopyright © 2012 The ICAT Collaboration. All Rights Reserved.