Package org.icatproject
Class DataCollectionDatafile
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.DataCollectionDatafile
-
public class DataCollectionDatafile extends EntityBaseBean
Java class for dataCollectionDatafile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataCollectionDatafile"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="dataCollection" type="{http://icatproject.org}dataCollection" minOccurs="0"/> <element name="datafile" type="{http://icatproject.org}datafile" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DataCollectiondataCollectionprotected Datafiledatafile-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description DataCollectionDatafile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCollectiongetDataCollection()Gets the value of the dataCollection property.DatafilegetDatafile()Gets the value of the datafile property.voidsetDataCollection(DataCollection value)Sets the value of the dataCollection property.voidsetDatafile(Datafile value)Sets the value of the datafile property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Field Detail
-
dataCollection
protected DataCollection dataCollection
-
datafile
protected Datafile datafile
-
-
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
-
getDatafile
public Datafile getDatafile()
Gets the value of the datafile property.- Returns:
- possible object is
Datafile
-
-