public class

DescribeSObjectResult

extends Object
implements XMLizable
java.lang.Object
   ↳ com.sforce.soap.partner.DescribeSObjectResult

Class Overview

Generated class, please do not edit.

Summary

Fields
private boolean activateable
private boolean activateable__is_set
private static final TypeInfo activateable__typeInfo element : activateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private ChildRelationship[] childRelationships
private boolean childRelationships__is_set
private static final TypeInfo childRelationships__typeInfo element : childRelationships of type {urn:partner.soap.sforce.com}ChildRelationship java type: com.sforce.soap.partner.ChildRelationship[]
private boolean createable
private boolean createable__is_set
private static final TypeInfo createable__typeInfo element : createable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean custom
private boolean customSetting
private boolean customSetting__is_set
private static final TypeInfo customSetting__typeInfo element : customSetting of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean custom__is_set
private static final TypeInfo custom__typeInfo element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean deletable
private boolean deletable__is_set
private static final TypeInfo deletable__typeInfo element : deletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean deprecatedAndHidden
private boolean deprecatedAndHidden__is_set
private static final TypeInfo deprecatedAndHidden__typeInfo element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean feedEnabled
private boolean feedEnabled__is_set
private static final TypeInfo feedEnabled__typeInfo element : feedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private Field[] fields
private boolean fields__is_set
private static final TypeInfo fields__typeInfo element : fields of type {urn:partner.soap.sforce.com}Field java type: com.sforce.soap.partner.Field[]
private String keyPrefix
private boolean keyPrefix__is_set
private static final TypeInfo keyPrefix__typeInfo element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String label
private String labelPlural
private boolean labelPlural__is_set
private static final TypeInfo labelPlural__typeInfo element : labelPlural of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private boolean label__is_set
private static final TypeInfo label__typeInfo element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private boolean layoutable
private boolean layoutable__is_set
private static final TypeInfo layoutable__typeInfo element : layoutable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean mergeable
private boolean mergeable__is_set
private static final TypeInfo mergeable__typeInfo element : mergeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String name
private boolean name__is_set
private static final TypeInfo name__typeInfo element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private boolean queryable
private boolean queryable__is_set
private static final TypeInfo queryable__typeInfo element : queryable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private RecordTypeInfo[] recordTypeInfos
private boolean recordTypeInfos__is_set
private static final TypeInfo recordTypeInfos__typeInfo element : recordTypeInfos of type {urn:partner.soap.sforce.com}RecordTypeInfo java type: com.sforce.soap.partner.RecordTypeInfo[]
private boolean replicateable
private boolean replicateable__is_set
private static final TypeInfo replicateable__typeInfo element : replicateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean retrieveable
private boolean retrieveable__is_set
private static final TypeInfo retrieveable__typeInfo element : retrieveable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean searchable
private boolean searchable__is_set
private static final TypeInfo searchable__typeInfo element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean triggerable
private boolean triggerable__is_set
private static final TypeInfo triggerable__typeInfo element : triggerable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean undeletable
private boolean undeletable__is_set
private static final TypeInfo undeletable__typeInfo element : undeletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private boolean updateable
private boolean updateable__is_set
private static final TypeInfo updateable__typeInfo element : updateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String urlDetail
private boolean urlDetail__is_set
private static final TypeInfo urlDetail__typeInfo element : urlDetail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String urlEdit
private boolean urlEdit__is_set
private static final TypeInfo urlEdit__typeInfo element : urlEdit of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String urlNew
private boolean urlNew__is_set
private static final TypeInfo urlNew__typeInfo element : urlNew of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
Public Constructors
DescribeSObjectResult()
Constructor
Public Methods
boolean getActivateable()
ChildRelationship[] getChildRelationships()
boolean getCreateable()
boolean getCustom()
boolean getCustomSetting()
boolean getDeletable()
boolean getDeprecatedAndHidden()
boolean getFeedEnabled()
Field[] getFields()
String getKeyPrefix()
String getLabel()
String getLabelPlural()
boolean getLayoutable()
boolean getMergeable()
String getName()
boolean getQueryable()
RecordTypeInfo[] getRecordTypeInfos()
boolean getReplicateable()
boolean getRetrieveable()
boolean getSearchable()
boolean getTriggerable()
boolean getUndeletable()
boolean getUpdateable()
String getUrlDetail()
String getUrlEdit()
String getUrlNew()
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(XmlInputStream __in, TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
void setActivateable(boolean activateable)
void setChildRelationships(ChildRelationship[] childRelationships)
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(Field[] fields)
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 setRecordTypeInfos(RecordTypeInfo[] recordTypeInfos)
void setReplicateable(boolean replicateable)
void setRetrieveable(boolean retrieveable)
void setSearchable(boolean searchable)
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, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Protected Methods
void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sforce.ws.bind.XMLizable

Fields

private boolean activateable

private boolean activateable__is_set

private static final TypeInfo activateable__typeInfo

element : activateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private ChildRelationship[] childRelationships

private boolean childRelationships__is_set

private static final TypeInfo childRelationships__typeInfo

element : childRelationships of type {urn:partner.soap.sforce.com}ChildRelationship java type: com.sforce.soap.partner.ChildRelationship[]

private boolean createable

private boolean createable__is_set

private static final TypeInfo createable__typeInfo

element : createable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean custom

private boolean customSetting

private boolean customSetting__is_set

private static final TypeInfo customSetting__typeInfo

element : customSetting of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean custom__is_set

private static final TypeInfo custom__typeInfo

element : custom of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean deletable

private boolean deletable__is_set

private static final TypeInfo deletable__typeInfo

element : deletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean deprecatedAndHidden

private boolean deprecatedAndHidden__is_set

private static final TypeInfo deprecatedAndHidden__typeInfo

element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean feedEnabled

private boolean feedEnabled__is_set

private static final TypeInfo feedEnabled__typeInfo

element : feedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private Field[] fields

private boolean fields__is_set

private static final TypeInfo fields__typeInfo

element : fields of type {urn:partner.soap.sforce.com}Field java type: com.sforce.soap.partner.Field[]

private String keyPrefix

private boolean keyPrefix__is_set

private static final TypeInfo keyPrefix__typeInfo

element : keyPrefix of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String label

private String labelPlural

private boolean labelPlural__is_set

private static final TypeInfo labelPlural__typeInfo

element : labelPlural of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private boolean label__is_set

private static final TypeInfo label__typeInfo

element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private boolean layoutable

private boolean layoutable__is_set

private static final TypeInfo layoutable__typeInfo

element : layoutable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean mergeable

private boolean mergeable__is_set

private static final TypeInfo mergeable__typeInfo

element : mergeable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String name

private boolean name__is_set

private static final TypeInfo name__typeInfo

element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private boolean queryable

private boolean queryable__is_set

private static final TypeInfo queryable__typeInfo

element : queryable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private RecordTypeInfo[] recordTypeInfos

private boolean recordTypeInfos__is_set

private static final TypeInfo recordTypeInfos__typeInfo

element : recordTypeInfos of type {urn:partner.soap.sforce.com}RecordTypeInfo java type: com.sforce.soap.partner.RecordTypeInfo[]

private boolean replicateable

private boolean replicateable__is_set

private static final TypeInfo replicateable__typeInfo

element : replicateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean retrieveable

private boolean retrieveable__is_set

private static final TypeInfo retrieveable__typeInfo

element : retrieveable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean searchable

private boolean searchable__is_set

private static final TypeInfo searchable__typeInfo

element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean triggerable

private boolean triggerable__is_set

private static final TypeInfo triggerable__typeInfo

element : triggerable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean undeletable

private boolean undeletable__is_set

private static final TypeInfo undeletable__typeInfo

element : undeletable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private boolean updateable

private boolean updateable__is_set

private static final TypeInfo updateable__typeInfo

element : updateable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String urlDetail

private boolean urlDetail__is_set

private static final TypeInfo urlDetail__typeInfo

element : urlDetail of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String urlEdit

private boolean urlEdit__is_set

private static final TypeInfo urlEdit__typeInfo

element : urlEdit of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String urlNew

private boolean urlNew__is_set

private static final TypeInfo urlNew__typeInfo

element : urlNew of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

Public Constructors

public DescribeSObjectResult ()

Constructor

Public Methods

public boolean getActivateable ()

public ChildRelationship[] getChildRelationships ()

public boolean getCreateable ()

public boolean getCustom ()

public boolean getCustomSetting ()

public boolean getDeletable ()

public boolean getDeprecatedAndHidden ()

public boolean getFeedEnabled ()

public Field[] getFields ()

public String getKeyPrefix ()

public String getLabel ()

public String getLabelPlural ()

public boolean getLayoutable ()

public boolean getMergeable ()

public String getName ()

public boolean getQueryable ()

public RecordTypeInfo[] getRecordTypeInfos ()

public boolean getReplicateable ()

public boolean getRetrieveable ()

public boolean getSearchable ()

public boolean getTriggerable ()

public boolean getUndeletable ()

public boolean getUpdateable ()

public String getUrlDetail ()

public String getUrlEdit ()

public String getUrlNew ()

public boolean isActivateable ()

public boolean isCreateable ()

public boolean isCustom ()

public boolean isCustomSetting ()

public boolean isDeletable ()

public boolean isDeprecatedAndHidden ()

public boolean isFeedEnabled ()

public boolean isLayoutable ()

public boolean isMergeable ()

public boolean isQueryable ()

public boolean isReplicateable ()

public boolean isRetrieveable ()

public boolean isSearchable ()

public boolean isTriggerable ()

public boolean isUndeletable ()

public boolean isUpdateable ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

load the fileds/children from the specified xml stream

Parameters
__in Xml input stream from which the data is read
__typeMapper Type mapper to be used
Throws
ConnectionException
IOException

public void setActivateable (boolean activateable)

Parameters
activateable

public void setChildRelationships (ChildRelationship[] childRelationships)

Parameters
childRelationships

public void setCreateable (boolean createable)

Parameters
createable

public void setCustom (boolean custom)

Parameters
custom

public void setCustomSetting (boolean customSetting)

Parameters
customSetting

public void setDeletable (boolean deletable)

Parameters
deletable

public void setDeprecatedAndHidden (boolean deprecatedAndHidden)

Parameters
deprecatedAndHidden

public void setFeedEnabled (boolean feedEnabled)

Parameters
feedEnabled

public void setFields (Field[] fields)

Parameters
fields

public void setKeyPrefix (String keyPrefix)

Parameters
keyPrefix

public void setLabel (String label)

Parameters
label

public void setLabelPlural (String labelPlural)

Parameters
labelPlural

public void setLayoutable (boolean layoutable)

Parameters
layoutable

public void setMergeable (boolean mergeable)

Parameters
mergeable

public void setName (String name)

Parameters
name

public void setQueryable (boolean queryable)

Parameters
queryable

public void setRecordTypeInfos (RecordTypeInfo[] recordTypeInfos)

Parameters
recordTypeInfos

public void setReplicateable (boolean replicateable)

Parameters
replicateable

public void setRetrieveable (boolean retrieveable)

Parameters
retrieveable

public void setSearchable (boolean searchable)

Parameters
searchable

public void setTriggerable (boolean triggerable)

Parameters
triggerable

public void setUndeletable (boolean undeletable)

Parameters
undeletable

public void setUpdateable (boolean updateable)

Parameters
updateable

public void setUrlDetail (String urlDetail)

Parameters
urlDetail

public void setUrlEdit (String urlEdit)

Parameters
urlEdit

public void setUrlNew (String urlNew)

Parameters
urlNew

public String toString ()

public void write (QName __element, XmlOutputStream __out, TypeMapper __typeMapper)

write this instace as xml.

Parameters
__element Xml element name
__out Xml output stream
__typeMapper Type mapper to be used
Throws
IOException

Protected Methods

protected void loadFields (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

protected void writeFields (XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__out
__typeMapper
Throws
IOException