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

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

public class SMTypeParameter
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

SMTypeParameter

public SMTypeParameter()

SMTypeParameter

public SMTypeParameter(StatisticalServiceType name,
                       String[] values)
Method Detail

getName

public StatisticalServiceType getName()
Gets the name value for this SMTypeParameter.

Returns:
name

setName

public void setName(StatisticalServiceType name)
Sets the name value for this SMTypeParameter.

Parameters:
name -

getValues

public String[] getValues()
Gets the values value for this SMTypeParameter.

Returns:
values

setValues

public void setValues(String[] values)
Sets the values value for this SMTypeParameter.

Parameters:
values -

getValues

public String getValues(int i)

setValues

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