public class SpeciesType extends Object
Java class for SpeciesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpeciesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://tethys.sdsu.edu/schema/1.0}tsngroup"/> <sequence> <element name="Subspecies" type="{http://tethys.sdsu.edu/schema/1.0}SubspeciesType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
completename |
protected List<SubspeciesType> |
subspecies |
protected BigInteger |
tsn |
protected VernacularType |
vernacular |
Constructor and Description |
---|
SpeciesType() |
Modifier and Type | Method and Description |
---|---|
String |
getCompletename()
Gets the value of the completename property.
|
List<SubspeciesType> |
getSubspecies()
Gets the value of the subspecies property.
|
BigInteger |
getTsn()
Gets the value of the tsn property.
|
VernacularType |
getVernacular()
Gets the value of the vernacular property.
|
void |
setCompletename(String value)
Sets the value of the completename property.
|
void |
setTsn(BigInteger value)
Sets the value of the tsn property.
|
void |
setVernacular(VernacularType value)
Sets the value of the vernacular property.
|
protected BigInteger tsn
protected String completename
protected VernacularType vernacular
protected List<SubspeciesType> subspecies
public BigInteger getTsn()
BigInteger
public void setTsn(BigInteger value)
value
- allowed object is
BigInteger
public String getCompletename()
String
public void setCompletename(String value)
value
- allowed object is
String
public VernacularType getVernacular()
VernacularType
public void setVernacular(VernacularType value)
value
- allowed object is
VernacularType
public List<SubspeciesType> getSubspecies()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the subspecies property.
For example, to add a new item, do as follows:
getSubspecies().add(newItem);
Objects of the following type(s) are allowed in the list
SubspeciesType
Copyright © 2020 Tethys. All rights reserved.