public class KingdomType extends Object
Java class for KingdomType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KingdomType"> <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="Subkingdom" type="{http://tethys.sdsu.edu/schema/1.0}SubkingdomType"/> <element name="Infrakingdom" type="{http://tethys.sdsu.edu/schema/1.0}InfrakingdomType"/> <element name="Phylum" type="{http://tethys.sdsu.edu/schema/1.0}PhylumType"/> <element name="Subphylum" type="{http://tethys.sdsu.edu/schema/1.0}SubphylumType"/> <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> |
subkingdomOrInfrakingdomOrPhylum |
protected BigInteger |
tsn |
protected VernacularType |
vernacular |
Constructor and Description |
---|
KingdomType() |
Modifier and Type | Method and Description |
---|---|
String |
getCompletename()
Gets the value of the completename property.
|
List<Object> |
getSubkingdomOrInfrakingdomOrPhylum()
Gets the value of the subkingdomOrInfrakingdomOrPhylum 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
public List<Object> getSubkingdomOrInfrakingdomOrPhylum()
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 subkingdomOrInfrakingdomOrPhylum property.
For example, to add a new item, do as follows:
getSubkingdomOrInfrakingdomOrPhylum().add(newItem);
Objects of the following type(s) are allowed in the list
SubkingdomType
InfrakingdomType
PhylumType
SubphylumType
InfraphylumType
SuperclassType
ClassType
SubclassType
InfraclassType
SuperorderType
OrderType
SuborderType
SuperfamilyType
FamilyType
SubfamilyType
GenusType
SubgenusType
SpeciesType
SubspeciesType
Copyright © 2020 Tethys. All rights reserved.