Interface IGetDeleted_element

All Known Implementing Classes:
GetDeleted_element

public interface IGetDeleted_element
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    element : endDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
    element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : startDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
    void
     
    void
    setSObjectType(String sObjectType)
     
    void
     
  • Method Details

    • getSObjectType

      String getSObjectType()
      element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setSObjectType

      void setSObjectType(String sObjectType)
    • getStartDate

      Calendar getStartDate()
      element : startDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
    • setStartDate

      void setStartDate(Calendar startDate)
    • getEndDate

      Calendar getEndDate()
      element : endDate of type {http://www.w3.org/2001/XMLSchema}dateTime java type: java.util.Calendar
    • setEndDate

      void setEndDate(Calendar endDate)