org.gcube.datatransformation.datatransformationservice.stubs
Class ArrayOfContentTypes

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

public class ArrayOfContentTypes
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ArrayOfContentTypes()
           
ArrayOfContentTypes(ContentType[] contentTypesArray)
           
 
Method Summary
 boolean equals(Object obj)
           
 ContentType[] getContentTypesArray()
          Gets the contentTypesArray value for this ArrayOfContentTypes.
 ContentType getContentTypesArray(int i)
           
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 setContentTypesArray(ContentType[] contentTypesArray)
          Sets the contentTypesArray value for this ArrayOfContentTypes.
 void setContentTypesArray(int i, ContentType _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayOfContentTypes

public ArrayOfContentTypes()

ArrayOfContentTypes

public ArrayOfContentTypes(ContentType[] contentTypesArray)
Method Detail

getContentTypesArray

public ContentType[] getContentTypesArray()
Gets the contentTypesArray value for this ArrayOfContentTypes.

Returns:
contentTypesArray

setContentTypesArray

public void setContentTypesArray(ContentType[] contentTypesArray)
Sets the contentTypesArray value for this ArrayOfContentTypes.

Parameters:
contentTypesArray -

getContentTypesArray

public ContentType getContentTypesArray(int i)

setContentTypesArray

public void setContentTypesArray(int i,
                                 ContentType _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.