public class BrAPIGermplasmAttributeValue extends Object
| Constructor and Description |
|---|
BrAPIGermplasmAttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIGermplasmAttributeValue |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPIGermplasmAttributeValue |
attributeDbId(String attributeDbId) |
BrAPIGermplasmAttributeValue |
attributeName(String attributeName) |
BrAPIGermplasmAttributeValue |
attributeValueDbId(String attributeValueDbId) |
BrAPIGermplasmAttributeValue |
determinedDate(OffsetDateTime determinedDate) |
boolean |
equals(Object o) |
BrAPIGermplasmAttributeValue |
externalReferences(List<BrAPIExternalReference> externalReferences) |
BrAPIGermplasmAttributeValue |
germplasmDbId(String germplasmDbId) |
BrAPIGermplasmAttributeValue |
germplasmName(String germplasmName) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getAttributeDbId()
The ID which uniquely identifies this attribute within the given database
server
|
String |
getAttributeName() |
String |
getAttributeValueDbId()
The ID which uniquely identifies this attribute value within the given database server
|
@Valid OffsetDateTime |
getDeterminedDate()
The date the value of this attribute was determined for a given germplasm
|
@Valid List<BrAPIExternalReference> |
getExternalReferences()
Get externalReferences
|
String |
getGermplasmDbId()
The ID which uniquely identifies a germplasm within the given database server
|
String |
getGermplasmName()
Name of the germplasm.
|
String |
getValue()
The value of this attribute for a given germplasm
|
int |
hashCode() |
BrAPIGermplasmAttributeValue |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setAttributeDbId(String attributeDbId) |
void |
setAttributeName(String attributeName) |
void |
setAttributeValueDbId(String attributeValueDbId) |
void |
setDeterminedDate(OffsetDateTime determinedDate) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setGermplasmDbId(String germplasmDbId) |
void |
setGermplasmName(String germplasmName) |
void |
setValue(String value) |
String |
toString() |
BrAPIGermplasmAttributeValue |
value(String value) |
public BrAPIGermplasmAttributeValue attributeValueDbId(String attributeValueDbId)
public String getAttributeValueDbId()
public void setAttributeValueDbId(String attributeValueDbId)
public BrAPIGermplasmAttributeValue additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIGermplasmAttributeValue putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIGermplasmAttributeValue attributeDbId(String attributeDbId)
public String getAttributeDbId()
public void setAttributeDbId(String attributeDbId)
public BrAPIGermplasmAttributeValue attributeName(String attributeName)
public String getAttributeName()
public void setAttributeName(String attributeName)
public BrAPIGermplasmAttributeValue determinedDate(OffsetDateTime determinedDate)
@Valid public @Valid OffsetDateTime getDeterminedDate()
public void setDeterminedDate(OffsetDateTime determinedDate)
public BrAPIGermplasmAttributeValue externalReferences(List<BrAPIExternalReference> externalReferences)
@Valid public @Valid List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPIGermplasmAttributeValue germplasmDbId(String germplasmDbId)
public String getGermplasmDbId()
public void setGermplasmDbId(String germplasmDbId)
public BrAPIGermplasmAttributeValue germplasmName(String germplasmName)
public String getGermplasmName()
public void setGermplasmName(String germplasmName)
public BrAPIGermplasmAttributeValue value(String value)
public String getValue()
public void setValue(String value)
Copyright © 2023. All rights reserved.