org.cateproject.model.name
Class CultivarPlantName
java.lang.Object
org.cateproject.model.versioning.VersionableEntity
org.cateproject.model.common.IdentifiableEntity
org.cateproject.model.name.TaxonNameBase
org.cateproject.model.name.NonViralName
org.cateproject.model.name.BotanicalName
org.cateproject.model.name.CultivarPlantName
- All Implemented Interfaces:
- Formattable<TaxonNameBase,TaxonNameFormatter>, Identifiable, Versionable
public class CultivarPlantName
- extends BotanicalName
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://cate-project.org/schema/name/0.5}BotanicalName">
<sequence>
<element name="CultivarName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.cateproject.model.name.TaxonNameBase |
appendedPhrase, basionym, nameCache, nameRelations, newCombinations, nomenclaturalMicroReference, nomenclaturalReference, rank, status, typeDesignations, uuid |
| Methods inherited from class org.cateproject.model.name.NonViralName |
getAuthorshipCache, getCombinationAuthor, getExCombinationAuthor, getInfraGenericEpithet, getInfraspecificEpithet, getOriginalAuthor, getSpecificEpithet, getUninomial, setAuthorshipCache, setCombinationAuthor, setExCombinationAuthor, setInfraGenericEpithet, setInfraspecificEpithet, setOriginalAuthor, setSpecificEpithet, setUninomial |
| Methods inherited from class org.cateproject.model.name.TaxonNameBase |
getAppendedPhrase, getBasionym, getNameCache, getNameRelations, getNewCombinations, getNomenclaturalMicroReference, getNomenclaturalReference, getRank, getStatus, getTypeDesignations, getUuid, getYear, setAppendedPhrase, setBasionym, setNameCache, setNameRelations, setNewCombinations, setNomenclaturalMicroReference, setNomenclaturalReference, setRank, setStatus, setTypeDesignations, setUuid |
| Methods inherited from class org.cateproject.model.common.IdentifiableEntity |
getData, getForeignAuthorities, getLSID, getRights, getSources, getTitleCache, isProtectedTitleCache, setData, setForeignAuthorities, setLSID, setProtectedTitleCache, setRights, setSources, setTitleCache |
| Methods inherited from class org.cateproject.model.versioning.VersionableEntity |
getCurrentVersionInfo, getId, getPrimaryKey, getUpdatedOrDeleted, getUpdatedRelationships, getValidFrom, getValidTo, getVersioningHistory, getWorkspace, setCurrentVersionInfo, setId, setPrimaryKey, setUpdatedOrDeleted, setUpdatedRelationships, setValidFrom, setValidTo, setVersioningHistory, setWorkspace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cultivarName
protected String cultivarName
CultivarPlantName
public CultivarPlantName()
getCultivarName
public String getCultivarName()
- Gets the value of the cultivarName property.
- Returns:
- possible object is
String
setCultivarName
public void setCultivarName(String value)
- Sets the value of the cultivarName property.
- Parameters:
value - allowed object is
String
format
public Object format(TaxonNameFormatter formatter,
Object style)
- Specified by:
format in interface Formattable<TaxonNameBase,TaxonNameFormatter>- Overrides:
format in class BotanicalName
Copyright © 2008. All Rights Reserved.