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

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

public class ResourceArray
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ResourceArray

public ResourceArray()

ResourceArray

public ResourceArray(Resource[] resourceList)
Method Detail

getResourceList

public Resource[] getResourceList()
Gets the resourceList value for this ResourceArray.

Returns:
resourceList

setResourceList

public void setResourceList(Resource[] resourceList)
Sets the resourceList value for this ResourceArray.

Parameters:
resourceList -

getResourceList

public Resource getResourceList(int i)

setResourceList

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