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

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

public class AquaMapArray
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AquaMapArray()
           
AquaMapArray(AquaMap[] aquaMapList)
           
 
Method Summary
 boolean equals(Object obj)
           
 AquaMap[] getAquaMapList()
          Gets the aquaMapList value for this AquaMapArray.
 AquaMap getAquaMapList(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 setAquaMapList(AquaMap[] aquaMapList)
          Sets the aquaMapList value for this AquaMapArray.
 void setAquaMapList(int i, AquaMap _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AquaMapArray

public AquaMapArray()

AquaMapArray

public AquaMapArray(AquaMap[] aquaMapList)
Method Detail

getAquaMapList

public AquaMap[] getAquaMapList()
Gets the aquaMapList value for this AquaMapArray.

Returns:
aquaMapList

setAquaMapList

public void setAquaMapList(AquaMap[] aquaMapList)
Sets the aquaMapList value for this AquaMapArray.

Parameters:
aquaMapList -

getAquaMapList

public AquaMap getAquaMapList(int i)

setAquaMapList

public void setAquaMapList(int i,
                           AquaMap _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.