Package org.gbif.api.v2
Class NameUsageMatch2
- java.lang.Object
-
- org.gbif.api.v2.NameUsageMatch2
-
public class NameUsageMatch2 extends Object
NameUsageMatch for API v2 See https://github.com/gbif/checklistbank/issues/49
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NameUsageMatch2.Diagnostics
static class
NameUsageMatch2.Nomenclature
-
Constructor Summary
Constructors Constructor Description NameUsageMatch2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
RankedName
getAcceptedUsage()
List<RankedName>
getClassification()
the classification includes the accepted taxon concept viewNameUsageMatch2.Diagnostics
getDiagnostics()
NameUsageMatch2.Nomenclature
getNomenclature()
RankedName
getUsage()
int
hashCode()
boolean
isSynonym()
void
setAcceptedUsage(RankedName acceptedUsage)
void
setClassification(List<RankedName> classification)
void
setDiagnostics(NameUsageMatch2.Diagnostics diagnostics)
void
setNomenclature(NameUsageMatch2.Nomenclature nomenclature)
void
setSynonym(boolean synonym)
void
setUsage(RankedName usage)
-
-
-
Constructor Detail
-
NameUsageMatch2
public NameUsageMatch2()
-
-
Method Detail
-
isSynonym
public boolean isSynonym()
-
setSynonym
public void setSynonym(boolean synonym)
-
getUsage
public RankedName getUsage()
-
setUsage
public void setUsage(RankedName usage)
-
getAcceptedUsage
public RankedName getAcceptedUsage()
-
setAcceptedUsage
public void setAcceptedUsage(RankedName acceptedUsage)
-
getNomenclature
public NameUsageMatch2.Nomenclature getNomenclature()
-
setNomenclature
public void setNomenclature(NameUsageMatch2.Nomenclature nomenclature)
-
getClassification
public List<RankedName> getClassification()
the classification includes the accepted taxon concept view
-
setClassification
public void setClassification(List<RankedName> classification)
-
getDiagnostics
public NameUsageMatch2.Diagnostics getDiagnostics()
-
setDiagnostics
public void setDiagnostics(NameUsageMatch2.Diagnostics diagnostics)
-
-