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>
| Modifier and Type | Field and Description |
|---|---|
protected Datafile |
destDatafile |
protected String |
relation |
protected Datafile |
sourceDatafile |
createId, createTime, id, modId, modTime| Constructor and Description |
|---|
RelatedDatafile() |
| Modifier and Type | Method and Description |
|---|---|
Datafile |
getDestDatafile()
Gets the value of the destDatafile property.
|
String |
getRelation()
Gets the value of the relation property.
|
Datafile |
getSourceDatafile()
Gets the value of the sourceDatafile property.
|
void |
setDestDatafile(Datafile value)
Sets the value of the destDatafile property.
|
void |
setRelation(String value)
Sets the value of the relation property.
|
void |
setSourceDatafile(Datafile value)
Sets the value of the sourceDatafile property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTimeprotected Datafile destDatafile
protected String relation
protected Datafile sourceDatafile
public Datafile getDestDatafile()
Datafilepublic void setDestDatafile(Datafile value)
value - allowed object is
Datafilepublic String getRelation()
Stringpublic void setRelation(String value)
value - allowed object is
Stringpublic Datafile getSourceDatafile()
DatafileCopyright © 2022 The ICAT Collaboration. All rights reserved.