public class DescribeGlobalSObjectResult extends Object implements com.sforce.ws.bind.XMLizable, IDescribeGlobalSObjectResult
| Constructor and Description |
|---|
DescribeGlobalSObjectResult()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActivateable()
element : activateable 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
|
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 |
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
|
boolean |
getQueryable()
element : queryable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
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 |
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
|
boolean |
isActivateable() |
boolean |
isCreateable() |
boolean |
isCustom() |
boolean |
isCustomSetting() |
boolean |
isDeletable() |
boolean |
isDeprecatedAndHidden() |
boolean |
isFeedEnabled() |
boolean |
isLayoutable() |
boolean |
isMergeable() |
boolean |
isQueryable() |
boolean |
isReplicateable() |
boolean |
isRetrieveable() |
boolean |
isSearchable() |
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 |
setActivateable(boolean activateable) |
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 |
setKeyPrefix(String keyPrefix) |
void |
setLabel(String label) |
void |
setLabelPlural(String labelPlural) |
void |
setLayoutable(boolean layoutable) |
void |
setMergeable(boolean mergeable) |
void |
setName(String name) |
void |
setQueryable(boolean queryable) |
void |
setReplicateable(boolean replicateable) |
void |
setRetrieveable(boolean retrieveable) |
void |
setSearchable(boolean searchable) |
void |
setTriggerable(boolean triggerable) |
void |
setUndeletable(boolean undeletable) |
void |
setUpdateable(boolean updateable) |
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 boolean getActivateable()
IDescribeGlobalSObjectResultgetActivateable in interface IDescribeGlobalSObjectResultpublic boolean isActivateable()
isActivateable in interface IDescribeGlobalSObjectResultpublic void setActivateable(boolean activateable)
setActivateable in interface IDescribeGlobalSObjectResultpublic boolean getCreateable()
IDescribeGlobalSObjectResultgetCreateable in interface IDescribeGlobalSObjectResultpublic boolean isCreateable()
isCreateable in interface IDescribeGlobalSObjectResultpublic void setCreateable(boolean createable)
setCreateable in interface IDescribeGlobalSObjectResultpublic boolean getCustom()
IDescribeGlobalSObjectResultgetCustom in interface IDescribeGlobalSObjectResultpublic boolean isCustom()
isCustom in interface IDescribeGlobalSObjectResultpublic void setCustom(boolean custom)
setCustom in interface IDescribeGlobalSObjectResultpublic boolean getCustomSetting()
IDescribeGlobalSObjectResultgetCustomSetting in interface IDescribeGlobalSObjectResultpublic boolean isCustomSetting()
isCustomSetting in interface IDescribeGlobalSObjectResultpublic void setCustomSetting(boolean customSetting)
setCustomSetting in interface IDescribeGlobalSObjectResultpublic boolean getDeletable()
IDescribeGlobalSObjectResultgetDeletable in interface IDescribeGlobalSObjectResultpublic boolean isDeletable()
isDeletable in interface IDescribeGlobalSObjectResultpublic void setDeletable(boolean deletable)
setDeletable in interface IDescribeGlobalSObjectResultpublic boolean getDeprecatedAndHidden()
IDescribeGlobalSObjectResultgetDeprecatedAndHidden in interface IDescribeGlobalSObjectResultpublic boolean isDeprecatedAndHidden()
isDeprecatedAndHidden in interface IDescribeGlobalSObjectResultpublic void setDeprecatedAndHidden(boolean deprecatedAndHidden)
setDeprecatedAndHidden in interface IDescribeGlobalSObjectResultpublic boolean getFeedEnabled()
IDescribeGlobalSObjectResultgetFeedEnabled in interface IDescribeGlobalSObjectResultpublic boolean isFeedEnabled()
isFeedEnabled in interface IDescribeGlobalSObjectResultpublic void setFeedEnabled(boolean feedEnabled)
setFeedEnabled in interface IDescribeGlobalSObjectResultpublic String getKeyPrefix()
IDescribeGlobalSObjectResultgetKeyPrefix in interface IDescribeGlobalSObjectResultpublic void setKeyPrefix(String keyPrefix)
setKeyPrefix in interface IDescribeGlobalSObjectResultpublic String getLabel()
IDescribeGlobalSObjectResultgetLabel in interface IDescribeGlobalSObjectResultpublic void setLabel(String label)
setLabel in interface IDescribeGlobalSObjectResultpublic String getLabelPlural()
IDescribeGlobalSObjectResultgetLabelPlural in interface IDescribeGlobalSObjectResultpublic void setLabelPlural(String labelPlural)
setLabelPlural in interface IDescribeGlobalSObjectResultpublic boolean getLayoutable()
IDescribeGlobalSObjectResultgetLayoutable in interface IDescribeGlobalSObjectResultpublic boolean isLayoutable()
isLayoutable in interface IDescribeGlobalSObjectResultpublic void setLayoutable(boolean layoutable)
setLayoutable in interface IDescribeGlobalSObjectResultpublic boolean getMergeable()
IDescribeGlobalSObjectResultgetMergeable in interface IDescribeGlobalSObjectResultpublic boolean isMergeable()
isMergeable in interface IDescribeGlobalSObjectResultpublic void setMergeable(boolean mergeable)
setMergeable in interface IDescribeGlobalSObjectResultpublic String getName()
IDescribeGlobalSObjectResultgetName in interface IDescribeGlobalSObjectResultpublic void setName(String name)
setName in interface IDescribeGlobalSObjectResultpublic boolean getQueryable()
IDescribeGlobalSObjectResultgetQueryable in interface IDescribeGlobalSObjectResultpublic boolean isQueryable()
isQueryable in interface IDescribeGlobalSObjectResultpublic void setQueryable(boolean queryable)
setQueryable in interface IDescribeGlobalSObjectResultpublic boolean getReplicateable()
IDescribeGlobalSObjectResultgetReplicateable in interface IDescribeGlobalSObjectResultpublic boolean isReplicateable()
isReplicateable in interface IDescribeGlobalSObjectResultpublic void setReplicateable(boolean replicateable)
setReplicateable in interface IDescribeGlobalSObjectResultpublic boolean getRetrieveable()
IDescribeGlobalSObjectResultgetRetrieveable in interface IDescribeGlobalSObjectResultpublic boolean isRetrieveable()
isRetrieveable in interface IDescribeGlobalSObjectResultpublic void setRetrieveable(boolean retrieveable)
setRetrieveable in interface IDescribeGlobalSObjectResultpublic boolean getSearchable()
IDescribeGlobalSObjectResultgetSearchable in interface IDescribeGlobalSObjectResultpublic boolean isSearchable()
isSearchable in interface IDescribeGlobalSObjectResultpublic void setSearchable(boolean searchable)
setSearchable in interface IDescribeGlobalSObjectResultpublic boolean getTriggerable()
IDescribeGlobalSObjectResultgetTriggerable in interface IDescribeGlobalSObjectResultpublic boolean isTriggerable()
isTriggerable in interface IDescribeGlobalSObjectResultpublic void setTriggerable(boolean triggerable)
setTriggerable in interface IDescribeGlobalSObjectResultpublic boolean getUndeletable()
IDescribeGlobalSObjectResultgetUndeletable in interface IDescribeGlobalSObjectResultpublic boolean isUndeletable()
isUndeletable in interface IDescribeGlobalSObjectResultpublic void setUndeletable(boolean undeletable)
setUndeletable in interface IDescribeGlobalSObjectResultpublic boolean getUpdateable()
IDescribeGlobalSObjectResultgetUpdateable in interface IDescribeGlobalSObjectResultpublic boolean isUpdateable()
isUpdateable in interface IDescribeGlobalSObjectResultpublic void setUpdateable(boolean updateable)
setUpdateable in interface IDescribeGlobalSObjectResultpublic 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.