public class Classification extends Object implements Serializable
| Constructor and Description |
|---|
Classification() |
Classification(int aphiaID,
String rank,
String scientificname,
Classification child) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAphiaID()
Gets the aphiaID value for this Classification.
|
Classification |
getChild()
Gets the child value for this Classification.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getRank()
Gets the rank value for this Classification.
|
String |
getScientificname()
Gets the scientificname value for this Classification.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAphiaID(int aphiaID)
Sets the aphiaID value for this Classification.
|
void |
setChild(Classification child)
Sets the child value for this Classification.
|
void |
setRank(String rank)
Sets the rank value for this Classification.
|
void |
setScientificname(String scientificname)
Sets the scientificname value for this Classification.
|
public Classification()
public Classification(int aphiaID,
String rank,
String scientificname,
Classification child)
public int getAphiaID()
public void setAphiaID(int aphiaID)
aphiaID - public String getRank()
public void setRank(String rank)
rank - public String getScientificname()
public void setScientificname(String scientificname)
scientificname - public Classification getChild()
public void setChild(Classification child)
child - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2018. All Rights Reserved.