public class DescribeSObjectResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeSObjectResult
| Constructor and Description |
|---|
DescribeSObjectResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ActionOverride[] |
getActionOverrides()
element : actionOverrides of type {urn:partner.soap.sforce.com}ActionOverride
java type: com.sforce.soap.partner.ActionOverride[]
|
boolean |
getActivateable()
element : activateable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
ChildRelationship[] |
getChildRelationships()
element : childRelationships of type {urn:partner.soap.sforce.com}ChildRelationship
java type: com.sforce.soap.partner.ChildRelationship[]
|
boolean |
getCompactLayoutable()
element : compactLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getCreateable()
element : createable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getCustom()
element : custom of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getCustomSetting()
element : customSetting of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getDeletable()
element : deletable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getDeprecatedAndHidden()
element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getFeedEnabled()
element : feedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
Field[] |
getFields()
element : fields of type {urn:partner.soap.sforce.com}Field
java type: com.sforce.soap.partner.Field[]
|
String |
getKeyPrefix()
element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getLabelPlural()
element : labelPlural of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getLayoutable()
element : layoutable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getListviewable()
element : listviewable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getLookupLayoutable()
element : lookupLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getMergeable()
element : mergeable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
NamedLayoutInfo[] |
getNamedLayoutInfos()
element : namedLayoutInfos of type {urn:partner.soap.sforce.com}NamedLayoutInfo
java type: com.sforce.soap.partner.NamedLayoutInfo[]
|
boolean |
getQueryable()
element : queryable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
RecordTypeInfo[] |
getRecordTypeInfos()
element : recordTypeInfos of type {urn:partner.soap.sforce.com}RecordTypeInfo
java type: com.sforce.soap.partner.RecordTypeInfo[]
|
boolean |
getReplicateable()
element : replicateable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getRetrieveable()
element : retrieveable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getSearchable()
element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getSearchLayoutable()
element : searchLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getTriggerable()
element : triggerable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getUndeletable()
element : undeletable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
getUpdateable()
element : updateable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
String |
getUrlDetail()
element : urlDetail of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUrlEdit()
element : urlEdit of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getUrlNew()
element : urlNew of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isActivateable() |
boolean |
isCompactLayoutable() |
boolean |
isCreateable() |
boolean |
isCustom() |
boolean |
isCustomSetting() |
boolean |
isDeletable() |
boolean |
isDeprecatedAndHidden() |
boolean |
isFeedEnabled() |
boolean |
isLayoutable() |
boolean |
isListviewable() |
boolean |
isLookupLayoutable() |
boolean |
isMergeable() |
boolean |
isQueryable() |
boolean |
isReplicateable() |
boolean |
isRetrieveable() |
boolean |
isSearchable() |
boolean |
isSearchLayoutable() |
boolean |
isTriggerable() |
boolean |
isUndeletable() |
boolean |
isUpdateable() |
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setActionOverrides(IActionOverride[] actionOverrides) |
void |
setActivateable(boolean activateable) |
void |
setChildRelationships(IChildRelationship[] childRelationships) |
void |
setCompactLayoutable(boolean compactLayoutable) |
void |
setCreateable(boolean createable) |
void |
setCustom(boolean custom) |
void |
setCustomSetting(boolean customSetting) |
void |
setDeletable(boolean deletable) |
void |
setDeprecatedAndHidden(boolean deprecatedAndHidden) |
void |
setFeedEnabled(boolean feedEnabled) |
void |
setFields(IField[] fields) |
void |
setKeyPrefix(String keyPrefix) |
void |
setLabel(String label) |
void |
setLabelPlural(String labelPlural) |
void |
setLayoutable(boolean layoutable) |
void |
setListviewable(boolean listviewable) |
void |
setLookupLayoutable(boolean lookupLayoutable) |
void |
setMergeable(boolean mergeable) |
void |
setName(String name) |
void |
setNamedLayoutInfos(INamedLayoutInfo[] namedLayoutInfos) |
void |
setQueryable(boolean queryable) |
void |
setRecordTypeInfos(IRecordTypeInfo[] recordTypeInfos) |
void |
setReplicateable(boolean replicateable) |
void |
setRetrieveable(boolean retrieveable) |
void |
setSearchable(boolean searchable) |
void |
setSearchLayoutable(boolean searchLayoutable) |
void |
setTriggerable(boolean triggerable) |
void |
setUndeletable(boolean undeletable) |
void |
setUpdateable(boolean updateable) |
void |
setUrlDetail(String urlDetail) |
void |
setUrlEdit(String urlEdit) |
void |
setUrlNew(String urlNew) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public ActionOverride[] getActionOverrides()
IDescribeSObjectResultgetActionOverrides in interface IDescribeSObjectResultpublic void setActionOverrides(IActionOverride[] actionOverrides)
setActionOverrides in interface IDescribeSObjectResultpublic boolean getActivateable()
IDescribeSObjectResultgetActivateable in interface IDescribeSObjectResultpublic boolean isActivateable()
isActivateable in interface IDescribeSObjectResultpublic void setActivateable(boolean activateable)
setActivateable in interface IDescribeSObjectResultpublic ChildRelationship[] getChildRelationships()
IDescribeSObjectResultgetChildRelationships in interface IDescribeSObjectResultpublic void setChildRelationships(IChildRelationship[] childRelationships)
setChildRelationships in interface IDescribeSObjectResultpublic boolean getCompactLayoutable()
IDescribeSObjectResultgetCompactLayoutable in interface IDescribeSObjectResultpublic boolean isCompactLayoutable()
isCompactLayoutable in interface IDescribeSObjectResultpublic void setCompactLayoutable(boolean compactLayoutable)
setCompactLayoutable in interface IDescribeSObjectResultpublic boolean getCreateable()
IDescribeSObjectResultgetCreateable in interface IDescribeSObjectResultpublic boolean isCreateable()
isCreateable in interface IDescribeSObjectResultpublic void setCreateable(boolean createable)
setCreateable in interface IDescribeSObjectResultpublic boolean getCustom()
IDescribeSObjectResultgetCustom in interface IDescribeSObjectResultpublic boolean isCustom()
isCustom in interface IDescribeSObjectResultpublic void setCustom(boolean custom)
setCustom in interface IDescribeSObjectResultpublic boolean getCustomSetting()
IDescribeSObjectResultgetCustomSetting in interface IDescribeSObjectResultpublic boolean isCustomSetting()
isCustomSetting in interface IDescribeSObjectResultpublic void setCustomSetting(boolean customSetting)
setCustomSetting in interface IDescribeSObjectResultpublic boolean getDeletable()
IDescribeSObjectResultgetDeletable in interface IDescribeSObjectResultpublic boolean isDeletable()
isDeletable in interface IDescribeSObjectResultpublic void setDeletable(boolean deletable)
setDeletable in interface IDescribeSObjectResultpublic boolean getDeprecatedAndHidden()
IDescribeSObjectResultgetDeprecatedAndHidden in interface IDescribeSObjectResultpublic boolean isDeprecatedAndHidden()
isDeprecatedAndHidden in interface IDescribeSObjectResultpublic void setDeprecatedAndHidden(boolean deprecatedAndHidden)
setDeprecatedAndHidden in interface IDescribeSObjectResultpublic boolean getFeedEnabled()
IDescribeSObjectResultgetFeedEnabled in interface IDescribeSObjectResultpublic boolean isFeedEnabled()
isFeedEnabled in interface IDescribeSObjectResultpublic void setFeedEnabled(boolean feedEnabled)
setFeedEnabled in interface IDescribeSObjectResultpublic Field[] getFields()
IDescribeSObjectResultgetFields in interface IDescribeSObjectResultpublic void setFields(IField[] fields)
setFields in interface IDescribeSObjectResultpublic String getKeyPrefix()
IDescribeSObjectResultgetKeyPrefix in interface IDescribeSObjectResultpublic void setKeyPrefix(String keyPrefix)
setKeyPrefix in interface IDescribeSObjectResultpublic String getLabel()
IDescribeSObjectResultgetLabel in interface IDescribeSObjectResultpublic void setLabel(String label)
setLabel in interface IDescribeSObjectResultpublic String getLabelPlural()
IDescribeSObjectResultgetLabelPlural in interface IDescribeSObjectResultpublic void setLabelPlural(String labelPlural)
setLabelPlural in interface IDescribeSObjectResultpublic boolean getLayoutable()
IDescribeSObjectResultgetLayoutable in interface IDescribeSObjectResultpublic boolean isLayoutable()
isLayoutable in interface IDescribeSObjectResultpublic void setLayoutable(boolean layoutable)
setLayoutable in interface IDescribeSObjectResultpublic boolean getListviewable()
IDescribeSObjectResultgetListviewable in interface IDescribeSObjectResultpublic boolean isListviewable()
isListviewable in interface IDescribeSObjectResultpublic void setListviewable(boolean listviewable)
setListviewable in interface IDescribeSObjectResultpublic boolean getLookupLayoutable()
IDescribeSObjectResultgetLookupLayoutable in interface IDescribeSObjectResultpublic boolean isLookupLayoutable()
isLookupLayoutable in interface IDescribeSObjectResultpublic void setLookupLayoutable(boolean lookupLayoutable)
setLookupLayoutable in interface IDescribeSObjectResultpublic boolean getMergeable()
IDescribeSObjectResultgetMergeable in interface IDescribeSObjectResultpublic boolean isMergeable()
isMergeable in interface IDescribeSObjectResultpublic void setMergeable(boolean mergeable)
setMergeable in interface IDescribeSObjectResultpublic String getName()
IDescribeSObjectResultgetName in interface IDescribeSObjectResultpublic void setName(String name)
setName in interface IDescribeSObjectResultpublic NamedLayoutInfo[] getNamedLayoutInfos()
IDescribeSObjectResultgetNamedLayoutInfos in interface IDescribeSObjectResultpublic void setNamedLayoutInfos(INamedLayoutInfo[] namedLayoutInfos)
setNamedLayoutInfos in interface IDescribeSObjectResultpublic boolean getQueryable()
IDescribeSObjectResultgetQueryable in interface IDescribeSObjectResultpublic boolean isQueryable()
isQueryable in interface IDescribeSObjectResultpublic void setQueryable(boolean queryable)
setQueryable in interface IDescribeSObjectResultpublic RecordTypeInfo[] getRecordTypeInfos()
IDescribeSObjectResultgetRecordTypeInfos in interface IDescribeSObjectResultpublic void setRecordTypeInfos(IRecordTypeInfo[] recordTypeInfos)
setRecordTypeInfos in interface IDescribeSObjectResultpublic boolean getReplicateable()
IDescribeSObjectResultgetReplicateable in interface IDescribeSObjectResultpublic boolean isReplicateable()
isReplicateable in interface IDescribeSObjectResultpublic void setReplicateable(boolean replicateable)
setReplicateable in interface IDescribeSObjectResultpublic boolean getRetrieveable()
IDescribeSObjectResultgetRetrieveable in interface IDescribeSObjectResultpublic boolean isRetrieveable()
isRetrieveable in interface IDescribeSObjectResultpublic void setRetrieveable(boolean retrieveable)
setRetrieveable in interface IDescribeSObjectResultpublic boolean getSearchLayoutable()
IDescribeSObjectResultgetSearchLayoutable in interface IDescribeSObjectResultpublic boolean isSearchLayoutable()
isSearchLayoutable in interface IDescribeSObjectResultpublic void setSearchLayoutable(boolean searchLayoutable)
setSearchLayoutable in interface IDescribeSObjectResultpublic boolean getSearchable()
IDescribeSObjectResultgetSearchable in interface IDescribeSObjectResultpublic boolean isSearchable()
isSearchable in interface IDescribeSObjectResultpublic void setSearchable(boolean searchable)
setSearchable in interface IDescribeSObjectResultpublic boolean getTriggerable()
IDescribeSObjectResultgetTriggerable in interface IDescribeSObjectResultpublic boolean isTriggerable()
isTriggerable in interface IDescribeSObjectResultpublic void setTriggerable(boolean triggerable)
setTriggerable in interface IDescribeSObjectResultpublic boolean getUndeletable()
IDescribeSObjectResultgetUndeletable in interface IDescribeSObjectResultpublic boolean isUndeletable()
isUndeletable in interface IDescribeSObjectResultpublic void setUndeletable(boolean undeletable)
setUndeletable in interface IDescribeSObjectResultpublic boolean getUpdateable()
IDescribeSObjectResultgetUpdateable in interface IDescribeSObjectResultpublic boolean isUpdateable()
isUpdateable in interface IDescribeSObjectResultpublic void setUpdateable(boolean updateable)
setUpdateable in interface IDescribeSObjectResultpublic String getUrlDetail()
IDescribeSObjectResultgetUrlDetail in interface IDescribeSObjectResultpublic void setUrlDetail(String urlDetail)
setUrlDetail in interface IDescribeSObjectResultpublic String getUrlEdit()
IDescribeSObjectResultgetUrlEdit in interface IDescribeSObjectResultpublic void setUrlEdit(String urlEdit)
setUrlEdit in interface IDescribeSObjectResultpublic String getUrlNew()
IDescribeSObjectResultgetUrlNew in interface IDescribeSObjectResultpublic void setUrlNew(String urlNew)
setUrlNew in interface IDescribeSObjectResultpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.