org.gcube.datatransformation.datatransformationservice.stubs
Class Input

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

public class Input
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Input()
           
Input(String inputType, String inputValue, Parameter[] inputparameters)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Parameter[] getInputparameters()
          Gets the inputparameters value for this Input.
 Parameter getInputparameters(int i)
           
 String getInputType()
          Gets the inputType value for this Input.
 String getInputValue()
          Gets the inputValue value for this Input.
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 setInputparameters(int i, Parameter _value)
           
 void setInputparameters(Parameter[] inputparameters)
          Sets the inputparameters value for this Input.
 void setInputType(String inputType)
          Sets the inputType value for this Input.
 void setInputValue(String inputValue)
          Sets the inputValue value for this Input.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Input

public Input()

Input

public Input(String inputType,
             String inputValue,
             Parameter[] inputparameters)
Method Detail

getInputType

public String getInputType()
Gets the inputType value for this Input.

Returns:
inputType

setInputType

public void setInputType(String inputType)
Sets the inputType value for this Input.

Parameters:
inputType -

getInputValue

public String getInputValue()
Gets the inputValue value for this Input.

Returns:
inputValue

setInputValue

public void setInputValue(String inputValue)
Sets the inputValue value for this Input.

Parameters:
inputValue -

getInputparameters

public Parameter[] getInputparameters()
Gets the inputparameters value for this Input.

Returns:
inputparameters

setInputparameters

public void setInputparameters(Parameter[] inputparameters)
Sets the inputparameters value for this Input.

Parameters:
inputparameters -

getInputparameters

public Parameter getInputparameters(int i)

setInputparameters

public void setInputparameters(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.