org.gcube.datatransformation.datatransformationservice.stubs
Class FindApplicableTransformationUnits

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

public class FindApplicableTransformationUnits
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FindApplicableTransformationUnits()
           
FindApplicableTransformationUnits(boolean createAndPublishCompositeTP, ContentType sourceContentType, ContentType targetContentType)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 ContentType getSourceContentType()
          Gets the sourceContentType value for this FindApplicableTransformationUnits.
 ContentType getTargetContentType()
          Gets the targetContentType value for this FindApplicableTransformationUnits.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isCreateAndPublishCompositeTP()
          Gets the createAndPublishCompositeTP value for this FindApplicableTransformationUnits.
 void setCreateAndPublishCompositeTP(boolean createAndPublishCompositeTP)
          Sets the createAndPublishCompositeTP value for this FindApplicableTransformationUnits.
 void setSourceContentType(ContentType sourceContentType)
          Sets the sourceContentType value for this FindApplicableTransformationUnits.
 void setTargetContentType(ContentType targetContentType)
          Sets the targetContentType value for this FindApplicableTransformationUnits.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindApplicableTransformationUnits

public FindApplicableTransformationUnits()

FindApplicableTransformationUnits

public FindApplicableTransformationUnits(boolean createAndPublishCompositeTP,
                                         ContentType sourceContentType,
                                         ContentType targetContentType)
Method Detail

getSourceContentType

public ContentType getSourceContentType()
Gets the sourceContentType value for this FindApplicableTransformationUnits.

Returns:
sourceContentType

setSourceContentType

public void setSourceContentType(ContentType sourceContentType)
Sets the sourceContentType value for this FindApplicableTransformationUnits.

Parameters:
sourceContentType -

getTargetContentType

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

Returns:
targetContentType

setTargetContentType

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

Parameters:
targetContentType -

isCreateAndPublishCompositeTP

public boolean isCreateAndPublishCompositeTP()
Gets the createAndPublishCompositeTP value for this FindApplicableTransformationUnits.

Returns:
createAndPublishCompositeTP

setCreateAndPublishCompositeTP

public void setCreateAndPublishCompositeTP(boolean createAndPublishCompositeTP)
Sets the createAndPublishCompositeTP value for this FindApplicableTransformationUnits.

Parameters:
createAndPublishCompositeTP -

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.