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

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

public class MapArray
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

MapArray

public MapArray()

MapArray

public MapArray(Map[] mapList)
Method Detail

getMapList

public Map[] getMapList()
Gets the mapList value for this MapArray.

Returns:
mapList

setMapList

public void setMapList(Map[] mapList)
Sets the mapList value for this MapArray.

Parameters:
mapList -

getMapList

public Map getMapList(int i)

setMapList

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