aphia.v1_0
Class AphiaRecord

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

public class AphiaRecord
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AphiaRecord()
           
AphiaRecord(int aphiaID, String url, String scientificname, String authority, String rank, String status, String unacceptreason, int valid_AphiaID, String valid_name, String valid_authority, String kingdom, String phylum, String _class, String order, String family, String genus, String citation, String lsid, int isMarine, int isBrackish, int isFreshwater, int isTerrestrial, int isExtinct, String match_type, String modified)
           
 
Method Summary
 boolean equals(Object obj)
           
 String get_class()
          Gets the _class value for this AphiaRecord.
 int getAphiaID()
          Gets the aphiaID value for this AphiaRecord.
 String getAuthority()
          Gets the authority value for this AphiaRecord.
 String getCitation()
          Gets the citation value for this AphiaRecord.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFamily()
          Gets the family value for this AphiaRecord.
 String getGenus()
          Gets the genus value for this AphiaRecord.
 int getIsBrackish()
           
 int getIsExtinct()
           
 int getIsFreshwater()
           
 int getIsMarine()
           
 int getIsTerrestrial()
           
 String getKingdom()
          Gets the kingdom value for this AphiaRecord.
 String getLsid()
          Gets the lsid value for this AphiaRecord.
 String getMatch_type()
           
 String getModified()
           
 String getOrder()
          Gets the order value for this AphiaRecord.
 String getPhylum()
          Gets the phylum value for this AphiaRecord.
 String getRank()
          Gets the rank value for this AphiaRecord.
 String getScientificname()
          Gets the scientificname value for this AphiaRecord.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getStatus()
          Gets the status value for this AphiaRecord.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getUnacceptreason()
           
 String getUrl()
          Gets the url value for this AphiaRecord.
 int getValid_AphiaID()
          Gets the valid_AphiaID value for this AphiaRecord.
 String getValid_authority()
          Gets the valid_authority value for this AphiaRecord.
 String getValid_name()
          Gets the valid_name value for this AphiaRecord.
 int hashCode()
           
 void set_class(String _class)
          Sets the _class value for this AphiaRecord.
 void setAphiaID(int aphiaID)
          Sets the aphiaID value for this AphiaRecord.
 void setAuthority(String authority)
          Sets the authority value for this AphiaRecord.
 void setCitation(String citation)
          Sets the citation value for this AphiaRecord.
 void setFamily(String family)
          Sets the family value for this AphiaRecord.
 void setGenus(String genus)
          Sets the genus value for this AphiaRecord.
 void setIsBrackish(int isBrackish)
           
 void setIsExtinct(int isExtinct)
           
 void setIsFreshwater(int isFreshwater)
           
 void setIsMarine(int isMarine)
           
 void setIsTerrestrial(int isTerrestrial)
           
 void setKingdom(String kingdom)
          Sets the kingdom value for this AphiaRecord.
 void setLsid(String lsid)
          Sets the lsid value for this AphiaRecord.
 void setMatch_type(String match_type)
           
 void setModified(String modified)
           
 void setOrder(String order)
          Sets the order value for this AphiaRecord.
 void setPhylum(String phylum)
          Sets the phylum value for this AphiaRecord.
 void setRank(String rank)
          Sets the rank value for this AphiaRecord.
 void setScientificname(String scientificname)
          Sets the scientificname value for this AphiaRecord.
 void setStatus(String status)
          Sets the status value for this AphiaRecord.
 void setUnacceptreason(String unacceptreason)
           
 void setUrl(String url)
          Sets the url value for this AphiaRecord.
 void setValid_AphiaID(int valid_AphiaID)
          Sets the valid_AphiaID value for this AphiaRecord.
 void setValid_authority(String valid_authority)
          Sets the valid_authority value for this AphiaRecord.
 void setValid_name(String valid_name)
          Sets the valid_name value for this AphiaRecord.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AphiaRecord

public AphiaRecord()

AphiaRecord

public AphiaRecord(int aphiaID,
                   String url,
                   String scientificname,
                   String authority,
                   String rank,
                   String status,
                   String unacceptreason,
                   int valid_AphiaID,
                   String valid_name,
                   String valid_authority,
                   String kingdom,
                   String phylum,
                   String _class,
                   String order,
                   String family,
                   String genus,
                   String citation,
                   String lsid,
                   int isMarine,
                   int isBrackish,
                   int isFreshwater,
                   int isTerrestrial,
                   int isExtinct,
                   String match_type,
                   String modified)
Method Detail

