@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class BasePGRFA extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACQUISITION |
static String |
JSON_PROPERTY_BIOSTATUS |
static String |
JSON_PROPERTY_BREEDING |
static String |
JSON_PROPERTY_COLLECTION |
static String |
JSON_PROPERTY_CROPNAMES |
static String |
JSON_PROPERTY_DATE |
static String |
JSON_PROPERTY_GENUS |
static String |
JSON_PROPERTY_HISTORICAL |
static String |
JSON_PROPERTY_IDS |
static String |
JSON_PROPERTY_LOCATION |
static String |
JSON_PROPERTY_METHOD |
static String |
JSON_PROPERTY_MLSSTATUS |
static String |
JSON_PROPERTY_NAMES |
static String |
JSON_PROPERTY_PASSWORD |
static String |
JSON_PROPERTY_PROGDOI |
static String |
JSON_PROPERTY_SAMPLEDOI |
static String |
JSON_PROPERTY_SAMPLEID |
static String |
JSON_PROPERTY_SPAUTH |
static String |
JSON_PROPERTY_SPECIES |
static String |
JSON_PROPERTY_STAUTH |
static String |
JSON_PROPERTY_SUBTAXA |
static String |
JSON_PROPERTY_TARGETS |
static String |
JSON_PROPERTY_USERNAME |
| Constructor and Description |
|---|
BasePGRFA() |
| Modifier and Type | Method and Description |
|---|---|
BasePGRFA |
acquisition(Acquisition acquisition) |
BasePGRFA |
addCropnamesItem(String cropnamesItem) |
BasePGRFA |
addIdsItem(PGRFAIdentifier idsItem) |
BasePGRFA |
addNamesItem(String namesItem) |
BasePGRFA |
addProgdoiItem(String progdoiItem) |
BasePGRFA |
addTargetsItem(Target targetsItem) |
BasePGRFA |
biostatus(Integer biostatus) |
BasePGRFA |
breeding(Breeding breeding) |
BasePGRFA |
collection(Collection collection) |
BasePGRFA |
cropnames(List<String> cropnames) |
BasePGRFA |
date(String date) |
boolean |
equals(Object o) |
BasePGRFA |
genus(String genus) |
Acquisition |
getAcquisition()
Get acquisition
|
Integer |
getBiostatus()
Biological status of the PGRFA.
|
Breeding |
getBreeding()
Get breeding
|
Collection |
getCollection()
Get collection
|
List<String> |
getCropnames()
Common name of the crop.
|
String |
getDate()
Date in which PGRFA became part of the collection.
|
String |
getGenus()
The taxon of the genus for the PGRFA.
|
String |
getHistorical()
Indicates whether the PGRFA currently exists.
|
List<PGRFAIdentifier> |
getIds()
Get ids
|
Location |
getLocation()
Get location
|
String |
getMethod()
Method through which the PGRFA has been acquired.
|
Integer |
getMlsstatus()
Code that identifies the status of the PGRFA with regard to the MLS.
|
List<String> |
getNames()
Other name of the PGRFA.
|
String |
getPassword()
Get password
|
List<String> |
getProgdoi()
DOI of the progenitor PGRFA as registered in GLIS.
|
String |
getSampledoi()
A Digital Object Identifier (DOI) obtained from a service other than GLIS and that is already assigned to the PGRFA.
|
String |
getSampleid()
A string that identifies the PGRFA that is being registered.
|
String |
getSpauth()
Authority for the specific epithet.
|
String |
getSpecies()
Specific epithet of the PGRFA scientific name.
|
String |
getStauth()
Authority for the subtaxon at the most detailed level provided.
|
String |
getSubtaxa()
Any additional infra-specific taxon such as subspecies, variety, form, Group and so on.
|
List<Target> |
getTargets()
Get targets
|
String |
getUsername()
Get username
|
int |
hashCode() |
BasePGRFA |
historical(String historical) |
BasePGRFA |
ids(List<PGRFAIdentifier> ids) |
BasePGRFA |
location(Location location) |
BasePGRFA |
method(String method) |
BasePGRFA |
mlsstatus(Integer mlsstatus) |
BasePGRFA |
names(List<String> names) |
BasePGRFA |
password(String password) |
BasePGRFA |
progdoi(List<String> progdoi) |
BasePGRFA |
sampledoi(String sampledoi) |
BasePGRFA |
sampleid(String sampleid) |
void |
setAcquisition(Acquisition acquisition) |
void |
setBiostatus(Integer biostatus) |
void |
setBreeding(Breeding breeding) |
void |
setCollection(Collection collection) |
void |
setCropnames(List<String> cropnames) |
void |
setDate(String date) |
void |
setGenus(String genus) |
void |
setHistorical(String historical) |
void |
setIds(List<PGRFAIdentifier> ids) |
void |
setLocation(Location location) |
void |
setMethod(String method) |
void |
setMlsstatus(Integer mlsstatus) |
void |
setNames(List<String> names) |
void |
setPassword(String password) |
void |
setProgdoi(List<String> progdoi) |
void |
setSampledoi(String sampledoi) |
void |
setSampleid(String sampleid) |
void |
setSpauth(String spauth) |
void |
setSpecies(String species) |
void |
setStauth(String stauth) |
void |
setSubtaxa(String subtaxa) |
void |
setTargets(List<Target> targets) |
void |
setUsername(String username) |
BasePGRFA |
spauth(String spauth) |
BasePGRFA |
species(String species) |
BasePGRFA |
stauth(String stauth) |
BasePGRFA |
subtaxa(String subtaxa) |
BasePGRFA |
targets(List<Target> targets) |
String |
toString() |
BasePGRFA |
username(String username) |
public static final String JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_LOCATION
public static final String JSON_PROPERTY_SAMPLEDOI
public static final String JSON_PROPERTY_SAMPLEID
public static final String JSON_PROPERTY_DATE
public static final String JSON_PROPERTY_METHOD
public static final String JSON_PROPERTY_GENUS
public static final String JSON_PROPERTY_CROPNAMES
public static final String JSON_PROPERTY_TARGETS
public static final String JSON_PROPERTY_PROGDOI
public static final String JSON_PROPERTY_BIOSTATUS
public static final String JSON_PROPERTY_SPECIES
public static final String JSON_PROPERTY_SPAUTH
public static final String JSON_PROPERTY_SUBTAXA
public static final String JSON_PROPERTY_STAUTH
public static final String JSON_PROPERTY_NAMES
public static final String JSON_PROPERTY_IDS
public static final String JSON_PROPERTY_MLSSTATUS
public static final String JSON_PROPERTY_HISTORICAL
public static final String JSON_PROPERTY_ACQUISITION
public static final String JSON_PROPERTY_COLLECTION
public static final String JSON_PROPERTY_BREEDING
public void setUsername(String username)
public void setPassword(String password)
public void setLocation(Location location)
@Nullable public String getSampledoi()
public void setSampledoi(String sampledoi)
@Nullable public String getSampleid()
public void setSampleid(String sampleid)
@Nullable public String getDate()
public void setDate(String date)
@Nullable public String getMethod()
public void setMethod(String method)
@Nullable public String getGenus()
public void setGenus(String genus)
@Nullable public List<String> getCropnames()
@Nullable public List<String> getProgdoi()
@Nullable public Integer getBiostatus()
public void setBiostatus(Integer biostatus)
@Nullable public String getSpecies()
public void setSpecies(String species)
public void setSpauth(String spauth)
@Nullable public String getSubtaxa()
public void setSubtaxa(String subtaxa)
@Nullable public String getStauth()
public void setStauth(String stauth)
@Nullable public List<String> getNames()
public BasePGRFA ids(List<PGRFAIdentifier> ids)
public BasePGRFA addIdsItem(PGRFAIdentifier idsItem)
@Nullable public List<PGRFAIdentifier> getIds()
public void setIds(List<PGRFAIdentifier> ids)
@Nullable public Integer getMlsstatus()
public void setMlsstatus(Integer mlsstatus)
@Nullable public String getHistorical()
public void setHistorical(String historical)
public BasePGRFA acquisition(Acquisition acquisition)
@Nullable public Acquisition getAcquisition()
public void setAcquisition(Acquisition acquisition)
public BasePGRFA collection(Collection collection)
@Nullable public Collection getCollection()
public void setCollection(Collection collection)
public void setBreeding(Breeding breeding)
Copyright © 2025 Global Crop Diversity Trust. All rights reserved.