public class BrAPITaxonID extends Object
| Constructor and Description |
|---|
BrAPITaxonID() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getSourceName()
The human readable name of the taxonomy provider
|
String |
getTaxonId()
The identifier (name, ID, URI) of a particular taxonomy within the source provider
|
int |
hashCode() |
void |
setSourceName(String sourceName) |
void |
setTaxonId(String taxonId) |
BrAPITaxonID |
sourceName(String sourceName) |
BrAPITaxonID |
taxonId(String taxonId) |
String |
toString() |
public BrAPITaxonID sourceName(String sourceName)
public String getSourceName()
public void setSourceName(String sourceName)
public BrAPITaxonID taxonId(String taxonId)
public String getTaxonId()
public void setTaxonId(String taxonId)
Copyright © 2023. All rights reserved.