com.sforce.soap.partner
Class DescribeSObjectResult

java.lang.Object
  extended by com.sforce.soap.partner.DescribeSObjectResult
All Implemented Interfaces:
XMLizable

public class DescribeSObjectResult
extends Object
implements XMLizable

Generated class, please do not edit.


Constructor Summary
DescribeSObjectResult()
          Constructor
 
Method Summary
 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
protected  void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
           
 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  void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeSObjectResult

public DescribeSObjectResult()
Constructor

Method Detail

getActivateable

public boolean getActivateable()

isActivateable

public boolean isActivateable()

setActivateable

public void setActivateable(boolean activateable)

getChildRelationships

public ChildRelationship[] getChildRelationships()

setChildRelationships

public void setChildRelationships(ChildRelationship[] childRelationships)

getCreateable

public boolean getCreateable()

isCreateable

public boolean isCreateable()

setCreateable

public void setCreateable(boolean createable)

getCustom

public boolean getCustom()

isCustom

public boolean isCustom()

setCustom

public void setCustom(boolean custom)

getCustomSetting

public boolean getCustomSetting()

isCustomSetting

public boolean isCustomSetting()

setCustomSetting

public void setCustomSetting(boolean customSetting)

getDeletable

public boolean getDeletable()

isDeletable

public boolean isDeletable()

setDeletable

public void setDeletable(boolean deletable)

getDeprecatedAndHidden

public boolean getDeprecatedAndHidden()

isDeprecatedAndHidden

public boolean isDeprecatedAndHidden()

setDeprecatedAndHidden

public void setDeprecatedAndHidden(boolean deprecatedAndHidden)

getFeedEnabled

public boolean getFeedEnabled()

isFeedEnabled

public boolean isFeedEnabled()

setFeedEnabled

public void setFeedEnabled(boolean feedEnabled)

getFields

public Field[] getFields()

setFields

public void setFields(Field[] fields)

getKeyPrefix

public String getKeyPrefix()

setKeyPrefix

public void setKeyPrefix(String keyPrefix)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getLabelPlural

public String getLabelPlural()

setLabelPlural

public void setLabelPlural(String labelPlural)

getLayoutable

public boolean getLayoutable()

isLayoutable

public boolean isLayoutable()

setLayoutable

public void setLayoutable(boolean layoutable)

getMergeable

public boolean getMergeable()

isMergeable

public boolean isMergeable()

setMergeable

public void setMergeable(boolean mergeable)

getName

public String getName()

setName

public void setName(String name)

getQueryable

public boolean getQueryable()

isQueryable

public boolean isQueryable()

setQueryable

public void setQueryable(boolean queryable)

getRecordTypeInfos

public RecordTypeInfo[] getRecordTypeInfos()

setRecordTypeInfos

public void setRecordTypeInfos(RecordTypeInfo[] recordTypeInfos)

getReplicateable

public boolean getReplicateable()

isReplicateable

public boolean isReplicateable()

setReplicateable

public void setReplicateable(boolean replicateable)

getRetrieveable

public boolean getRetrieveable()

isRetrieveable

public boolean isRetrieveable()

setRetrieveable

public void setRetrieveable(boolean retrieveable)

getSearchable

public boolean getSearchable()

isSearchable

public boolean isSearchable()

setSearchable

public void setSearchable(boolean searchable)

getTriggerable

public boolean getTriggerable()

isTriggerable

public boolean isTriggerable()

setTriggerable

public void setTriggerable(boolean triggerable)

getUndeletable

public boolean getUndeletable()

isUndeletable

public boolean isUndeletable()

setUndeletable

public void setUndeletable(boolean undeletable)

getUpdateable

public boolean getUpdateable()

isUpdateable

public boolean isUpdateable()

setUpdateable

public void setUpdateable(boolean updateable)

getUrlDetail

public String getUrlDetail()

setUrlDetail

public void setUrlDetail(String urlDetail)

getUrlEdit

public String getUrlEdit()

setUrlEdit

public void setUrlEdit(String urlEdit)

getUrlNew

public String getUrlNew()

setUrlNew

public void setUrlNew(String urlNew)

write

public void write(QName __element,
                  XmlOutputStream __out,
                  TypeMapper __typeMapper)
           throws IOException
Description copied from interface: XMLizable
write this instace as xml.

Specified by:
write in interface XMLizable
Parameters:
__element - xml element name
__out - xml output stream
__typeMapper - type mapper to be used
Throws:
IOException - failed to write xml

writeFields

protected void writeFields(XmlOutputStream __out,
                           TypeMapper __typeMapper)
                    throws IOException
Throws:
IOException

load

public void load(XmlInputStream __in,
                 TypeMapper __typeMapper)
          throws IOException,
                 ConnectionException
Description copied from interface: XMLizable
load the fileds/children from the specified xml stream

Specified by:
load in interface XMLizable
Parameters:
__in - xml input stream from which the data is read
__typeMapper - type mapper to be used
Throws:
IOException - failed to read xml
ConnectionException - failed to read/parser/bind xml

loadFields

protected void loadFields(XmlInputStream __in,
                          TypeMapper __typeMapper)
                   throws IOException,
                          ConnectionException
Throws:
IOException
ConnectionException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.