public class BrAPILocation extends Object
| Constructor and Description |
|---|
BrAPILocation() |
| Modifier and Type | Method and Description |
|---|---|
BrAPILocation |
abbreviation(String abbreviation) |
BrAPILocation |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPILocation |
coordinateDescription(String coordinateDescription) |
BrAPILocation |
coordinates(BrApiGeoJSON coordinates) |
BrAPILocation |
coordinateUncertainty(String coordinateUncertainty) |
BrAPILocation |
countryCode(String countryCode) |
BrAPILocation |
countryName(String countryName) |
BrAPILocation |
documentationURL(String documentationURL) |
BrAPILocation |
environmentType(String environmentType) |
boolean |
equals(Object o) |
BrAPILocation |
exposure(String exposure) |
BrAPILocation |
externalReferences(List<BrAPIExternalReference> externalReferences) |
String |
getAbbreviation()
An abbreviation which represents this location
|
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getCoordinateDescription()
Describes the precision and landmarks of the coordinate values used for this
location.
|
BrApiGeoJSON |
getCoordinates()
Get coordinates
|
String |
getCoordinateUncertainty()
Uncertainty associated with the coordinates in meters.
|
String |
getCountryCode()
[ISO_3166-1_alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) spec
MIAPPE V1.1 (DM-17) Geographic location (country) - The country where the
experiment took place, either as a full name or preferably as a 2-letter
code.
|
String |
getCountryName()
The full name of the country where this location is MIAPPE V1.1 (DM-17)
Geographic location (country) - The country where the experiment took place,
either as a full name or preferably as a 2-letter code.
|
String |
getDocumentationURL()
A URL to the human readable documentation of this object
|
String |
getEnvironmentType()
Describes the general type of environment of the location.
|
String |
getExposure()
Describes the level of protection/exposure for things like sun light and
wind.
|
List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
String |
getInstituteAddress()
The street address of the institute representing this location MIAPPE V1.1
(DM-16) Contact institution - Name and address of the institution responsible
for the study.
|
String |
getInstituteName()
Each institute/laboratory can have several experimental field MIAPPE V1.1
(DM-16) Contact institution - Name and address of the institution responsible
for the study.
|
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.
|
String |
getLocationType()
The type of location this represents (ex.
|
String |
getParentLocationDbId()
The type of location this represents (ex.
|
String |
getParentLocationName()
The type of location this represents (ex.
|
String |
getSiteStatus()
Description of the accessibility of the location (ex.
|
String |
getSlope()
Describes the approximate slope (height/distance) of the location.
|
String |
getTopography()
Describes the topography of the land at the location.
|
int |
hashCode() |
BrAPILocation |
instituteAddress(String instituteAddress) |
BrAPILocation |
instituteName(String instituteName) |
BrAPILocation |
locationDbId(String locationDbId) |
BrAPILocation |
locationName(String locationName) |
BrAPILocation |
locationType(String locationType) |
BrAPILocation |
parentLocationDbId(String parentLocationDbId) |
BrAPILocation |
parentLocationName(String parentLocationName) |
BrAPILocation |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
void |
setAbbreviation(String abbreviation) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setCoordinateDescription(String coordinateDescription) |
void |
setCoordinates(BrApiGeoJSON coordinates) |
void |
setCoordinateUncertainty(String coordinateUncertainty) |
void |
setCountryCode(String countryCode) |
void |
setCountryName(String countryName) |
void |
setDocumentationURL(String documentationURL) |
void |
setEnvironmentType(String environmentType) |
void |
setExposure(String exposure) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setInstituteAddress(String instituteAddress) |
void |
setInstituteName(String instituteName) |
void |
setLocationDbId(String locationDbId) |
void |
setLocationName(String locationName) |
void |
setLocationType(String locationType) |
void |
setParentLocationDbId(String parentLocationDbId) |
void |
setParentLocationName(String parentLocationName) |
void |
setSiteStatus(String siteStatus) |
void |
setSlope(String slope) |
void |
setTopography(String topography) |
BrAPILocation |
siteStatus(String siteStatus) |
BrAPILocation |
slope(String slope) |
BrAPILocation |
topography(String topography) |
String |
toString() |
public BrAPILocation locationDbId(String locationDbId)
public String getLocationDbId()
public void setLocationDbId(String locationDbId)
public BrAPILocation abbreviation(String abbreviation)
public String getAbbreviation()
public void setAbbreviation(String abbreviation)
public BrAPILocation additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPILocation putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPILocation coordinateDescription(String coordinateDescription)
public String getCoordinateDescription()
public void setCoordinateDescription(String coordinateDescription)
public BrAPILocation coordinateUncertainty(String coordinateUncertainty)
public String getCoordinateUncertainty()
public void setCoordinateUncertainty(String coordinateUncertainty)
public BrAPILocation coordinates(BrApiGeoJSON coordinates)
public BrApiGeoJSON getCoordinates()
public void setCoordinates(BrApiGeoJSON coordinates)
public BrAPILocation countryCode(String countryCode)
public String getCountryCode()
public void setCountryCode(String countryCode)
public BrAPILocation countryName(String countryName)
public String getCountryName()
public void setCountryName(String countryName)
public BrAPILocation documentationURL(String documentationURL)
public String getDocumentationURL()
public void setDocumentationURL(String documentationURL)
public BrAPILocation environmentType(String environmentType)
public String getEnvironmentType()
public void setEnvironmentType(String environmentType)
public BrAPILocation exposure(String exposure)
public String getExposure()
public void setExposure(String exposure)
public BrAPILocation externalReferences(List<BrAPIExternalReference> externalReferences)
public List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPILocation instituteAddress(String instituteAddress)
public String getInstituteAddress()
public void setInstituteAddress(String instituteAddress)
public BrAPILocation instituteName(String instituteName)
public String getInstituteName()
public void setInstituteName(String instituteName)
public BrAPILocation locationName(String locationName)
public String getLocationName()
public void setLocationName(String locationName)
public BrAPILocation locationType(String locationType)
public String getLocationType()
public void setLocationType(String locationType)
public BrAPILocation parentLocationDbId(String parentLocationDbId)
public String getParentLocationDbId()
public void setParentLocationDbId(String parentLocationDbId)
public BrAPILocation parentLocationName(String parentLocationName)
public String getParentLocationName()
public void setParentLocationName(String parentLocationName)
public BrAPILocation siteStatus(String siteStatus)
public String getSiteStatus()
public void setSiteStatus(String siteStatus)
public BrAPILocation slope(String slope)
public String getSlope()
public void setSlope(String slope)
public BrAPILocation topography(String topography)
public String getTopography()
public void setTopography(String topography)
Copyright © 2023. All rights reserved.