public static class ServiceModel.Taxon extends Object
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
Comment |
String |
CommonName |
String |
Id |
List<ServiceModel.ImportHistoryEventSimple> |
ImportHistoryEventSimples |
String |
ItisComment |
String |
ItisTsn |
String |
ItisUrl |
String |
ParentId |
String |
ScientificName |
String |
Source |
ServiceModel.TaxonomyLevel |
TaxonomyLevel |
| Constructor and Description |
|---|
Taxon() |
public List<ServiceModel.ImportHistoryEventSimple> ImportHistoryEventSimples
public String Id
public String ScientificName
public String CommonName
public ServiceModel.TaxonomyLevel TaxonomyLevel
public String Source
public String Comment
public String ItisTsn
public String ItisComment
public String ItisUrl
public String ParentId
public ServiceModel.AuditAttributes AuditAttributes
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.Taxon setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public String getId()
public ServiceModel.Taxon setId(String value)
public String getScientificName()
public ServiceModel.Taxon setScientificName(String value)
public String getCommonName()
public ServiceModel.Taxon setCommonName(String value)
public ServiceModel.TaxonomyLevel getTaxonomyLevel()
public ServiceModel.Taxon setTaxonomyLevel(ServiceModel.TaxonomyLevel value)
public String getSource()
public ServiceModel.Taxon setSource(String value)
public String getComment()
public ServiceModel.Taxon setComment(String value)
public String getItisTsn()
public ServiceModel.Taxon setItisTsn(String value)
public String getItisComment()
public ServiceModel.Taxon setItisComment(String value)
public String getItisUrl()
public ServiceModel.Taxon setItisUrl(String value)
public String getParentId()
public ServiceModel.Taxon setParentId(String value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.Taxon setAuditAttributes(ServiceModel.AuditAttributes value)
Copyright © 2022. All rights reserved.