457 lines
12 KiB
Java
457 lines
12 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 IDescribeSObjectResult {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : actionOverrides of type {urn:partner.soap.sforce.com}ActionOverride
|
||
|
|
* java type: com.sforce.soap.partner.ActionOverride[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.IActionOverride[] getActionOverrides();
|
||
|
|
|
||
|
|
public void setActionOverrides(com.sforce.soap.partner.IActionOverride[] actionOverrides);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : childRelationships of type {urn:partner.soap.sforce.com}ChildRelationship
|
||
|
|
* java type: com.sforce.soap.partner.ChildRelationship[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.IChildRelationship[] getChildRelationships();
|
||
|
|
|
||
|
|
public void setChildRelationships(com.sforce.soap.partner.IChildRelationship[] childRelationships);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : compactLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getCompactLayoutable();
|
||
|
|
|
||
|
|
public boolean isCompactLayoutable();
|
||
|
|
|
||
|
|
public void setCompactLayoutable(boolean compactLayoutable);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : defaultImplementation of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getDefaultImplementation();
|
||
|
|
|
||
|
|
public void setDefaultImplementation(java.lang.String defaultImplementation);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : fields of type {urn:partner.soap.sforce.com}Field
|
||
|
|
* java type: com.sforce.soap.partner.Field[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.IField[] getFields();
|
||
|
|
|
||
|
|
public void setFields(com.sforce.soap.partner.IField[] fields);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : implementedBy of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getImplementedBy();
|
||
|
|
|
||
|
|
public void setImplementedBy(java.lang.String implementedBy);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : implementsInterfaces of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getImplementsInterfaces();
|
||
|
|
|
||
|
|
public void setImplementsInterfaces(java.lang.String implementsInterfaces);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : namedLayoutInfos of type {urn:partner.soap.sforce.com}NamedLayoutInfo
|
||
|
|
* java type: com.sforce.soap.partner.NamedLayoutInfo[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.INamedLayoutInfo[] getNamedLayoutInfos();
|
||
|
|
|
||
|
|
public void setNamedLayoutInfos(com.sforce.soap.partner.INamedLayoutInfo[] namedLayoutInfos);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : networkScopeFieldName of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getNetworkScopeFieldName();
|
||
|
|
|
||
|
|
public void setNetworkScopeFieldName(java.lang.String networkScopeFieldName);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : recordTypeInfos of type {urn:partner.soap.sforce.com}RecordTypeInfo
|
||
|
|
* java type: com.sforce.soap.partner.RecordTypeInfo[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.IRecordTypeInfo[] getRecordTypeInfos();
|
||
|
|
|
||
|
|
public void setRecordTypeInfos(com.sforce.soap.partner.IRecordTypeInfo[] recordTypeInfos);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : searchLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
|
||
|
|
public boolean getSearchLayoutable();
|
||
|
|
|
||
|
|
public boolean isSearchLayoutable();
|
||
|
|
|
||
|
|
public void setSearchLayoutable(boolean searchLayoutable);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : supportedScopes of type {urn:partner.soap.sforce.com}ScopeInfo
|
||
|
|
* java type: com.sforce.soap.partner.ScopeInfo[]
|
||
|
|
*/
|
||
|
|
|
||
|
|
public com.sforce.soap.partner.IScopeInfo[] getSupportedScopes();
|
||
|
|
|
||
|
|
public void setSupportedScopes(com.sforce.soap.partner.IScopeInfo[] supportedScopes);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : urlDetail of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getUrlDetail();
|
||
|
|
|
||
|
|
public void setUrlDetail(java.lang.String urlDetail);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : urlEdit of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getUrlEdit();
|
||
|
|
|
||
|
|
public void setUrlEdit(java.lang.String urlEdit);
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : urlNew of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
|
||
|
|
public java.lang.String getUrlNew();
|
||
|
|
|
||
|
|
public void setUrlNew(java.lang.String urlNew);
|
||
|
|
|
||
|
|
|
||
|
|
}
|