public class SendReportParameters extends Object implements Serializable
| Constructor and Description |
|---|
SendReportParameters() |
SendReportParameters(String callbackID,
String report,
String targetScope) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getCallbackID()
public void setCallbackID(String callbackID)
callbackID - public String getReport()
public void setReport(String report)
report - public String getTargetScope()
public void setTargetScope(String targetScope)
targetScope - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All Rights Reserved.