|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeGlobalSObjectResult
public class DescribeGlobalSObjectResult
Java class for DescribeGlobalSObjectResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeGlobalSObjectResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="activateable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="createable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="custom" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="customSetting" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="deletable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="deprecatedAndHidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="keyPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="labelPlural" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="layoutable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="mergeable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="queryable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="replicateable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="retrieveable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="searchable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="triggerable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="undeletable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="updateable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
activateable
|
protected boolean |
createable
|
protected boolean |
custom
|
protected boolean |
customSetting
|
protected boolean |
deletable
|
protected boolean |
deprecatedAndHidden
|
protected java.lang.String |
keyPrefix
|
protected java.lang.String |
label
|
protected java.lang.String |
labelPlural
|
protected boolean |
layoutable
|
protected boolean |
mergeable
|
protected java.lang.String |
name
|
protected boolean |
queryable
|
protected boolean |
replicateable
|
protected boolean |
retrieveable
|
protected boolean |
searchable
|
protected boolean |
triggerable
|
protected boolean |
undeletable
|
protected boolean |
updateable
|
Constructor Summary | |
---|---|
DescribeGlobalSObjectResult()
|
Method Summary | |
---|---|
java.lang.String |
getKeyPrefix()
Gets the value of the keyPrefix property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getLabelPlural()
Gets the value of the labelPlural property. |
java.lang.String |
getName()
Gets the value of the name property. |
boolean |
isActivateable()
Gets the value of the activateable property. |
boolean |
isCreateable()
Gets the value of the createable property. |
boolean |
isCustom()
Gets the value of the custom property. |
boolean |
isCustomSetting()
Gets the value of the customSetting property. |
boolean |
isDeletable()
Gets the value of the deletable property. |
boolean |
isDeprecatedAndHidden()
Gets the value of the deprecatedAndHidden property. |
boolean |
isLayoutable()
Gets the value of the layoutable property. |
boolean |
isMergeable()
Gets the value of the mergeable property. |
boolean |
isQueryable()
Gets the value of the queryable property. |
boolean |
isReplicateable()
Gets the value of the replicateable property. |
boolean |
isRetrieveable()
Gets the value of the retrieveable property. |
boolean |
isSearchable()
Gets the value of the searchable property. |
boolean |
isTriggerable()
Gets the value of the triggerable property. |
boolean |
isUndeletable()
Gets the value of the undeletable property. |
boolean |
isUpdateable()
Gets the value of the updateable property. |
void |
setActivateable(boolean value)
Sets the value of the activateable property. |
void |
setCreateable(boolean value)
Sets the value of the createable property. |
void |
setCustom(boolean value)
Sets the value of the custom property. |
void |
setCustomSetting(boolean value)
Sets the value of the customSetting property. |
void |
setDeletable(boolean value)
Sets the value of the deletable property. |
void |
setDeprecatedAndHidden(boolean value)
Sets the value of the deprecatedAndHidden property. |
void |
setKeyPrefix(java.lang.String value)
Sets the value of the keyPrefix property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setLabelPlural(java.lang.String value)
Sets the value of the labelPlural property. |
void |
setLayoutable(boolean value)
Sets the value of the layoutable property. |
void |
setMergeable(boolean value)
Sets the value of the mergeable property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setQueryable(boolean value)
Sets the value of the queryable property. |
void |
setReplicateable(boolean value)
Sets the value of the replicateable property. |
void |
setRetrieveable(boolean value)
Sets the value of the retrieveable property. |
void |
setSearchable(boolean value)
Sets the value of the searchable property. |
void |
setTriggerable(boolean value)
Sets the value of the triggerable property. |
void |
setUndeletable(boolean value)
Sets the value of the undeletable property. |
void |
setUpdateable(boolean value)
Sets the value of the updateable property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean activateable
protected boolean createable
protected boolean custom
protected boolean customSetting
protected boolean deletable
protected boolean deprecatedAndHidden
protected java.lang.String keyPrefix
protected java.lang.String label
protected java.lang.String labelPlural
protected boolean layoutable
protected boolean mergeable
protected java.lang.String name
protected boolean queryable
protected boolean replicateable
protected boolean retrieveable
protected boolean searchable
protected boolean triggerable
protected boolean undeletable
protected boolean updateable
Constructor Detail |
---|
public DescribeGlobalSObjectResult()
Method Detail |
---|
public boolean isActivateable()
public void setActivateable(boolean value)
public boolean isCreateable()
public void setCreateable(boolean value)
public boolean isCustom()
public void setCustom(boolean value)
public boolean isCustomSetting()
public void setCustomSetting(boolean value)
public boolean isDeletable()
public void setDeletable(boolean value)
public boolean isDeprecatedAndHidden()
public void setDeprecatedAndHidden(boolean value)
public java.lang.String getKeyPrefix()
String
public void setKeyPrefix(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLabelPlural()
String
public void setLabelPlural(java.lang.String value)
value
- allowed object is
String
public boolean isLayoutable()
public void setLayoutable(boolean value)
public boolean isMergeable()
public void setMergeable(boolean value)
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public boolean isQueryable()
public void setQueryable(boolean value)
public boolean isReplicateable()
public void setReplicateable(boolean value)
public boolean isRetrieveable()
public void setRetrieveable(boolean value)
public boolean isSearchable()
public void setSearchable(boolean value)
public boolean isTriggerable()
public void setTriggerable(boolean value)
public boolean isUndeletable()
public void setUndeletable(boolean value)
public boolean isUpdateable()
public void setUpdateable(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |