org.gcube_system.namespaces.application.aquamaps.types
Class Specie

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.Specie
All Implemented Interfaces:
Serializable

public class Specie
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Specie()
           
Specie(FieldArray additionalField, String id)
           
 
Method Summary
 boolean equals(Object obj)
           
 FieldArray getAdditionalField()
          Gets the additionalField value for this Specie.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getId()
          Gets the id value for this Specie.
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 setAdditionalField(FieldArray additionalField)
          Sets the additionalField value for this Specie.
 void setId(String id)
          Sets the id value for this Specie.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Specie

public Specie()

Specie

public Specie(FieldArray additionalField,
              String id)
Method Detail

getAdditionalField

public FieldArray getAdditionalField()
Gets the additionalField value for this Specie.

Returns:
additionalField

setAdditionalField

public void setAdditionalField(FieldArray additionalField)
Sets the additionalField value for this Specie.

Parameters:
additionalField -

getId

public String getId()
Gets the id value for this Specie.

Returns:
id

setId

public void setId(String id)
Sets the id value for this Specie.

Parameters:
id -

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.