com.sforce.soap.partner
Class GetUpdated

java.lang.Object
  extended by com.sforce.soap.partner.GetUpdated

public class GetUpdated
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sObjectType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar endDate
           
protected  String sObjectType
           
protected  XMLGregorianCalendar startDate
           
 
Constructor Summary
GetUpdated()
           
 
Method Summary
 XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 String getSObjectType()
          Gets the value of the sObjectType property.
 XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 void setEndDate(XMLGregorianCalendar value)
          Sets the value of the endDate property.
 void setSObjectType(String value)
          Sets the value of the sObjectType property.
 void setStartDate(XMLGregorianCalendar value)
          Sets the value of the startDate property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sObjectType

protected String sObjectType

startDate

protected XMLGregorianCalendar startDate

endDate

protected XMLGregorianCalendar endDate
Constructor Detail

GetUpdated

public GetUpdated()
Method Detail

getSObjectType

public String getSObjectType()
Gets the value of the sObjectType property.

Returns:
possible object is String

setSObjectType

public void setSObjectType(String value)
Sets the value of the sObjectType property.

Parameters:
value - allowed object is String

getStartDate

public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is XMLGregorianCalendar

setEndDate

public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2012. All Rights Reserved.