org.gcube.datatransformation.datatransformationservice.stubs
Class ContentType

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

public class ContentType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ContentType()
           
ContentType(String mimeType, Parameter[] parameters)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getMimeType()
          Gets the mimeType value for this ContentType.
 Parameter[] getParameters()
          Gets the parameters value for this ContentType.
 Parameter getParameters(int i)
           
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 setMimeType(String mimeType)
          Sets the mimeType value for this ContentType.
 void setParameters(int i, Parameter _value)
           
 void setParameters(Parameter[] parameters)
          Sets the parameters value for this ContentType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentType

public ContentType()

ContentType

public ContentType(String mimeType,
                   Parameter[] parameters)
Method Detail

getMimeType

public String getMimeType()
Gets the mimeType value for this ContentType.

Returns:
mimeType

setMimeType

public void setMimeType(String mimeType)
Sets the mimeType value for this ContentType.

Parameters:
mimeType -

getParameters

public Parameter[] getParameters()
Gets the parameters value for this ContentType.

Returns:
parameters

setParameters

public void setParameters(Parameter[] parameters)
Sets the parameters value for this ContentType.

Parameters:
parameters -

getParameters

public Parameter getParameters(int i)

setParameters

public void setParameters(int i,
                          Parameter _value)

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.