org.gcube.messaging.common.consumer.stubs
Class SendReport

java.lang.Object
  extended by org.gcube.messaging.common.consumer.stubs.SendReport
All Implemented Interfaces:
Serializable

public class SendReport
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SendReport()
           
SendReport(String date, String scope)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDate()
          Gets the date value for this SendReport.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getScope()
          Gets the scope value for this SendReport.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDate(String date)
          Sets the date value for this SendReport.
 void setScope(String scope)
          Sets the scope value for this SendReport.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendReport

public SendReport()

SendReport

public SendReport(String date,
                  String scope)
Method Detail

getDate

public String getDate()
Gets the date value for this SendReport.

Returns:
date

setDate

public void setDate(String date)
Sets the date value for this SendReport.

Parameters:
date -

getScope

public String getScope()
Gets the scope value for this SendReport.

Returns:
scope

setScope

public void setScope(String scope)
Sets the scope value for this SendReport.

Parameters:
scope -

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.