Class DescribeSearchScopeOrder_element

java.lang.Object
com.sforce.soap.partner.DescribeSearchScopeOrder_element
All Implemented Interfaces:
IDescribeSearchScopeOrder_element, com.sforce.ws.bind.XMLizable

public class DescribeSearchScopeOrder_element extends Object implements com.sforce.ws.bind.XMLizable, IDescribeSearchScopeOrder_element
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Constructor Details

    • DescribeSearchScopeOrder_element

      public DescribeSearchScopeOrder_element()
      Constructor
  • Method Details

    • getIncludeRealTimeEntities

      public boolean getIncludeRealTimeEntities()
      Description copied from interface: IDescribeSearchScopeOrder_element
      element : includeRealTimeEntities of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getIncludeRealTimeEntities in interface IDescribeSearchScopeOrder_element
    • isIncludeRealTimeEntities

      public boolean isIncludeRealTimeEntities()
      Specified by:
      isIncludeRealTimeEntities in interface IDescribeSearchScopeOrder_element
    • setIncludeRealTimeEntities

      public void setIncludeRealTimeEntities(boolean includeRealTimeEntities)
      Specified by:
      setIncludeRealTimeEntities in interface IDescribeSearchScopeOrder_element
    • setIncludeRealTimeEntities

      protected void setIncludeRealTimeEntities(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object