org.gcube.datatransformation.datatransformationservice.stubs
Class TransformData

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

public class TransformData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TransformData()
           
TransformData(boolean createReport, Input input, Output output, 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 TransformData.
 Output getOutput()
          Gets the output value for this TransformData.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 ContentType getTargetContentType()
          Gets the targetContentType value for this TransformData.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCreateReport()
          Gets the createReport value for this TransformData.
 void setCreateReport(boolean createReport)
          Sets the createReport value for this TransformData.
 void setInput(Input input)
          Sets the input value for this TransformData.
 void setOutput(Output output)
          Sets the output value for this TransformData.
 void setTargetContentType(ContentType targetContentType)
          Sets the targetContentType value for this TransformData.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformData

public TransformData()

TransformData

public TransformData(boolean createReport,
                     Input input,
                     Output output,
                     ContentType targetContentType)
Method Detail

getInput

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

Returns:
input

setInput

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

Parameters:
input -

getTargetContentType

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

Returns:
targetContentType

setTargetContentType

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

Parameters:
targetContentType -

getOutput

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

Returns:
output

setOutput

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

Parameters:
output -

isCreateReport

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

Returns:
createReport

setCreateReport

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

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.