org.gcube.datatransformation.datatransformationservice.stubs
Class TransformDataWithTransformationProgram

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

public class TransformDataWithTransformationProgram
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TransformDataWithTransformationProgram()
           
TransformDataWithTransformationProgram(String TPID, boolean createReport, Input input, Output output, Parameter[] tProgramUnboundParameters, ContentType targetContentType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Input getInput()
          Gets the input value for this TransformDataWithTransformationProgram.
 Output getOutput()
          Gets the output value for this TransformDataWithTransformationProgram.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 ContentType getTargetContentType()
          Gets the targetContentType value for this TransformDataWithTransformationProgram.
 String getTPID()
          Gets the TPID value for this TransformDataWithTransformationProgram.
 Parameter[] getTProgramUnboundParameters()
          Gets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.
 Parameter getTProgramUnboundParameters(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCreateReport()
          Gets the createReport value for this TransformDataWithTransformationProgram.
 void setCreateReport(boolean createReport)
          Sets the createReport value for this TransformDataWithTransformationProgram.
 void setInput(Input input)
          Sets the input value for this TransformDataWithTransformationProgram.
 void setOutput(Output output)
          Sets the output value for this TransformDataWithTransformationProgram.
 void setTargetContentType(ContentType targetContentType)
          Sets the targetContentType value for this TransformDataWithTransformationProgram.
 void setTPID(String TPID)
          Sets the TPID value for this TransformDataWithTransformationProgram.
 void setTProgramUnboundParameters(int i, Parameter _value)
           
 void setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
          Sets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformDataWithTransformationProgram

public TransformDataWithTransformationProgram()

TransformDataWithTransformationProgram

public TransformDataWithTransformationProgram(String TPID,
                                              boolean createReport,
                                              Input input,
                                              Output output,
                                              Parameter[] tProgramUnboundParameters,
                                              ContentType targetContentType)
Method Detail

getInput

public Input getInput()
Gets the input value for this TransformDataWithTransformationProgram.

Returns:
input

setInput

public void setInput(Input input)
Sets the input value for this TransformDataWithTransformationProgram.

Parameters:
input -

getTPID

public String getTPID()
Gets the TPID value for this TransformDataWithTransformationProgram.

Returns:
TPID

setTPID

public void setTPID(String TPID)
Sets the TPID value for this TransformDataWithTransformationProgram.

Parameters:
TPID -

getTargetContentType

public ContentType getTargetContentType()
Gets the targetContentType value for this TransformDataWithTransformationProgram.

Returns:
targetContentType

setTargetContentType

public void setTargetContentType(ContentType targetContentType)
Sets the targetContentType value for this TransformDataWithTransformationProgram.

Parameters:
targetContentType -

getTProgramUnboundParameters

public Parameter[] getTProgramUnboundParameters()
Gets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.

Returns:
tProgramUnboundParameters

setTProgramUnboundParameters

public void setTProgramUnboundParameters(Parameter[] tProgramUnboundParameters)
Sets the tProgramUnboundParameters value for this TransformDataWithTransformationProgram.

Parameters:
tProgramUnboundParameters -

getTProgramUnboundParameters

public Parameter getTProgramUnboundParameters(int i)

setTProgramUnboundParameters

public void setTProgramUnboundParameters(int i,
                                         Parameter _value)

getOutput

public Output getOutput()
Gets the output value for this TransformDataWithTransformationProgram.

Returns:
output

setOutput

public void setOutput(Output output)
Sets the output value for this TransformDataWithTransformationProgram.

Parameters:
output -

isCreateReport

public boolean isCreateReport()
Gets the createReport value for this TransformDataWithTransformationProgram.

Returns:
createReport

setCreateReport

public void setCreateReport(boolean createReport)
Sets the createReport value for this TransformDataWithTransformationProgram.

Parameters:
createReport -

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 © 2013. All Rights Reserved.