com.sforce.soap.partner
Class GetUpdated

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

public class GetUpdated
extends java.lang.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  javax.xml.datatype.XMLGregorianCalendar endDate
           
protected  java.lang.String sObjectType
           
protected  javax.xml.datatype.XMLGregorianCalendar startDate
           
 
Constructor Summary
GetUpdated()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getEndDate()
          Gets the value of the endDate property.
 java.lang.String getSObjectType()
          Gets the value of the sObjectType property.
 javax.xml.datatype.XMLGregorianCalendar getStartDate()
          Gets the value of the startDate property.
 void setEndDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the endDate property.
 void setSObjectType(java.lang.String value)
          Sets the value of the sObjectType property.
 void setStartDate(javax.xml.datatype.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 java.lang.String sObjectType

startDate

protected javax.xml.datatype.XMLGregorianCalendar startDate

endDate

protected javax.xml.datatype.XMLGregorianCalendar endDate
Constructor Detail

GetUpdated

public GetUpdated()
Method Detail

getSObjectType

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

Returns:
possible object is String

setSObjectType

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

Parameters:
value - allowed object is String

getStartDate

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

Returns:
possible object is XMLGregorianCalendar

setStartDate

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

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

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

Returns:
possible object is XMLGregorianCalendar

setEndDate

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

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2010. All Rights Reserved.