org.gcube.data.harmonization.occurrence.stubs
Class MergeImportedRequestType

java.lang.Object
  extended by org.gcube.data.harmonization.occurrence.stubs.MergeImportedRequestType
All Implemented Interfaces:
Serializable

public class MergeImportedRequestType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MergeImportedRequestType()
           
MergeImportedRequestType(String author, org.gcube.common.core.types.StringArray toMergeIds)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAuthor()
          Gets the author value for this MergeImportedRequestType.
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
 org.gcube.common.core.types.StringArray getToMergeIds()
          Gets the toMergeIds value for this MergeImportedRequestType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAuthor(String author)
          Sets the author value for this MergeImportedRequestType.
 void setToMergeIds(org.gcube.common.core.types.StringArray toMergeIds)
          Sets the toMergeIds value for this MergeImportedRequestType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeImportedRequestType

public MergeImportedRequestType()

MergeImportedRequestType

public MergeImportedRequestType(String author,
                                org.gcube.common.core.types.StringArray toMergeIds)
Method Detail

getAuthor

public String getAuthor()
Gets the author value for this MergeImportedRequestType.

Returns:
author

setAuthor

public void setAuthor(String author)
Sets the author value for this MergeImportedRequestType.

Parameters:
author -

getToMergeIds

public org.gcube.common.core.types.StringArray getToMergeIds()
Gets the toMergeIds value for this MergeImportedRequestType.

Returns:
toMergeIds

setToMergeIds

public void setToMergeIds(org.gcube.common.core.types.StringArray toMergeIds)
Sets the toMergeIds value for this MergeImportedRequestType.

Parameters:
toMergeIds -

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.