org.gcube.datatransformation.datatransformationservice.stubs
Class DataElementIDandContentType

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

public class DataElementIDandContentType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DataElementIDandContentType()
           
DataElementIDandContentType(ContentType contentType, String dataElementID)
           
 
Method Summary
 boolean equals(Object obj)
           
 ContentType getContentType()
          Gets the contentType value for this DataElementIDandContentType.
 String getDataElementID()
          Gets the dataElementID value for this DataElementIDandContentType.
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setContentType(ContentType contentType)
          Sets the contentType value for this DataElementIDandContentType.
 void setDataElementID(String dataElementID)
          Sets the dataElementID value for this DataElementIDandContentType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataElementIDandContentType

public DataElementIDandContentType()

DataElementIDandContentType

public DataElementIDandContentType(ContentType contentType,
                                   String dataElementID)
Method Detail

getDataElementID

public String getDataElementID()
Gets the dataElementID value for this DataElementIDandContentType.

Returns:
dataElementID

setDataElementID

public void setDataElementID(String dataElementID)
Sets the dataElementID value for this DataElementIDandContentType.

Parameters:
dataElementID -

getContentType

public ContentType getContentType()
Gets the contentType value for this DataElementIDandContentType.

Returns:
contentType

setContentType

public void setContentType(ContentType contentType)
Sets the contentType value for this DataElementIDandContentType.

Parameters:
contentType -

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.