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

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

public class SMTypeParameter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SMTypeParameter()
           
SMTypeParameter(StatisticalServiceType name, StringValues value)
           
 
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
 StringValues getValue()
          Gets the value value for this SMTypeParameter.
 int hashCode()
           
 void setName(StatisticalServiceType name)
          Sets the name value for this SMTypeParameter.
 void setValue(StringValues value)
          Sets the value 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,
                       StringValues value)
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 -

getValue

public StringValues getValue()
Gets the value value for this SMTypeParameter.

Returns:
value

setValue

public void setValue(StringValues value)
Sets the value value for this SMTypeParameter.

Parameters:
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.