Class EntitySpellCorrectionMetadata

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

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

    • EntitySpellCorrectionMetadata

      public EntitySpellCorrectionMetadata()
      Constructor
  • Method Details

    • getCorrectedQuery

      public String getCorrectedQuery()
      Description copied from interface: IEntitySpellCorrectionMetadata
      element : correctedQuery of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getCorrectedQuery in interface IEntitySpellCorrectionMetadata
    • setCorrectedQuery

      public void setCorrectedQuery(String correctedQuery)
      Specified by:
      setCorrectedQuery in interface IEntitySpellCorrectionMetadata
    • setCorrectedQuery

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

      public boolean getHasNonCorrectedResults()
      Description copied from interface: IEntitySpellCorrectionMetadata
      element : hasNonCorrectedResults of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getHasNonCorrectedResults in interface IEntitySpellCorrectionMetadata
    • isHasNonCorrectedResults

      public boolean isHasNonCorrectedResults()
      Specified by:
      isHasNonCorrectedResults in interface IEntitySpellCorrectionMetadata
    • setHasNonCorrectedResults

      public void setHasNonCorrectedResults(boolean hasNonCorrectedResults)
      Specified by:
      setHasNonCorrectedResults in interface IEntitySpellCorrectionMetadata
    • setHasNonCorrectedResults

      protected void setHasNonCorrectedResults(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