public class Investigation extends EntityBaseBean
Java class for investigation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="investigation"> <complexContent> <extension base="{http://icatproject.org}entityBaseBean"> <sequence> <element name="dataCollectionInvestigations" type="{http://icatproject.org}dataCollectionInvestigation" maxOccurs="unbounded" minOccurs="0"/> <element name="datasets" type="{http://icatproject.org}dataset" maxOccurs="unbounded" minOccurs="0"/> <element name="doi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="facility" type="{http://icatproject.org}facility" minOccurs="0"/> <element name="fileCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="fileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="fundingReferences" type="{http://icatproject.org}investigationFunding" maxOccurs="unbounded" minOccurs="0"/> <element name="investigationFacilityCycles" type="{http://icatproject.org}investigationFacilityCycle" maxOccurs="unbounded" minOccurs="0"/> <element name="investigationGroups" type="{http://icatproject.org}investigationGroup" maxOccurs="unbounded" minOccurs="0"/> <element name="investigationInstruments" type="{http://icatproject.org}investigationInstrument" maxOccurs="unbounded" minOccurs="0"/> <element name="investigationUsers" type="{http://icatproject.org}investigationUser" maxOccurs="unbounded" minOccurs="0"/> <element name="keywords" type="{http://icatproject.org}keyword" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="parameters" type="{http://icatproject.org}investigationParameter" maxOccurs="unbounded" minOccurs="0"/> <element name="publications" type="{http://icatproject.org}publication" maxOccurs="unbounded" minOccurs="0"/> <element name="releaseDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="samples" type="{http://icatproject.org}sample" maxOccurs="unbounded" minOccurs="0"/> <element name="shifts" type="{http://icatproject.org}shift" maxOccurs="unbounded" minOccurs="0"/> <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="studyInvestigations" type="{http://icatproject.org}studyInvestigation" maxOccurs="unbounded" minOccurs="0"/> <element name="summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="type" type="{http://icatproject.org}investigationType" minOccurs="0"/> <element name="visitId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
createId, createTime, id, modId, modTime
Constructor and Description |
---|
Investigation() |
Modifier and Type | Method and Description |
---|---|
List<DataCollectionInvestigation> |
getDataCollectionInvestigations()
Gets the value of the dataCollectionInvestigations property.
|
List<Dataset> |
getDatasets()
Gets the value of the datasets property.
|
String |
getDoi()
Gets the value of the doi property.
|
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property.
|
Facility |
getFacility()
Gets the value of the facility property.
|
Long |
getFileCount()
Gets the value of the fileCount property.
|
Long |
getFileSize()
Gets the value of the fileSize property.
|
List<InvestigationFunding> |
getFundingReferences()
Gets the value of the fundingReferences property.
|
List<InvestigationFacilityCycle> |
getInvestigationFacilityCycles()
Gets the value of the investigationFacilityCycles property.
|
List<InvestigationGroup> |
getInvestigationGroups()
Gets the value of the investigationGroups property.
|
List<InvestigationInstrument> |
getInvestigationInstruments()
Gets the value of the investigationInstruments property.
|
List<InvestigationUser> |
getInvestigationUsers()
Gets the value of the investigationUsers property.
|
List<Keyword> |
getKeywords()
Gets the value of the keywords property.
|
String |
getName()
Gets the value of the name property.
|
List<InvestigationParameter> |
getParameters()
Gets the value of the parameters property.
|
List<Publication> |
getPublications()
Gets the value of the publications property.
|
XMLGregorianCalendar |
getReleaseDate()
Gets the value of the releaseDate property.
|
List<Sample> |
getSamples()
Gets the value of the samples property.
|
List<Shift> |
getShifts()
Gets the value of the shifts property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
List<StudyInvestigation> |
getStudyInvestigations()
Gets the value of the studyInvestigations property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getTitle()
Gets the value of the title property.
|
InvestigationType |
getType()
Gets the value of the type property.
|
String |
getVisitId()
Gets the value of the visitId property.
|
void |
setDoi(String value)
Sets the value of the doi property.
|
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
|
void |
setFacility(Facility value)
Sets the value of the facility property.
|
void |
setFileCount(Long value)
Sets the value of the fileCount property.
|
void |
setFileSize(Long value)
Sets the value of the fileSize property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReleaseDate(XMLGregorianCalendar value)
Sets the value of the releaseDate property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setType(InvestigationType value)
Sets the value of the type property.
|
void |
setVisitId(String value)
Sets the value of the visitId property.
|
getCreateId, getCreateTime, getId, getModId, getModTime, setCreateId, setCreateTime, setId, setModId, setModTime
protected List<DataCollectionInvestigation> dataCollectionInvestigations
protected String doi
protected XMLGregorianCalendar endDate
protected Facility facility
protected Long fileCount
protected Long fileSize
protected List<InvestigationFunding> fundingReferences
protected List<InvestigationFacilityCycle> investigationFacilityCycles
protected List<InvestigationGroup> investigationGroups
protected List<InvestigationInstrument> investigationInstruments
protected List<InvestigationUser> investigationUsers
protected String name
protected List<InvestigationParameter> parameters
protected List<Publication> publications
protected XMLGregorianCalendar releaseDate
protected XMLGregorianCalendar startDate
protected List<StudyInvestigation> studyInvestigations
protected String summary
protected String title
protected InvestigationType type
protected String visitId
public List<DataCollectionInvestigation> getDataCollectionInvestigations()
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 dataCollectionInvestigations property.
For example, to add a new item, do as follows:
getDataCollectionInvestigations().add(newItem);
Objects of the following type(s) are allowed in the list
DataCollectionInvestigation
public List<Dataset> getDatasets()
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 datasets property.
For example, to add a new item, do as follows:
getDatasets().add(newItem);
Objects of the following type(s) are allowed in the list
Dataset
public String getDoi()
String
public void setDoi(String value)
value
- allowed object is
String
public XMLGregorianCalendar getEndDate()
XMLGregorianCalendar
public void setEndDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Facility getFacility()
Facility
public void setFacility(Facility value)
value
- allowed object is
Facility
public Long getFileCount()
Long
public void setFileCount(Long value)
value
- allowed object is
Long
public Long getFileSize()
Long
public void setFileSize(Long value)
value
- allowed object is
Long
public List<InvestigationFunding> getFundingReferences()
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 fundingReferences property.
For example, to add a new item, do as follows:
getFundingReferences().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationFunding
public List<InvestigationFacilityCycle> getInvestigationFacilityCycles()
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 investigationFacilityCycles property.
For example, to add a new item, do as follows:
getInvestigationFacilityCycles().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationFacilityCycle
public List<InvestigationGroup> getInvestigationGroups()
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 investigationGroups property.
For example, to add a new item, do as follows:
getInvestigationGroups().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationGroup
public List<InvestigationInstrument> getInvestigationInstruments()
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 investigationInstruments property.
For example, to add a new item, do as follows:
getInvestigationInstruments().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationInstrument
public List<InvestigationUser> getInvestigationUsers()
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 investigationUsers property.
For example, to add a new item, do as follows:
getInvestigationUsers().add(newItem);
Objects of the following type(s) are allowed in the list
InvestigationUser
public List<Keyword> getKeywords()
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 keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
Keyword
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public List<InvestigationParameter> 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
InvestigationParameter
public List<Publication> getPublications()
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 publications property.
For example, to add a new item, do as follows:
getPublications().add(newItem);
Objects of the following type(s) are allowed in the list
Publication
public XMLGregorianCalendar getReleaseDate()
XMLGregorianCalendar
public void setReleaseDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public List<Sample> getSamples()
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 samples property.
For example, to add a new item, do as follows:
getSamples().add(newItem);
Objects of the following type(s) are allowed in the list
Sample
public List<Shift> getShifts()
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 shifts property.
For example, to add a new item, do as follows:
getShifts().add(newItem);
Objects of the following type(s) are allowed in the list
Shift
public XMLGregorianCalendar getStartDate()
XMLGregorianCalendar
public void setStartDate(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public List<StudyInvestigation> getStudyInvestigations()
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 studyInvestigations property.
For example, to add a new item, do as follows:
getStudyInvestigations().add(newItem);
Objects of the following type(s) are allowed in the list
StudyInvestigation
public String getSummary()
String
public void setSummary(String value)
value
- allowed object is
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public InvestigationType getType()
InvestigationType
public void setType(InvestigationType value)
value
- allowed object is
InvestigationType
public String getVisitId()
String
Copyright © 2022 The ICAT Collaboration. All rights reserved.