318 lines
7.7 KiB
Java
318 lines
7.7 KiB
Java
|
|
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 : associateEntityType of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getAssociateEntityType();
|
||
|
|
|
||
|
|
public void setAssociateEntityType(java.lang.String associateEntityType);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : associateParentEntity of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getAssociateParentEntity();
|
||
|
|
|
||
|
|
public void setAssociateParentEntity(java.lang.String associateParentEntity);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : dataTranslationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getDataTranslationEnabled();
|
||
|
|
|
||
|
|
public boolean isDataTranslationEnabled();
|
||
|
|
|
||
|
|
public void setDataTranslationEnabled(boolean dataTranslationEnabled);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : deepCloneable of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getDeepCloneable();
|
||
|
|
|
||
|
|
public boolean isDeepCloneable();
|
||
|
|
|
||
|
|
public void setDeepCloneable(boolean deepCloneable);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : isInterface of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getIsInterface();
|
||
|
|
|
||
|
|
public boolean isIsInterface();
|
||
|
|
|
||
|
|
public void setIsInterface(boolean isInterface);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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);
|
||
|
|
|
||
|
|
|
||
|
|
}
|