org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class ParametersList

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.ParametersList
All Implemented Interfaces:
Serializable

public class ParametersList
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ParametersList

public ParametersList()

ParametersList

public ParametersList(String algorithmDescription,
                      SMParameter[] list)
Method Detail

getAlgorithmDescription

public String getAlgorithmDescription()
Gets the algorithmDescription value for this ParametersList.

Returns:
algorithmDescription

setAlgorithmDescription

public void setAlgorithmDescription(String algorithmDescription)
Sets the algorithmDescription value for this ParametersList.

Parameters:
algorithmDescription -

getList

public SMParameter[] getList()
Gets the list value for this ParametersList.

Returns:
list

setList

public void setList(SMParameter[] list)
Sets the list value for this ParametersList.

Parameters:
list -

getList

public SMParameter getList(int i)

setList

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