org.gcube.datatransfer.agent.stubs.datatransferagent
Class CancelTransferMessage

java.lang.Object
  extended by org.gcube.datatransfer.agent.stubs.datatransferagent.CancelTransferMessage
All Implemented Interfaces:
Serializable

public class CancelTransferMessage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CancelTransferMessage()
           
CancelTransferMessage(boolean forceStop, String transferID)
           
 
Method Summary
 boolean equals(Object obj)
           
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
 String getTransferID()
          Gets the transferID value for this CancelTransferMessage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isForceStop()
          Gets the forceStop value for this CancelTransferMessage.
 void setForceStop(boolean forceStop)
          Sets the forceStop value for this CancelTransferMessage.
 void setTransferID(String transferID)
          Sets the transferID value for this CancelTransferMessage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelTransferMessage

public CancelTransferMessage()

CancelTransferMessage

public CancelTransferMessage(boolean forceStop,
                             String transferID)
Method Detail

getTransferID

public String getTransferID()
Gets the transferID value for this CancelTransferMessage.

Returns:
transferID

setTransferID

public void setTransferID(String transferID)
Sets the transferID value for this CancelTransferMessage.

Parameters:
transferID -

isForceStop

public boolean isForceStop()
Gets the forceStop value for this CancelTransferMessage.

Returns:
forceStop

setForceStop

public void setForceStop(boolean forceStop)
Sets the forceStop value for this CancelTransferMessage.

Parameters:
forceStop -

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.