public class Datafile extends EntityBaseBean
Java class for datafile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datafile"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="checksum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dataCollectionDatafiles" type="{http://icatproject.org}dataCollectionDatafile" maxOccurs="unbounded" minOccurs="0"/> <element name="datafileCreateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="datafileFormat" type="{http://icatproject.org}datafileFormat" minOccurs="0"/> <element name="datafileModTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dataset" type="{http://icatproject.org}dataset" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="destDatafiles" type="{http://icatproject.org}relatedDatafile" maxOccurs="unbounded" minOccurs="0"/> <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parameters" type="{http://icatproject.org}datafileParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="sourceDatafiles" type="{http://icatproject.org}relatedDatafile" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
checksum |
protected List<DataCollectionDatafile> |
dataCollectionDatafiles |
protected XMLGregorianCalendar |
datafileCreateTime |
protected DatafileFormat |
datafileFormat |
protected XMLGregorianCalendar |
datafileModTime |
protected Dataset |
dataset |
protected String |
description |
protected List<RelatedDatafile> |
destDatafiles |
protected String |
doi |
protected Long |
fileSize |
protected String |
location |
protected String |
name |
protected List<DatafileParameter> |
parameters |
protected List<RelatedDatafile> |
sourceDatafiles |
createId, createTime, id, modId, modTime
Constructor and Description |
---|
Datafile() |
Modifier and Type | Method and Description |
---|---|
String |
getChecksum()
Gets the value of the checksum property.
|
List<DataCollectionDatafile> |
getDataCollectionDatafiles()
Gets the value of the dataCollectionDatafiles property.
|
XMLGregorianCalendar |
getDatafileCreateTime()
Gets the value of the datafileCreateTime property.
|
DatafileFormat |
getDatafileFormat()
Gets the value of the datafileFormat property.
|
XMLGregorianCalendar |
getDatafileModTime()
Gets the value of the datafileModTime property.
|
Dataset |
getDataset()
Gets the value of the dataset property.
|
String |
getDescription()
Gets the value of the description property.
|
List<RelatedDatafile> |
getDestDatafiles()
Gets the value of the destDatafiles property.
|
String |
getDoi()
Gets the value of the doi property.
|
Long |
getFileSize()
Gets the value of the fileSize property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getName()
Gets the value of the name property.
|
List<DatafileParameter> |
getParameters()
Gets the value of the parameters property.
|
List<RelatedDatafile> |
getSourceDatafiles()
Gets the value of the sourceDatafiles property.
|
void |
setChecksum(String value)
Sets the value of the checksum property.
|
void |
setDatafileCreateTime(XMLGregorianCalendar value)
Sets the value of the datafileCreateTime property.
|
void |
setDatafileFormat(DatafileFormat value)
Sets the value of the datafileFormat property.
|
void |
setDatafileModTime(XMLGregorianCalendar value)
Sets the value of the datafileModTime property.
|
void |
setDataset(Dataset value)
Sets the value of the dataset property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDoi(String value)
Sets the value of the doi property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setName(String value)
Sets the value of the name property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected String checksum
protected List<DataCollectionDatafile> dataCollectionDatafiles
protected XMLGregorianCalendar datafileCreateTime
protected DatafileFormat datafileFormat
protected XMLGregorianCalendar datafileModTime
protected Dataset dataset
protected String description
protected List<RelatedDatafile> destDatafiles
protected String doi
protected Long fileSize
protected String location
protected String name
protected List<DatafileParameter> parameters
protected List<RelatedDatafile> sourceDatafiles
public String getChecksum()
String
public void setChecksum(String value)
value
- allowed object is
String
public List<DataCollectionDatafile> getDataCollectionDatafiles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the dataCollectionDatafiles property.
For example, to add a new item, do as follows:
getDataCollectionDatafiles().add(newItem);
Objects of the following type(s) are allowed in the list
DataCollectionDatafile
public XMLGregorianCalendar getDatafileCreateTime()
XMLGregorianCalendar
public void setDatafileCreateTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public DatafileFormat getDatafileFormat()
DatafileFormat
public void setDatafileFormat(DatafileFormat value)
value
- allowed object is
DatafileFormat
public XMLGregorianCalendar getDatafileModTime()
XMLGregorianCalendar
public void setDatafileModTime(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Dataset getDataset()
Dataset
public void setDataset(Dataset value)
value
- allowed object is
Dataset
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public List<RelatedDatafile> getDestDatafiles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the destDatafiles property.
For example, to add a new item, do as follows:
getDestDatafiles().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedDatafile
public String getDoi()
String
public void setDoi(String value)
value
- allowed object is
String
public Long getFileSize()
Long
public void setFileSize(Long value)
value
- allowed object is
Long
public String getLocation()
String
public void setLocation(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public List<DatafileParameter> getParameters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
DatafileParameter
public List<RelatedDatafile> getSourceDatafiles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the sourceDatafiles property.
For example, to add a new item, do as follows:
getSourceDatafiles().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedDatafile
Copyright © 2022 The ICAT Collaboration. All rights reserved.