Package org.icatproject
Class RelatedDatafile
- java.lang.Object
-
- org.icatproject.EntityBaseBean
-
- org.icatproject.RelatedDatafile
-
public class RelatedDatafile extends EntityBaseBean
Java class for relatedDatafile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="relatedDatafile"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="destDatafile" type="{http://icatproject.org}datafile" minOccurs="0"/> <element name="relation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sourceDatafile" type="{http://icatproject.org}datafile" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DatafiledestDatafileprotected Stringrelationprotected DatafilesourceDatafile-
Fields inherited from class org.icatproject.EntityBaseBean
createId, createTime, id, modId, modTime
-
-
Constructor Summary
Constructors Constructor Description RelatedDatafile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatafilegetDestDatafile()Gets the value of the destDatafile property.StringgetRelation()Gets the value of the relation property.DatafilegetSourceDatafile()Gets the value of the sourceDatafile property.voidsetDestDatafile(Datafile value)Sets the value of the destDatafile property.voidsetRelation(String value)Sets the value of the relation property.voidsetSourceDatafile(Datafile value)Sets the value of the sourceDatafile property.-
Methods inherited from class org.icatproject.EntityBaseBean
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
-
-
-
-
Method Detail
-
getDestDatafile
public Datafile getDestDatafile()
Gets the value of the destDatafile property.- Returns:
- possible object is
Datafile
-
setDestDatafile
public void setDestDatafile(Datafile value)
Sets the value of the destDatafile property.- Parameters:
value- allowed object isDatafile
-
getRelation
public String getRelation()
Gets the value of the relation property.- Returns:
- possible object is
String
-
setRelation
public void setRelation(String value)
Sets the value of the relation property.- Parameters:
value- allowed object isString
-
getSourceDatafile
public Datafile getSourceDatafile()
Gets the value of the sourceDatafile property.- Returns:
- possible object is
Datafile
-
-