Package org.icatproject
Class DataCollectionParameter
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.Parameter
-
- org.icatproject.DataCollectionParameter
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DataCollectiondataCollection-
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 DataCollectionParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCollectiongetDataCollection()Gets the value of the dataCollection property.voidsetDataCollection(DataCollection value)Sets the value of the dataCollection 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
-
dataCollection
protected DataCollection dataCollection
-
-
Method Detail
-
getDataCollection
public DataCollection getDataCollection()
Gets the value of the dataCollection property.- Returns:
- possible object is
DataCollection
-
setDataCollection
public void setDataCollection(DataCollection value)
Sets the value of the dataCollection property.- Parameters:
value- allowed object isDataCollection
-
-