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

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

public class ComputationOutput
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ComputationOutput

public ComputationOutput()

ComputationOutput

public ComputationOutput(SMTypeParameter type,
                         String value)
Method Detail

getType

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

Returns:
type

setType

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

Parameters:
type -

getValue

public String getValue()
Gets the value value for this ComputationOutput.

Returns:
value

setValue

public void setValue(String value)
Sets the value value for this ComputationOutput.

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.