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

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

public class SMGroupedAlgorithms
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SMGroupedAlgorithms

public SMGroupedAlgorithms()

SMGroupedAlgorithms

public SMGroupedAlgorithms(ComputationalAgentClass category,
                           SMAlgorithm[] list)
Method Detail

getCategory

public ComputationalAgentClass getCategory()
Gets the category value for this SMGroupedAlgorithms.

Returns:
category

setCategory

public void setCategory(ComputationalAgentClass category)
Sets the category value for this SMGroupedAlgorithms.

Parameters:
category -

getList

public SMAlgorithm[] getList()
Gets the list value for this SMGroupedAlgorithms.

Returns:
list

setList

public void setList(SMAlgorithm[] list)
Sets the list value for this SMGroupedAlgorithms.

Parameters:
list -

getList

public SMAlgorithm getList(int i)

setList

public void setList(int i,
                    SMAlgorithm _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 © 2012. All Rights Reserved.