aphia.v1_0
Class Vernacular

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

public class Vernacular
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Vernacular()
           
Vernacular(String vernacular, String language_code, String language)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getLanguage_code()
          Gets the language_code value for this Vernacular.
 String getLanguage()
          Gets the language value for this Vernacular.
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
 String getVernacular()
          Gets the vernacular value for this Vernacular.
 int hashCode()
           
 void setLanguage_code(String language_code)
          Sets the language_code value for this Vernacular.
 void setLanguage(String language)
          Sets the language value for this Vernacular.
 void setVernacular(String vernacular)
          Sets the vernacular value for this Vernacular.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vernacular

public Vernacular()

Vernacular

public Vernacular(String vernacular,
                  String language_code,
                  String language)
Method Detail

getVernacular

public String getVernacular()
Gets the vernacular value for this Vernacular.

Returns:
vernacular

setVernacular

public void setVernacular(String vernacular)
Sets the vernacular value for this Vernacular.

Parameters:
vernacular -

getLanguage_code

public String getLanguage_code()
Gets the language_code value for this Vernacular.

Returns:
language_code

setLanguage_code

public void setLanguage_code(String language_code)
Sets the language_code value for this Vernacular.

Parameters:
language_code -

getLanguage

public String getLanguage()
Gets the language value for this Vernacular.

Returns:
language

setLanguage

public void setLanguage(String language)
Sets the language value for this Vernacular.

Parameters:
language -

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.