org.gcube.application.aquamaps.aquamapsservice.stubs
Class GetBulkUpdatesStatusResponseType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.GetBulkUpdatesStatusResponseType
All Implemented Interfaces:
Serializable

public class GetBulkUpdatesStatusResponseType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetBulkUpdatesStatusResponseType()
           
GetBulkUpdatesStatusResponseType(String rsLocator, BulkStatus status)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getRsLocator()
          Gets the rsLocator value for this GetBulkUpdatesStatusResponseType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 BulkStatus getStatus()
          Gets the status value for this GetBulkUpdatesStatusResponseType.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setRsLocator(String rsLocator)
          Sets the rsLocator value for this GetBulkUpdatesStatusResponseType.
 void setStatus(BulkStatus status)
          Sets the status value for this GetBulkUpdatesStatusResponseType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBulkUpdatesStatusResponseType

public GetBulkUpdatesStatusResponseType()

GetBulkUpdatesStatusResponseType

public GetBulkUpdatesStatusResponseType(String rsLocator,
                                        BulkStatus status)
Method Detail

getRsLocator

public String getRsLocator()
Gets the rsLocator value for this GetBulkUpdatesStatusResponseType.

Returns:
rsLocator

setRsLocator

public void setRsLocator(String rsLocator)
Sets the rsLocator value for this GetBulkUpdatesStatusResponseType.

Parameters:
rsLocator -

getStatus

public BulkStatus getStatus()
Gets the status value for this GetBulkUpdatesStatusResponseType.

Returns:
status

setStatus

public void setStatus(BulkStatus status)
Sets the status value for this GetBulkUpdatesStatusResponseType.

Parameters:
status -

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 © 2014. All Rights Reserved.