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

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

public class AreasArray
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AreasArray()
           
AreasArray(Area[] areasList)
           
 
Method Summary
 boolean equals(Object obj)
           
 Area[] getAreasList()
          Gets the areasList value for this AreasArray.
 Area getAreasList(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
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 setAreasList(Area[] areasList)
          Sets the areasList value for this AreasArray.
 void setAreasList(int i, Area _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreasArray

public AreasArray()

AreasArray

public AreasArray(Area[] areasList)
Method Detail

getAreasList

public Area[] getAreasList()
Gets the areasList value for this AreasArray.

Returns:
areasList

setAreasList

public void setAreasList(Area[] areasList)
Sets the areasList value for this AreasArray.

Parameters:
areasList -

getAreasList

public Area getAreasList(int i)

setAreasList

public void setAreasList(int i,
                         Area _value)

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.