getIsMarine

public int getIsMarine()
Returns:
the isMarine

setIsMarine

public void setIsMarine(int isMarine)
Parameters:
isMarine - the isMarine to set

getAphiaID

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

Returns:
aphiaID

setAphiaID

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

Parameters:
aphiaID -

getUrl

public String getUrl()
Gets the url value for this AphiaRecord.

Returns:
url

setUrl

public void setUrl(String url)
Sets the url value for this AphiaRecord.

Parameters:
url -

getScientificname

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

Returns:
scientificname

setScientificname

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

Parameters:
scientificname -

getAuthority

public String getAuthority()
Gets the authority value for this AphiaRecord.

Returns:
authority

setAuthority

public void setAuthority(String authority)
Sets the authority value for this AphiaRecord.

Parameters:
authority -

getRank

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

Returns:
rank

setRank

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

Parameters:
rank -

getStatus

public String getStatus()
Gets the status value for this AphiaRecord.

Returns:
status

setStatus

public void setStatus(String status)
Sets the status value for this AphiaRecord.

Parameters:
status -

getValid_AphiaID

public int getValid_AphiaID()
Gets the valid_AphiaID value for this AphiaRecord.

Returns:
valid_AphiaID

setValid_AphiaID

public void setValid_AphiaID(int valid_AphiaID)
Sets the valid_AphiaID value for this AphiaRecord.

Parameters:
valid_AphiaID -

getValid_name

public String getValid_name()
Gets the valid_name value for this AphiaRecord.

Returns:
valid_name

setValid_name

public void setValid_name(String valid_name)
Sets the valid_name value for this AphiaRecord.

Parameters:
valid_name -

setUnacceptreason

public void setUnacceptreason(String unacceptreason)

getValid_authority

public String getValid_authority()
Gets the valid_authority value for this AphiaRecord.

Returns:
valid_authority

setValid_authority

public void setValid_authority(String valid_authority)
Sets the valid_authority value for this AphiaRecord.

Parameters:
valid_authority -

getKingdom

public String getKingdom()
Gets the kingdom value for this AphiaRecord.

Returns:
kingdom

setKingdom

public void setKingdom(String kingdom)
Sets the kingdom value for this AphiaRecord.

Parameters:
kingdom -

getPhylum

public String getPhylum()
Gets the phylum value for this AphiaRecord.

Returns:
phylum

setPhylum

public void setPhylum(String phylum)
Sets the phylum value for this AphiaRecord.

Parameters:
phylum -

get_class

public String get_class()
Gets the _class value for this AphiaRecord.

Returns:
_class

set_class

public void set_class(String _class)
Sets the _class value for this AphiaRecord.

Parameters:
_class -

getOrder

public String getOrder()
Gets the order value for this AphiaRecord.

Returns:
order

setOrder

public void setOrder(String order)
Sets the order value for this AphiaRecord.

Parameters:
order -

getFamily

public String getFamily()
Gets the family value for this AphiaRecord.

Returns:
family

setFamily

public void setFamily(String family)
Sets the family value for this AphiaRecord.

Parameters:
family -

getGenus

public String getGenus()
Gets the genus value for this AphiaRecord.

Returns:
genus

setGenus

public void setGenus(String genus)
Sets the genus value for this AphiaRecord.

Parameters:
genus -

getCitation

public String getCitation()
Gets the citation value for this AphiaRecord.

Returns:
citation

setCitation

public void setCitation(String citation)
Sets the citation value for this AphiaRecord.

Parameters:
citation -

getLsid

public String getLsid()
Gets the lsid value for this AphiaRecord.

Returns:
lsid

getUnacceptreason

public String getUnacceptreason()

setLsid

public void setLsid(String lsid)
Sets the lsid value for this AphiaRecord.

Parameters:
lsid -

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


getModified

public String getModified()

setModified

public void setModified(String modified)

getMatch_type

public String getMatch_type()

setMatch_type

public void setMatch_type(String match_type)

getIsExtinct

public int getIsExtinct()

setIsExtinct

public void setIsExtinct(int isExtinct)

getIsTerrestrial

public int getIsTerrestrial()

setIsTerrestrial

public void setIsTerrestrial(int isTerrestrial)

getIsBrackish

public int getIsBrackish()

setIsBrackish

public void setIsBrackish(int isBrackish)

getIsFreshwater

public int getIsFreshwater()

setIsFreshwater

public void setIsFreshwater(int isFreshwater)


Copyright © 2013. All Rights Reserved.