org.gcube.datatransformation.datatransformationservice.stubs
Class TransformDataWithTransformationUnit

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

public class TransformDataWithTransformationUnit
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

TransformDataWithTransformationUnit

public TransformDataWithTransformationUnit()

TransformDataWithTransformationUnit

public TransformDataWithTransformationUnit(String TPID,
                                           boolean createReport,
                                           boolean filterSources,
                                           Input[] inputs,
                                           Output output,
                                           Parameter[] tProgramUnboundParameters,
                                           ContentType targetContentType,
                                           String transformationUnitID)
Method Detail

getInputs

public Input[] getInputs()
Gets the inputs value for this TransformDataWithTransformationUnit.

Returns:
inputs

setInputs

public void setInputs(Input[] inputs)
Sets the inputs value for this TransformDataWithTransformationUnit.

Parameters:
inputs -

getInputs

public Input getInputs(int i)

setInputs

public void setInputs(int i,
                      Input _value)

getTPID

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

Returns:
TPID

setTPID

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

Parameters:
TPID -

getTransformationUnitID

public String getTransformationUnitID()
Gets the transformationUnitID value for this TransformDataWithTransformationUnit.

Returns:
transformationUnitID

setTransformationUnitID

public void setTransformationUnitID(String transformationUnitID)
Sets the transformationUnitID value for this TransformDataWithTransformationUnit.

Parameters:
transformationUnitID -

getTargetContentType

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

Returns:
targetContentType

setTargetContentType

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

Parameters:
targetContentType -

getTProgramUnboundParameters

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

Returns:
tProgramUnboundParameters

setTProgramUnboundParameters

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

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 TransformDataWithTransformationUnit.

Returns:
output

setOutput

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

Parameters:
output -

isFilterSources

public boolean isFilterSources()
Gets the filterSources value for this TransformDataWithTransformationUnit.

Returns:
filterSources

setFilterSources

public void setFilterSources(boolean filterSources)
Sets the filterSources value for this TransformDataWithTransformationUnit.

Parameters:
filterSources -

isCreateReport

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

Returns:
createReport

setCreateReport

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

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