public class DescribeGlobalSObjectResult extends Object implements Serializable
Constructor and Description |
---|
DescribeGlobalSObjectResult() |
DescribeGlobalSObjectResult(boolean activateable,
boolean createable,
boolean custom,
boolean customSetting,
boolean deletable,
boolean deprecatedAndHidden,
boolean feedEnabled,
String keyPrefix,
String label,
String labelPlural,
boolean layoutable,
boolean mergeable,
String name,
boolean queryable,
boolean replicateable,
boolean retrieveable,
boolean searchable,
boolean triggerable,
boolean undeletable,
boolean updateable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getKeyPrefix()
Gets the keyPrefix value for this DescribeGlobalSObjectResult.
|
String |
getLabel()
Gets the label value for this DescribeGlobalSObjectResult.
|
String |
getLabelPlural()
Gets the labelPlural value for this DescribeGlobalSObjectResult.
|
String |
getName()
Gets the name value for this DescribeGlobalSObjectResult.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isActivateable()
Gets the activateable value for this DescribeGlobalSObjectResult.
|
boolean |
isCreateable()
Gets the createable value for this DescribeGlobalSObjectResult.
|
boolean |
isCustom()
Gets the custom value for this DescribeGlobalSObjectResult.
|
boolean |
isCustomSetting()
Gets the customSetting value for this DescribeGlobalSObjectResult.
|
boolean |
isDeletable()
Gets the deletable value for this DescribeGlobalSObjectResult.
|
boolean |
isDeprecatedAndHidden()
Gets the deprecatedAndHidden value for this DescribeGlobalSObjectResult.
|
boolean |
isFeedEnabled()
Gets the feedEnabled value for this DescribeGlobalSObjectResult.
|
boolean |
isLayoutable()
Gets the layoutable value for this DescribeGlobalSObjectResult.
|
boolean |
isMergeable()
Gets the mergeable value for this DescribeGlobalSObjectResult.
|
boolean |
isQueryable()
Gets the queryable value for this DescribeGlobalSObjectResult.
|
boolean |
isReplicateable()
Gets the replicateable value for this DescribeGlobalSObjectResult.
|
boolean |
isRetrieveable()
Gets the retrieveable value for this DescribeGlobalSObjectResult.
|
boolean |
isSearchable()
Gets the searchable value for this DescribeGlobalSObjectResult.
|
boolean |
isTriggerable()
Gets the triggerable value for this DescribeGlobalSObjectResult.
|
boolean |
isUndeletable()
Gets the undeletable value for this DescribeGlobalSObjectResult.
|
boolean |
isUpdateable()
Gets the updateable value for this DescribeGlobalSObjectResult.
|
void |
setActivateable(boolean activateable)
Sets the activateable value for this DescribeGlobalSObjectResult.
|
void |
setCreateable(boolean createable)
Sets the createable value for this DescribeGlobalSObjectResult.
|
void |
setCustom(boolean custom)
Sets the custom value for this DescribeGlobalSObjectResult.
|
void |
setCustomSetting(boolean customSetting)
Sets the customSetting value for this DescribeGlobalSObjectResult.
|
void |
setDeletable(boolean deletable)
Sets the deletable value for this DescribeGlobalSObjectResult.
|
void |
setDeprecatedAndHidden(boolean deprecatedAndHidden)
Sets the deprecatedAndHidden value for this DescribeGlobalSObjectResult.
|
void |
setFeedEnabled(boolean feedEnabled)
Sets the feedEnabled value for this DescribeGlobalSObjectResult.
|
void |
setKeyPrefix(String keyPrefix)
Sets the keyPrefix value for this DescribeGlobalSObjectResult.
|
void |
setLabel(String label)
Sets the label value for this DescribeGlobalSObjectResult.
|
void |
setLabelPlural(String labelPlural)
Sets the labelPlural value for this DescribeGlobalSObjectResult.
|
void |
setLayoutable(boolean layoutable)
Sets the layoutable value for this DescribeGlobalSObjectResult.
|
void |
setMergeable(boolean mergeable)
Sets the mergeable value for this DescribeGlobalSObjectResult.
|
void |
setName(String name)
Sets the name value for this DescribeGlobalSObjectResult.
|
void |
setQueryable(boolean queryable)
Sets the queryable value for this DescribeGlobalSObjectResult.
|
void |
setReplicateable(boolean replicateable)
Sets the replicateable value for this DescribeGlobalSObjectResult.
|
void |
setRetrieveable(boolean retrieveable)
Sets the retrieveable value for this DescribeGlobalSObjectResult.
|
void |
setSearchable(boolean searchable)
Sets the searchable value for this DescribeGlobalSObjectResult.
|
void |
setTriggerable(boolean triggerable)
Sets the triggerable value for this DescribeGlobalSObjectResult.
|
void |
setUndeletable(boolean undeletable)
Sets the undeletable value for this DescribeGlobalSObjectResult.
|
void |
setUpdateable(boolean updateable)
Sets the updateable value for this DescribeGlobalSObjectResult.
|
public DescribeGlobalSObjectResult()
public DescribeGlobalSObjectResult(boolean activateable, boolean createable, boolean custom, boolean customSetting, boolean deletable, boolean deprecatedAndHidden, boolean feedEnabled, String keyPrefix, String label, String labelPlural, boolean layoutable, boolean mergeable, String name, boolean queryable, boolean replicateable, boolean retrieveable, boolean searchable, boolean triggerable, boolean undeletable, boolean updateable)
public boolean isActivateable()
public void setActivateable(boolean activateable)
activateable
- public boolean isCreateable()
public void setCreateable(boolean createable)
createable
- public boolean isCustom()
public void setCustom(boolean custom)
custom
- public boolean isCustomSetting()
public void setCustomSetting(boolean customSetting)
customSetting
- public boolean isDeletable()
public void setDeletable(boolean deletable)
deletable
- public boolean isDeprecatedAndHidden()
public void setDeprecatedAndHidden(boolean deprecatedAndHidden)
deprecatedAndHidden
- public boolean isFeedEnabled()
public void setFeedEnabled(boolean feedEnabled)
feedEnabled
- public String getKeyPrefix()
public void setKeyPrefix(String keyPrefix)
keyPrefix
- public String getLabel()
public void setLabel(String label)
label
- public String getLabelPlural()
public void setLabelPlural(String labelPlural)
labelPlural
- public boolean isLayoutable()
public void setLayoutable(boolean layoutable)
layoutable
- public boolean isMergeable()
public void setMergeable(boolean mergeable)
mergeable
- public String getName()
public void setName(String name)
name
- public boolean isQueryable()
public void setQueryable(boolean queryable)
queryable
- public boolean isReplicateable()
public void setReplicateable(boolean replicateable)
replicateable
- public boolean isRetrieveable()
public void setRetrieveable(boolean retrieveable)
retrieveable
- public boolean isSearchable()
public void setSearchable(boolean searchable)
searchable
- public boolean isTriggerable()
public void setTriggerable(boolean triggerable)
triggerable
- public boolean isUndeletable()
public void setUndeletable(boolean undeletable)
undeletable
- public boolean isUpdateable()
public void setUpdateable(boolean updateable)
updateable
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.