public class SubspeciesType extends Object
Java class for SubspeciesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubspeciesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://tethys.sdsu.edu/schema/1.0}tsngroup"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
completename |
protected BigInteger |
tsn |
protected VernacularType |
vernacular |
Constructor and Description |
---|
SubspeciesType() |
Modifier and Type | Method and Description |
---|---|
String |
getCompletename()
Gets the value of the completename 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
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
Copyright © 2020 Tethys. All rights reserved.