org.gcube.datatransformation.datatransformationservice.stubs
Class ArrayOfDataElementIDandContentType

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

public class ArrayOfDataElementIDandContentType
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

ArrayOfDataElementIDandContentType

public ArrayOfDataElementIDandContentType()

ArrayOfDataElementIDandContentType

public ArrayOfDataElementIDandContentType(DataElementIDandContentType[] dataElementIDAndContentType)
Method Detail

getDataElementIDAndContentType

public DataElementIDandContentType[] getDataElementIDAndContentType()
Gets the dataElementIDAndContentType value for this ArrayOfDataElementIDandContentType.

Returns:
dataElementIDAndContentType

setDataElementIDAndContentType

public void setDataElementIDAndContentType(DataElementIDandContentType[] dataElementIDAndContentType)
Sets the dataElementIDAndContentType value for this ArrayOfDataElementIDandContentType.

Parameters:
dataElementIDAndContentType -

getDataElementIDAndContentType

public DataElementIDandContentType getDataElementIDAndContentType(int i)

setDataElementIDAndContentType

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