aphia.v1_0
Class Classification

java.lang.Object
  extended by aphia.v1_0.Classification
All Implemented Interfaces:
Serializable

public class Classification
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Classification()
           
Classification(int aphiaID, String rank, String scientificname, Classification child)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Classification

public Classification()

Classification

public Classification(int aphiaID,
                      String rank,
                      String scientificname,
                      Classification child)
Method Detail

getAphiaID

public int getAphiaID()
Gets the aphiaID value for this Classification.

Returns:
aphiaID

setAphiaID

public void setAphiaID(int aphiaID)
Sets the aphiaID value for this Classification.

Parameters:
aphiaID -

getRank

public String getRank()
Gets the rank value for this Classification.

Returns:
rank

setRank

public void setRank(String rank)
Sets the rank value for this Classification.

Parameters:
rank -

getScientificname

public String getScientificname()
Gets the scientificname value for this Classification.

Returns:
scientificname

setScientificname

public void setScientificname(String scientificname)
Sets the scientificname value for this Classification.

Parameters:
scientificname -

getChild

public Classification getChild()
Gets the child value for this Classification.

Returns:
child

setChild

public void setChild(Classification child)
Sets the child value for this Classification.

Parameters:
child -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.