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

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

public class StartTransferMessage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
StartTransferMessage()
           
StartTransferMessage(DestData dest, SourceData source, boolean syncOp)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 DestData getDest()
          Gets the dest value for this StartTransferMessage.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 SourceData getSource()
          Gets the source value for this StartTransferMessage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSyncOp()
          Gets the syncOp value for this StartTransferMessage.
 void setDest(DestData dest)
          Sets the dest value for this StartTransferMessage.
 void setSource(SourceData source)
          Sets the source value for this StartTransferMessage.
 void setSyncOp(boolean syncOp)
          Sets the syncOp value for this StartTransferMessage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartTransferMessage

public StartTransferMessage()

StartTransferMessage

public StartTransferMessage(DestData dest,
                            SourceData source,
                            boolean syncOp)
Method Detail

getSource

public SourceData getSource()
Gets the source value for this StartTransferMessage.

Returns:
source

setSource

public void setSource(SourceData source)
Sets the source value for this StartTransferMessage.

Parameters:
source -

getDest

public DestData getDest()
Gets the dest value for this StartTransferMessage.

Returns:
dest

setDest

public void setDest(DestData dest)
Sets the dest value for this StartTransferMessage.

Parameters:
dest -

isSyncOp

public boolean isSyncOp()
Gets the syncOp value for this StartTransferMessage.

Returns:
syncOp

setSyncOp

public void setSyncOp(boolean syncOp)
Sets the syncOp value for this StartTransferMessage.

Parameters:
syncOp -

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