All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.soap.partner.IDescribeGlobalSObjectResult Maven / Gradle / Ivy

There is a newer version: 7.4.3.112-ga112
Show newest version
package com.sforce.soap.partner;

/**
 * This is a generated class for the SObject Enterprise API.
 * Do not edit this file, as your changes will be lost.
 */
public interface IDescribeGlobalSObjectResult  {

      /**
       * element : activateable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getActivateable();

      public boolean isActivateable();

      public void setActivateable(boolean activateable);

      /**
       * element : createable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getCreateable();

      public boolean isCreateable();

      public void setCreateable(boolean createable);

      /**
       * element : custom of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getCustom();

      public boolean isCustom();

      public void setCustom(boolean custom);

      /**
       * element : customSetting of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getCustomSetting();

      public boolean isCustomSetting();

      public void setCustomSetting(boolean customSetting);

      /**
       * element : deletable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getDeletable();

      public boolean isDeletable();

      public void setDeletable(boolean deletable);

      /**
       * element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getDeprecatedAndHidden();

      public boolean isDeprecatedAndHidden();

      public void setDeprecatedAndHidden(boolean deprecatedAndHidden);

      /**
       * element : feedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getFeedEnabled();

      public boolean isFeedEnabled();

      public void setFeedEnabled(boolean feedEnabled);

      /**
       * element : hasSubtypes of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getHasSubtypes();

      public boolean isHasSubtypes();

      public void setHasSubtypes(boolean hasSubtypes);

      /**
       * element : idEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getIdEnabled();

      public boolean isIdEnabled();

      public void setIdEnabled(boolean idEnabled);

      /**
       * element : isSubtype of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getIsSubtype();

      public boolean isIsSubtype();

      public void setIsSubtype(boolean isSubtype);

      /**
       * element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getKeyPrefix();

      public void setKeyPrefix(java.lang.String keyPrefix);

      /**
       * element : label of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getLabel();

      public void setLabel(java.lang.String label);

      /**
       * element : labelPlural of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getLabelPlural();

      public void setLabelPlural(java.lang.String labelPlural);

      /**
       * element : layoutable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getLayoutable();

      public boolean isLayoutable();

      public void setLayoutable(boolean layoutable);

      /**
       * element : mergeable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getMergeable();

      public boolean isMergeable();

      public void setMergeable(boolean mergeable);

      /**
       * element : mruEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getMruEnabled();

      public boolean isMruEnabled();

      public void setMruEnabled(boolean mruEnabled);

      /**
       * element : name of type {http://www.w3.org/2001/XMLSchema}string
       * java type: java.lang.String
       */

      public java.lang.String getName();

      public void setName(java.lang.String name);

      /**
       * element : queryable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getQueryable();

      public boolean isQueryable();

      public void setQueryable(boolean queryable);

      /**
       * element : replicateable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getReplicateable();

      public boolean isReplicateable();

      public void setReplicateable(boolean replicateable);

      /**
       * element : retrieveable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getRetrieveable();

      public boolean isRetrieveable();

      public void setRetrieveable(boolean retrieveable);

      /**
       * element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getSearchable();

      public boolean isSearchable();

      public void setSearchable(boolean searchable);

      /**
       * element : triggerable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getTriggerable();

      public boolean isTriggerable();

      public void setTriggerable(boolean triggerable);

      /**
       * element : undeletable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getUndeletable();

      public boolean isUndeletable();

      public void setUndeletable(boolean undeletable);

      /**
       * element : updateable of type {http://www.w3.org/2001/XMLSchema}boolean
       * java type: boolean
       */

      public boolean getUpdateable();

      public boolean isUpdateable();

      public void setUpdateable(boolean updateable);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy