org.gcube.data.analysis.statisticalmanager.stubs
Class SMResources

java.lang.Object
  extended by org.gcube.data.analysis.statisticalmanager.stubs.SMResources
All Implemented Interfaces:
Serializable

public class SMResources
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SMResources

public SMResources()

SMResources

public SMResources(SMResource[] list)
Method Detail

getList

public SMResource[] getList()
Gets the list value for this SMResources.

Returns:
list

setList

public void setList(SMResource[] list)
Sets the list value for this SMResources.

Parameters:
list -

getList

public SMResource getList(int i)

setList

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