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

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

public class SMParameter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMParameter()
           
SMParameter(String defaultValue, String description, String name, SMTypeParameter type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDefaultValue()
          Gets the defaultValue value for this SMParameter.
 String getDescription()
          Gets the description value for this SMParameter.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getName()
          Gets the name value for this SMParameter.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 SMTypeParameter getType()
          Gets the type value for this SMParameter.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDefaultValue(String defaultValue)
          Sets the defaultValue value for this SMParameter.
 void setDescription(String description)
          Sets the description value for this SMParameter.
 void setName(String name)
          Sets the name value for this SMParameter.
 void setType(SMTypeParameter type)
          Sets the type value for this SMParameter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMParameter

public SMParameter()

SMParameter

public SMParameter(String defaultValue,
                   String description,
                   String name,
                   SMTypeParameter type)
Method Detail

getName

public String getName()
Gets the name value for this SMParameter.

Returns:
name

setName

public void setName(String name)
Sets the name value for this SMParameter.

Parameters:
name -

getDefaultValue

public String getDefaultValue()
Gets the defaultValue value for this SMParameter.

Returns:
defaultValue

setDefaultValue

public void setDefaultValue(String defaultValue)
Sets the defaultValue value for this SMParameter.

Parameters:
defaultValue -

getDescription

public String getDescription()
Gets the description value for this SMParameter.

Returns:
description

setDescription

public void setDescription(String description)
Sets the description value for this SMParameter.

Parameters:
description -

getType

public SMTypeParameter getType()
Gets the type value for this SMParameter.

Returns:
type

setType

public void setType(SMTypeParameter type)
Sets the type value for this SMParameter.

Parameters:
type -

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.