org.gcube.datatransformation.datatransformationservice.stubs
Class Output

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationservice.stubs.Output
All Implemented Interfaces:
Serializable

public class Output
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Output()
           
Output(String outputType, String outputValue, Parameter[] outputparameters)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Parameter[] getOutputparameters()
          Gets the outputparameters value for this Output.
 Parameter getOutputparameters(int i)
           
 String getOutputType()
          Gets the outputType value for this Output.
 String getOutputValue()
          Gets the outputValue value for this Output.
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 setOutputparameters(int i, Parameter _value)
           
 void setOutputparameters(Parameter[] outputparameters)
          Sets the outputparameters value for this Output.
 void setOutputType(String outputType)
          Sets the outputType value for this Output.
 void setOutputValue(String outputValue)
          Sets the outputValue value for this Output.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Output

public Output()

Output

public Output(String outputType,
              String outputValue,
              Parameter[] outputparameters)
Method Detail

getOutputType

public String getOutputType()
Gets the outputType value for this Output.

Returns:
outputType

setOutputType

public void setOutputType(String outputType)
Sets the outputType value for this Output.

Parameters:
outputType -

getOutputValue

public String getOutputValue()
Gets the outputValue value for this Output.

Returns:
outputValue

setOutputValue

public void setOutputValue(String outputValue)
Sets the outputValue value for this Output.

Parameters:
outputValue -

getOutputparameters

public Parameter[] getOutputparameters()
Gets the outputparameters value for this Output.

Returns:
outputparameters

setOutputparameters

public void setOutputparameters(Parameter[] outputparameters)
Sets the outputparameters value for this Output.

Parameters:
outputparameters -

getOutputparameters

public Parameter getOutputparameters(int i)

setOutputparameters

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