public class SubphylumType extends Object
Java class for SubphylumType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubphylumType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://tethys.sdsu.edu/schema/1.0}tsngroup"/>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="Infraphylum" type="{http://tethys.sdsu.edu/schema/1.0}InfraphylumType"/>
<element name="Superclass" type="{http://tethys.sdsu.edu/schema/1.0}SuperclassType"/>
<element name="Class" type="{http://tethys.sdsu.edu/schema/1.0}ClassType"/>
<element name="Subclass" type="{http://tethys.sdsu.edu/schema/1.0}SubclassType"/>
<element name="Infraclass" type="{http://tethys.sdsu.edu/schema/1.0}InfraclassType"/>
<element name="Superorder" type="{http://tethys.sdsu.edu/schema/1.0}SuperorderType"/>
<element name="Order" type="{http://tethys.sdsu.edu/schema/1.0}OrderType"/>
<element name="Suborder" type="{http://tethys.sdsu.edu/schema/1.0}SuborderType"/>
<element name="Superfamily" type="{http://tethys.sdsu.edu/schema/1.0}SuperfamilyType"/>
<element name="Family" type="{http://tethys.sdsu.edu/schema/1.0}FamilyType"/>
<element name="Subfamily" type="{http://tethys.sdsu.edu/schema/1.0}SubfamilyType"/>
<element name="Genus" type="{http://tethys.sdsu.edu/schema/1.0}GenusType"/>
<element name="Subgenus" type="{http://tethys.sdsu.edu/schema/1.0}SubgenusType"/>
<element name="Species" type="{http://tethys.sdsu.edu/schema/1.0}SpeciesType"/>
<element name="Subspecies" type="{http://tethys.sdsu.edu/schema/1.0}SubspeciesType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
completename |
protected List<Object> |
infraphylumOrSuperclassOrClazz |
protected BigInteger |
tsn |
protected VernacularType |
vernacular |
| Constructor and Description |
|---|
SubphylumType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompletename()
Gets the value of the completename property.
|
List<Object> |
getInfraphylumOrSuperclassOrClazz()
Gets the value of the infraphylumOrSuperclassOrClazz 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()
BigIntegerpublic void setTsn(BigInteger value)
value - allowed object is
BigIntegerpublic String getCompletename()
Stringpublic void setCompletename(String value)
value - allowed object is
Stringpublic VernacularType getVernacular()
VernacularTypepublic void setVernacular(VernacularType value)
value - allowed object is
VernacularTypepublic List<Object> getInfraphylumOrSuperclassOrClazz()
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 infraphylumOrSuperclassOrClazz property.
For example, to add a new item, do as follows:
getInfraphylumOrSuperclassOrClazz().add(newItem);
Objects of the following type(s) are allowed in the list
InfraphylumType
SuperclassType
ClassType
SubclassType
InfraclassType
SuperorderType
OrderType
SuborderType
SuperfamilyType
FamilyType
SubfamilyType
GenusType
SubgenusType
SpeciesType
SubspeciesType
Copyright © 2020 Tethys. All rights reserved.