public class BrAPIStudy extends Object
| Constructor and Description |
|---|
BrAPIStudy() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIStudy |
active(Boolean active) |
BrAPIStudy |
addContactsItem(BrAPIContact contactsItem) |
BrAPIStudy |
addDataLinksItem(BrAPIDataLink dataLinksItem) |
BrAPIStudy |
addEnvironmentParametersItem(BrAPIEnvironmentParameter environmentParametersItem) |
BrAPIStudy |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPIStudy |
addObservationLevelsItem(BrAPIObservationUnitHierarchyLevel observationLevelsItem) |
BrAPIStudy |
addObservationVariableDbIdsItem(String observationVariableDbIdsItem) |
BrAPIStudy |
addSeasonsItem(String seasonsItem) |
BrAPIStudy |
commonCropName(String commonCropName) |
BrAPIStudy |
contacts(List<BrAPIContact> contacts) |
BrAPIStudy |
culturalPractices(String culturalPractices) |
BrAPIStudy |
dataLinks(List<BrAPIDataLink> dataLinks) |
BrAPIStudy |
documentationURL(String documentationURL) |
BrAPIStudy |
endDate(OffsetDateTime endDate) |
BrAPIStudy |
environmentParameters(List<BrAPIEnvironmentParameter> environmentParameters) |
boolean |
equals(Object o) |
BrAPIStudy |
experimentalDesign(BrAPIStudyExperimentalDesign experimentalDesign) |
BrAPIStudy |
externalReferences(List<BrAPIExternalReference> externalReferences) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getCommonCropName()
Common name for the crop associated with this study
|
List<BrAPIContact> |
getContacts()
List of contact entities associated with this study
|
String |
getCulturalPractices()
MIAPPE V1.1 (DM-28) Cultural practices - General description of the cultural
practices of the study.
|
List<BrAPIDataLink> |
getDataLinks()
List of links to extra data files associated with this study.
|
String |
getDocumentationURL()
A URL to the human readable documentation of this object
|
OffsetDateTime |
getEndDate()
The date the study ends MIAPPE V1.1 (DM-15) End date of study - Date and, if
relevant, time when the experiment ended
|
List<BrAPIEnvironmentParameter> |
getEnvironmentParameters()
Environmental parameters that were kept constant throughout the study and did
not change between observation units.
|
BrAPIStudyExperimentalDesign |
getExperimentalDesign()
Get experimentalDesign
|
List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
BrAPIStudyGrowthFacility |
getGrowthFacility()
Get growthFacility
|
BrAPIStudyLastUpdate |
getLastUpdate()
Get lastUpdate
|
String |
getLicense()
The usage license associated with the study data
|
String |
getLocationDbId()
The unique identifier for a Location
|
String |
getLocationName()
A human readable name for this location MIAPPE V1.1 (DM-18) Experimental site
name - The name of the natural site, experimental field, greenhouse,
phenotyping facility, etc.
|
List<BrAPIObservationUnitHierarchyLevel> |
getObservationLevels()
Observation levels indicate the granularity level at which the measurements
are taken.
|
String |
getObservationUnitsDescription()
MIAPPE V1.1 (DM-25) Observation unit description - General description of the
observation units in the study.
|
List<String> |
getObservationVariableDbIds()
List of observationVariableDbIds over which this study was performed.
|
List<String> |
getSeasons()
List of seasons over which this study was performed.
|
OffsetDateTime |
getStartDate()
The date this study started MIAPPE V1.1 (DM-14) Start date of study - Date
and, if relevant, time when the experiment started
|
String |
getStudyCode()
A short human readable code for a study
|
String |
getStudyDbId()
The ID which uniquely identifies a study within the given database server
MIAPPE V1.1 (DM-11) Study unique ID - Unique identifier comprising the name
or identifier for the institution/database hosting the submission of the
study data, and the identifier of the study in that institution.
|
String |
getStudyDescription()
The description of this study MIAPPE V1.1 (DM-13) Study description -
Human-readable text describing the study
|
String |
getStudyName()
The human readable name for a study MIAPPE V1.1 (DM-12) Study title -
Human-readable text summarising the study
|
String |
getStudyPUI()
A permanent unique identifier associated with this study data.
|
String |
getStudyType()
The type of study being performed.
|
String |
getTrialDbId()
The ID which uniquely identifies a trial
|
String |
getTrialName()
The human readable name of a trial
|
BrAPIStudy |
growthFacility(BrAPIStudyGrowthFacility growthFacility) |
int |
hashCode() |
Boolean |
isActive()
Is this study currently active
|
BrAPIStudy |
lastUpdate(BrAPIStudyLastUpdate lastUpdate) |
BrAPIStudy |
license(String license) |
BrAPIStudy |
locationDbId(String locationDbId) |
BrAPIStudy |
locationName(String locationName) |
BrAPIStudy |
observationLevels(List<BrAPIObservationUnitHierarchyLevel> observationLevels) |
BrAPIStudy |
observationUnitsDescription(String observationUnitsDescription) |
BrAPIStudy |
observationVariableDbIds(List<String> observationVariableDbIds) |
BrAPIStudy |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
BrAPIStudy |
seasons(List<String> seasons) |
void |
setActive(Boolean active) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setCommonCropName(String commonCropName) |
void |
setContacts(List<BrAPIContact> contacts) |
void |
setCulturalPractices(String culturalPractices) |
void |
setDataLinks(List<BrAPIDataLink> dataLinks) |
void |
setDocumentationURL(String documentationURL) |
void |
setEndDate(OffsetDateTime endDate) |
void |
setEnvironmentParameters(List<BrAPIEnvironmentParameter> environmentParameters) |
void |
setExperimentalDesign(BrAPIStudyExperimentalDesign experimentalDesign) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setGrowthFacility(BrAPIStudyGrowthFacility growthFacility) |
void |
setLastUpdate(BrAPIStudyLastUpdate lastUpdate) |
void |
setLicense(String license) |
void |
setLocationDbId(String locationDbId) |
void |
setLocationName(String locationName) |
void |
setObservationLevels(List<BrAPIObservationUnitHierarchyLevel> observationLevels) |
void |
setObservationUnitsDescription(String observationUnitsDescription) |
void |
setObservationVariableDbIds(List<String> observationVariableDbIds) |
void |
setSeasons(List<String> seasons) |
void |
setStartDate(OffsetDateTime startDate) |
void |
setStudyCode(String studyCode) |
void |
setStudyDbId(String studyDbId) |
void |
setStudyDescription(String studyDescription) |
void |
setStudyName(String studyName) |
void |
setStudyPUI(String studyPUI) |
void |
setStudyType(String studyType) |
void |
setTrialDbId(String trialDbId) |
void |
setTrialName(String trialName) |
BrAPIStudy |
startDate(OffsetDateTime startDate) |
BrAPIStudy |
studyCode(String studyCode) |
BrAPIStudy |
studyDbId(String studyDbId) |
BrAPIStudy |
studyDescription(String studyDescription) |
BrAPIStudy |
studyName(String studyName) |
BrAPIStudy |
studyPUI(String studyPUI) |
BrAPIStudy |
studyType(String studyType) |
String |
toString() |
BrAPIStudy |
trialDbId(String trialDbId) |
BrAPIStudy |
trialName(String trialName) |
public String getStudyDbId()
public void setStudyDbId(String studyDbId)
public BrAPIStudy studyDbId(String studyDbId)
public BrAPIStudy active(Boolean active)
public Boolean isActive()
public void setActive(Boolean active)
public BrAPIStudy additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIStudy putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIStudy commonCropName(String commonCropName)
public String getCommonCropName()
public void setCommonCropName(String commonCropName)
public BrAPIStudy contacts(List<BrAPIContact> contacts)
public BrAPIStudy addContactsItem(BrAPIContact contactsItem)
public List<BrAPIContact> getContacts()
public void setContacts(List<BrAPIContact> contacts)
public BrAPIStudy culturalPractices(String culturalPractices)
public String getCulturalPractices()
public void setCulturalPractices(String culturalPractices)
public BrAPIStudy dataLinks(List<BrAPIDataLink> dataLinks)
public BrAPIStudy addDataLinksItem(BrAPIDataLink dataLinksItem)
public List<BrAPIDataLink> getDataLinks()
public void setDataLinks(List<BrAPIDataLink> dataLinks)
public BrAPIStudy documentationURL(String documentationURL)
public String getDocumentationURL()
public void setDocumentationURL(String documentationURL)
public BrAPIStudy endDate(OffsetDateTime endDate)
public OffsetDateTime getEndDate()
public void setEndDate(OffsetDateTime endDate)
public BrAPIStudy environmentParameters(List<BrAPIEnvironmentParameter> environmentParameters)
public BrAPIStudy addEnvironmentParametersItem(BrAPIEnvironmentParameter environmentParametersItem)
public List<BrAPIEnvironmentParameter> getEnvironmentParameters()
public void setEnvironmentParameters(List<BrAPIEnvironmentParameter> environmentParameters)
public BrAPIStudy experimentalDesign(BrAPIStudyExperimentalDesign experimentalDesign)
public BrAPIStudyExperimentalDesign getExperimentalDesign()
public void setExperimentalDesign(BrAPIStudyExperimentalDesign experimentalDesign)
public BrAPIStudy externalReferences(List<BrAPIExternalReference> externalReferences)
public List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPIStudy growthFacility(BrAPIStudyGrowthFacility growthFacility)
public BrAPIStudyGrowthFacility getGrowthFacility()
public void setGrowthFacility(BrAPIStudyGrowthFacility growthFacility)
public BrAPIStudy lastUpdate(BrAPIStudyLastUpdate lastUpdate)
public BrAPIStudyLastUpdate getLastUpdate()
public void setLastUpdate(BrAPIStudyLastUpdate lastUpdate)
public BrAPIStudy license(String license)
public String getLicense()
public void setLicense(String license)
public BrAPIStudy locationDbId(String locationDbId)
public String getLocationDbId()
public void setLocationDbId(String locationDbId)
public BrAPIStudy locationName(String locationName)
public String getLocationName()
public void setLocationName(String locationName)
public BrAPIStudy observationLevels(List<BrAPIObservationUnitHierarchyLevel> observationLevels)
public BrAPIStudy addObservationLevelsItem(BrAPIObservationUnitHierarchyLevel observationLevelsItem)
public List<BrAPIObservationUnitHierarchyLevel> getObservationLevels()
public void setObservationLevels(List<BrAPIObservationUnitHierarchyLevel> observationLevels)
public BrAPIStudy observationUnitsDescription(String observationUnitsDescription)
public String getObservationUnitsDescription()
public void setObservationUnitsDescription(String observationUnitsDescription)
public BrAPIStudy observationVariableDbIds(List<String> observationVariableDbIds)
public BrAPIStudy addObservationVariableDbIdsItem(String observationVariableDbIdsItem)
public List<String> getObservationVariableDbIds()
public void setObservationVariableDbIds(List<String> observationVariableDbIds)
public BrAPIStudy seasons(List<String> seasons)
public BrAPIStudy addSeasonsItem(String seasonsItem)
public List<String> getSeasons()
public BrAPIStudy startDate(OffsetDateTime startDate)
public OffsetDateTime getStartDate()
public void setStartDate(OffsetDateTime startDate)
public BrAPIStudy studyCode(String studyCode)
public String getStudyCode()
public void setStudyCode(String studyCode)
public BrAPIStudy studyDescription(String studyDescription)
public String getStudyDescription()
public void setStudyDescription(String studyDescription)
public BrAPIStudy studyName(String studyName)
public String getStudyName()
public void setStudyName(String studyName)
public BrAPIStudy studyPUI(String studyPUI)
public String getStudyPUI()
public void setStudyPUI(String studyPUI)
public BrAPIStudy studyType(String studyType)
public String getStudyType()
public void setStudyType(String studyType)
public BrAPIStudy trialDbId(String trialDbId)
public String getTrialDbId()
public void setTrialDbId(String trialDbId)
public BrAPIStudy trialName(String trialName)
public String getTrialName()
public void setTrialName(String trialName)
Copyright © 2023. All rights reserved.