org.gcube.vremanagement.resourcemanager.stubs.binder
Class ResourceList

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.stubs.binder.ResourceList
All Implemented Interfaces:
Serializable

public class ResourceList
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ResourceList

public ResourceList()

ResourceList

public ResourceList(ResourceItem[] resource)
Method Detail

getResource

public ResourceItem[] getResource()
Gets the resource value for this ResourceList.

Returns:
resource

setResource

public void setResource(ResourceItem[] resource)
Sets the resource value for this ResourceList.

Parameters:
resource -

getResource

public ResourceItem getResource(int i)

setResource

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