public class SendReport extends Object implements Serializable
| Constructor and Description |
|---|
SendReport() |
SendReport(String date,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getDate()
public void setDate(String date)
date - public String getScope()
public void setScope(String scope)
scope - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.