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

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

public class Area
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Area()
           
Area(String code, String name, String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCode()
          Gets the code value for this Area.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this Area.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this Area.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCode(String code)
          Sets the code value for this Area.
 void setName(String name)
          Sets the name value for this Area.
 void setType(String type)
          Sets the type value for this Area.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Area

public Area()

Area

public Area(String code,
            String name,
            String type)
Method Detail

getType

public String getType()
Gets the type value for this Area.

Returns:
type

setType

public void setType(String type)
Sets the type value for this Area.

Parameters:
type -

getName

public String getName()
Gets the name value for this Area.

Returns:
name

setName

public void setName(String name)
Sets the name value for this Area.

Parameters:
name -

getCode

public String getCode()
Gets the code value for this Area.

Returns:
code

setCode

public void setCode(String code)
Sets the code value for this Area.

Parameters:
code -

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.