Package tethys.species
Class TethysITISResult
java.lang.Object
tethys.species.TethysITISResult
Class to hold and unpack a XML string returned from the ITIS_ranks document
 in a Tethys database.
- Author:
 - dg50
 
- 
Constructor Summary
ConstructorsConstructorDescriptionTethysITISResult(int itisCode, String taxon_unit, String latin, String vernacular) Construct a ITIS object from XML data - 
Method Summary
 
- 
Constructor Details
- 
TethysITISResult
Construct a ITIS object from XML data- Parameters:
 itisCode-latin-vernacular-xmlData-
 
 - 
 - 
Method Details
- 
getItisCode
public int getItisCode()- Returns:
 - the itisCode
 
 - 
getTaxon_unit
- Returns:
 - the taxon_unit
 
 - 
getLatin
- Returns:
 - the latin
 
 - 
getVernacular
- Returns:
 - the vernacular
 
 
 -