public class GetDeleted extends Object implements Serializable
Constructor and Description |
---|
GetDeleted() |
GetDeleted(String sObjectType,
Calendar startDate,
Calendar endDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Calendar |
getEndDate()
Gets the endDate value for this GetDeleted.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getSObjectType()
Gets the sObjectType value for this GetDeleted.
|
Calendar |
getStartDate()
Gets the startDate value for this GetDeleted.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setEndDate(Calendar endDate)
Sets the endDate value for this GetDeleted.
|
void |
setSObjectType(String sObjectType)
Sets the sObjectType value for this GetDeleted.
|
void |
setStartDate(Calendar startDate)
Sets the startDate value for this GetDeleted.
|
public String getSObjectType()
public void setSObjectType(String sObjectType)
sObjectType
- public Calendar getStartDate()
public void setStartDate(Calendar startDate)
startDate
- public Calendar getEndDate()
public void setEndDate(Calendar endDate)
endDate
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.