public class SpeciesIDType extends Object
Java class for SpeciesIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpeciesIDType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>integer"> <attribute name="Group" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
group |
protected BigInteger |
value |
Constructor and Description |
---|
SpeciesIDType() |
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Gets the value of the group property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected BigInteger value
protected String group
public BigInteger getValue()
BigInteger
public void setValue(BigInteger value)
value
- allowed object is
BigInteger
public String getGroup()
String
Copyright © 2024 Tethys. All rights reserved.