Class EntitySearchMetadata

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

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

    • EntitySearchMetadata

      public EntitySearchMetadata()
      Constructor
  • Method Details

    • getEntityName

      public String getEntityName()
      Description copied from interface: IEntitySearchMetadata
      element : entityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getEntityName in interface IEntitySearchMetadata
    • setEntityName

      public void setEntityName(String entityName)
      Specified by:
      setEntityName in interface IEntitySearchMetadata
    • setEntityName

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

      public EntityErrorMetadata getErrorMetadata()
      Description copied from interface: IEntitySearchMetadata
      element : errorMetadata of type {urn:partner.soap.sforce.com}EntityErrorMetadata java type: com.sforce.soap.partner.EntityErrorMetadata
      Specified by:
      getErrorMetadata in interface IEntitySearchMetadata
    • setErrorMetadata

      public void setErrorMetadata(IEntityErrorMetadata errorMetadata)
      Specified by:
      setErrorMetadata in interface IEntitySearchMetadata
    • setErrorMetadata

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

      public FieldLevelSearchMetadata[] getFieldMetadata()
      Description copied from interface: IEntitySearchMetadata
      element : fieldMetadata of type {urn:partner.soap.sforce.com}FieldLevelSearchMetadata java type: com.sforce.soap.partner.FieldLevelSearchMetadata[]
      Specified by:
      getFieldMetadata in interface IEntitySearchMetadata
    • setFieldMetadata

      public void setFieldMetadata(IFieldLevelSearchMetadata[] fieldMetadata)
      Specified by:
      setFieldMetadata in interface IEntitySearchMetadata
    • setFieldMetadata

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

      public EntityIntentQueryMetadata getIntentQueryMetadata()
      Description copied from interface: IEntitySearchMetadata
      element : intentQueryMetadata of type {urn:partner.soap.sforce.com}EntityIntentQueryMetadata java type: com.sforce.soap.partner.EntityIntentQueryMetadata
      Specified by:
      getIntentQueryMetadata in interface IEntitySearchMetadata
    • setIntentQueryMetadata

      public void setIntentQueryMetadata(IEntityIntentQueryMetadata intentQueryMetadata)
      Specified by:
      setIntentQueryMetadata in interface IEntitySearchMetadata
    • setIntentQueryMetadata

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

      public EntitySearchPromotionMetadata getSearchPromotionMetadata()
      Description copied from interface: IEntitySearchMetadata
      element : searchPromotionMetadata of type {urn:partner.soap.sforce.com}EntitySearchPromotionMetadata java type: com.sforce.soap.partner.EntitySearchPromotionMetadata
      Specified by:
      getSearchPromotionMetadata in interface IEntitySearchMetadata
    • setSearchPromotionMetadata

      public void setSearchPromotionMetadata(IEntitySearchPromotionMetadata searchPromotionMetadata)
      Specified by:
      setSearchPromotionMetadata in interface IEntitySearchMetadata
    • setSearchPromotionMetadata

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

      public EntitySpellCorrectionMetadata getSpellCorrectionMetadata()
      Description copied from interface: IEntitySearchMetadata
      element : spellCorrectionMetadata of type {urn:partner.soap.sforce.com}EntitySpellCorrectionMetadata java type: com.sforce.soap.partner.EntitySpellCorrectionMetadata
      Specified by:
      getSpellCorrectionMetadata in interface IEntitySearchMetadata
    • setSpellCorrectionMetadata

      public void setSpellCorrectionMetadata(IEntitySpellCorrectionMetadata spellCorrectionMetadata)
      Specified by:
      setSpellCorrectionMetadata in interface IEntitySearchMetadata
    • setSpellCorrectionMetadata

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