org.gcube.datatransformation.datatransformationservice.stubs
Class FindAvailableTargetContentTypesResponse

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

public class FindAvailableTargetContentTypesResponse
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FindAvailableTargetContentTypesResponse()
           
FindAvailableTargetContentTypesResponse(ArrayOfContentTypes targetContentTypes)
           
 
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
 ArrayOfContentTypes getTargetContentTypes()
          Gets the targetContentTypes value for this FindAvailableTargetContentTypesResponse.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setTargetContentTypes(ArrayOfContentTypes targetContentTypes)
          Sets the targetContentTypes value for this FindAvailableTargetContentTypesResponse.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindAvailableTargetContentTypesResponse

public FindAvailableTargetContentTypesResponse()

FindAvailableTargetContentTypesResponse

public FindAvailableTargetContentTypesResponse(ArrayOfContentTypes targetContentTypes)
Method Detail

getTargetContentTypes

public ArrayOfContentTypes getTargetContentTypes()
Gets the targetContentTypes value for this FindAvailableTargetContentTypesResponse.

Returns:
targetContentTypes

setTargetContentTypes

public void setTargetContentTypes(ArrayOfContentTypes targetContentTypes)
Sets the targetContentTypes value for this FindAvailableTargetContentTypesResponse.

Parameters:
targetContentTypes -

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.