public interface LinneanClassification
Modifier and Type | Method and Description |
---|---|
String |
getClazz()
Return the class for this usage.
|
String |
getFamily()
Return the family for this usage.
|
String |
getGenus()
Return the genus for this usage.
|
String |
getHigherRank(Rank rank)
Gets a higher taxon property by passing the rank of it.
|
String |
getKingdom()
Return the kingdom for this usage.
|
String |
getOrder()
Return the order for this usage.
|
String |
getPhylum()
Return the phylum for this usage.
|
String |
getSpecies()
Return the species for this usage.
|
String |
getSubgenus()
Return the canonical subgenus name for this usage.
|
void |
setClazz(String clazz) |
void |
setFamily(String family) |
void |
setGenus(String genus) |
void |
setKingdom(String kingdom) |
void |
setOrder(String order) |
void |
setPhylum(String phylum) |
void |
setSpecies(String species) |
void |
setSubgenus(String subgenus) |
@Nullable String getClazz()
@Nullable String getFamily()
@Nullable String getGenus()
@Nullable String getKingdom()
void setKingdom(String kingdom)
kingdom
- the kingdom to set@Nullable String getOrder()
@Nullable String getPhylum()
@Nullable String getSpecies()
void setSpecies(String species)
species
- the species to set@Nullable String getSubgenus()
void setSubgenus(String subgenus)
subgenus
- the subgenus canonical name@Nullable String getHigherRank(Rank rank)
rank
- the higher linnean rank to retrieveCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.