org.gcube.vremanagement.resourcemanager.stubs.reporting
Class SendReportParameters

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.stubs.reporting.SendReportParameters
All Implemented Interfaces:
Serializable

public class SendReportParameters
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SendReportParameters()
           
SendReportParameters(String callbackID, String report, String targetScope)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCallbackID()
          Gets the callbackID value for this SendReportParameters.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getReport()
          Gets the report value for this SendReportParameters.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getTargetScope()
          Gets the targetScope value for this SendReportParameters.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCallbackID(String callbackID)
          Sets the callbackID value for this SendReportParameters.
 void setReport(String report)
          Sets the report value for this SendReportParameters.
 void setTargetScope(String targetScope)
          Sets the targetScope value for this SendReportParameters.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendReportParameters

public SendReportParameters()

SendReportParameters

public SendReportParameters(String callbackID,
                            String report,
                            String targetScope)
Method Detail

getCallbackID

public String getCallbackID()
Gets the callbackID value for this SendReportParameters.

Returns:
callbackID

setCallbackID

public void setCallbackID(String callbackID)
Sets the callbackID value for this SendReportParameters.

Parameters:
callbackID -

getReport

public String getReport()
Gets the report value for this SendReportParameters.

Returns:
report

setReport

public void setReport(String report)
Sets the report value for this SendReportParameters.

Parameters:
report -

getTargetScope

public String getTargetScope()
Gets the targetScope value for this SendReportParameters.

Returns:
targetScope

setTargetScope

public void setTargetScope(String targetScope)
Sets the targetScope value for this SendReportParameters.

Parameters:
targetScope -

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.