com.sforce.soap.partner
Class DeletedRecord

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

public class DeletedRecord
extends Object

Java class for DeletedRecord complex type.

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

 <complexType name="DeletedRecord">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="deletedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="id" type="{urn:partner.soap.sforce.com}ID"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XMLGregorianCalendar deletedDate
           
protected  String id
           
 
Constructor Summary
DeletedRecord()
           
 
Method Summary
 XMLGregorianCalendar getDeletedDate()
          Gets the value of the deletedDate property.
 String getId()
          Gets the value of the id property.
 void setDeletedDate(XMLGregorianCalendar value)
          Sets the value of the deletedDate property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deletedDate

protected XMLGregorianCalendar deletedDate

id

protected String id
Constructor Detail

DeletedRecord

public DeletedRecord()
Method Detail

getDeletedDate

public XMLGregorianCalendar getDeletedDate()
Gets the value of the deletedDate property.

Returns:
possible object is XMLGregorianCalendar

setDeletedDate

public void setDeletedDate(XMLGregorianCalendar value)
Sets the value of the deletedDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.