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

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

public class MonitorTransferReportMessage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MonitorTransferReportMessage()
           
MonitorTransferReportMessage(long bytesTransferred, long totalBytes, int totalTransfers, int transferCompleted, String transferID, String transferStatus)
           
 
Method Summary
 boolean equals(Object obj)
           
 long getBytesTransferred()
          Gets the bytesTransferred value for this MonitorTransferReportMessage.
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
 long getTotalBytes()
          Gets the totalBytes value for this MonitorTransferReportMessage.
 int getTotalTransfers()
          Gets the totalTransfers value for this MonitorTransferReportMessage.
 int getTransferCompleted()
          Gets the transferCompleted value for this MonitorTransferReportMessage.
 String getTransferID()
          Gets the transferID value for this MonitorTransferReportMessage.
 String getTransferStatus()
          Gets the transferStatus value for this MonitorTransferReportMessage.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setBytesTransferred(long bytesTransferred)
          Sets the bytesTransferred value for this MonitorTransferReportMessage.
 void setTotalBytes(long totalBytes)
          Sets the totalBytes value for this MonitorTransferReportMessage.
 void setTotalTransfers(int totalTransfers)
          Sets the totalTransfers value for this MonitorTransferReportMessage.
 void setTransferCompleted(int transferCompleted)
          Sets the transferCompleted value for this MonitorTransferReportMessage.
 void setTransferID(String transferID)
          Sets the transferID value for this MonitorTransferReportMessage.
 void setTransferStatus(String transferStatus)
          Sets the transferStatus value for this MonitorTransferReportMessage.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorTransferReportMessage

public MonitorTransferReportMessage()

MonitorTransferReportMessage

public MonitorTransferReportMessage(long bytesTransferred,
                                    long totalBytes,
                                    int totalTransfers,
                                    int transferCompleted,
                                    String transferID,
                                    String transferStatus)
Method Detail

getTransferID

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

Returns:
transferID

setTransferID

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

Parameters:
transferID -

getTotalTransfers

public int getTotalTransfers()
Gets the totalTransfers value for this MonitorTransferReportMessage.

Returns:
totalTransfers

setTotalTransfers

public void setTotalTransfers(int totalTransfers)
Sets the totalTransfers value for this MonitorTransferReportMessage.

Parameters:
totalTransfers -

getTransferCompleted

public int getTransferCompleted()
Gets the transferCompleted value for this MonitorTransferReportMessage.

Returns:
transferCompleted

setTransferCompleted

public void setTransferCompleted(int transferCompleted)
Sets the transferCompleted value for this MonitorTransferReportMessage.

Parameters:
transferCompleted -

getTotalBytes

public long getTotalBytes()
Gets the totalBytes value for this MonitorTransferReportMessage.

Returns:
totalBytes

setTotalBytes

public void setTotalBytes(long totalBytes)
Sets the totalBytes value for this MonitorTransferReportMessage.

Parameters:
totalBytes -

getBytesTransferred

public long getBytesTransferred()
Gets the bytesTransferred value for this MonitorTransferReportMessage.

Returns:
bytesTransferred

setBytesTransferred

public void setBytesTransferred(long bytesTransferred)
Sets the bytesTransferred value for this MonitorTransferReportMessage.

Parameters:
bytesTransferred -

getTransferStatus

public String getTransferStatus()
Gets the transferStatus value for this MonitorTransferReportMessage.

Returns:
transferStatus

setTransferStatus

public void setTransferStatus(String transferStatus)
Sets the transferStatus value for this MonitorTransferReportMessage.

Parameters:
transferStatus -

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.