public class DescribeSObjectResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeSObjectResult() |
DescribeSObjectResult(boolean activateable,
ChildRelationship[] childRelationships,
boolean createable,
boolean custom,
boolean customSetting,
boolean deletable,
boolean deprecatedAndHidden,
boolean feedEnabled,
Field[] fields,
String keyPrefix,
String label,
String labelPlural,
boolean layoutable,
boolean mergeable,
String name,
boolean queryable,
RecordTypeInfo[] recordTypeInfos,
boolean replicateable,
boolean retrieveable,
boolean searchable,
Boolean triggerable,
boolean undeletable,
boolean updateable,
String urlDetail,
String urlEdit,
String urlNew) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ChildRelationship[] |
getChildRelationships()
Gets the childRelationships value for this DescribeSObjectResult.
|
ChildRelationship |
getChildRelationships(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Field[] |
getFields()
Gets the fields value for this DescribeSObjectResult.
|
Field |
getFields(int i) |
String |
getKeyPrefix()
Gets the keyPrefix value for this DescribeSObjectResult.
|
String |
getLabel()
Gets the label value for this DescribeSObjectResult.
|
String |
getLabelPlural()
Gets the labelPlural value for this DescribeSObjectResult.
|
String |
getName()
Gets the name value for this DescribeSObjectResult.
|
RecordTypeInfo[] |
getRecordTypeInfos()
Gets the recordTypeInfos value for this DescribeSObjectResult.
|
RecordTypeInfo |
getRecordTypeInfos(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Boolean |
getTriggerable()
Gets the triggerable value for this DescribeSObjectResult.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUrlDetail()
Gets the urlDetail value for this DescribeSObjectResult.
|
String |
getUrlEdit()
Gets the urlEdit value for this DescribeSObjectResult.
|
String |
getUrlNew()
Gets the urlNew value for this DescribeSObjectResult.
|
int |
hashCode() |
boolean |
isActivateable()
Gets the activateable value for this DescribeSObjectResult.
|
boolean |
isCreateable()
Gets the createable value for this DescribeSObjectResult.
|
boolean |
isCustom()
Gets the custom value for this DescribeSObjectResult.
|
boolean |
isCustomSetting()
Gets the customSetting value for this DescribeSObjectResult.
|
boolean |
isDeletable()
Gets the deletable value for this DescribeSObjectResult.
|
boolean |
isDeprecatedAndHidden()
Gets the deprecatedAndHidden value for this DescribeSObjectResult.
|
boolean |
isFeedEnabled()
Gets the feedEnabled value for this DescribeSObjectResult.
|
boolean |
isLayoutable()
Gets the layoutable value for this DescribeSObjectResult.
|
boolean |
isMergeable()
Gets the mergeable value for this DescribeSObjectResult.
|
boolean |
isQueryable()
Gets the queryable value for this DescribeSObjectResult.
|
boolean |
isReplicateable()
Gets the replicateable value for this DescribeSObjectResult.
|
boolean |
isRetrieveable()
Gets the retrieveable value for this DescribeSObjectResult.
|
boolean |
isSearchable()
Gets the searchable value for this DescribeSObjectResult.
|
boolean |
isUndeletable()
Gets the undeletable value for this DescribeSObjectResult.
|
boolean |
isUpdateable()
Gets the updateable value for this DescribeSObjectResult.
|
void |
setActivateable(boolean activateable)
Sets the activateable value for this DescribeSObjectResult.
|
void |
setChildRelationships(ChildRelationship[] childRelationships)
Sets the childRelationships value for this DescribeSObjectResult.
|
void |
setChildRelationships(int i,
ChildRelationship _value) |
void |
setCreateable(boolean createable)
Sets the createable value for this DescribeSObjectResult.
|
void |
setCustom(boolean custom)
Sets the custom value for this DescribeSObjectResult.
|
void |
setCustomSetting(boolean customSetting)
Sets the customSetting value for this DescribeSObjectResult.
|
void |
setDeletable(boolean deletable)
Sets the deletable value for this DescribeSObjectResult.
|
void |
setDeprecatedAndHidden(boolean deprecatedAndHidden)
Sets the deprecatedAndHidden value for this DescribeSObjectResult.
|
void |
setFeedEnabled(boolean feedEnabled)
Sets the feedEnabled value for this DescribeSObjectResult.
|
void |
setFields(Field[] fields)
Sets the fields value for this DescribeSObjectResult.
|
void |
setFields(int i,
Field _value) |
void |
setKeyPrefix(String keyPrefix)
Sets the keyPrefix value for this DescribeSObjectResult.
|
void |
setLabel(String label)
Sets the label value for this DescribeSObjectResult.
|
void |
setLabelPlural(String labelPlural)
Sets the labelPlural value for this DescribeSObjectResult.
|
void |
setLayoutable(boolean layoutable)
Sets the layoutable value for this DescribeSObjectResult.
|
void |
setMergeable(boolean mergeable)
Sets the mergeable value for this DescribeSObjectResult.
|
void |
setName(String name)
Sets the name value for this DescribeSObjectResult.
|
void |
setQueryable(boolean queryable)
Sets the queryable value for this DescribeSObjectResult.
|
void |
setRecordTypeInfos(int i,
RecordTypeInfo _value) |
void |
setRecordTypeInfos(RecordTypeInfo[] recordTypeInfos)
Sets the recordTypeInfos value for this DescribeSObjectResult.
|
void |
setReplicateable(boolean replicateable)
Sets the replicateable value for this DescribeSObjectResult.
|
void |
setRetrieveable(boolean retrieveable)
Sets the retrieveable value for this DescribeSObjectResult.
|
void |
setSearchable(boolean searchable)
Sets the searchable value for this DescribeSObjectResult.
|
void |
setTriggerable(Boolean triggerable)
Sets the triggerable value for this DescribeSObjectResult.
|
void |
setUndeletable(boolean undeletable)
Sets the undeletable value for this DescribeSObjectResult.
|
void |
setUpdateable(boolean updateable)
Sets the updateable value for this DescribeSObjectResult.
|
void |
setUrlDetail(String urlDetail)
Sets the urlDetail value for this DescribeSObjectResult.
|
void |
setUrlEdit(String urlEdit)
Sets the urlEdit value for this DescribeSObjectResult.
|
void |
setUrlNew(String urlNew)
Sets the urlNew value for this DescribeSObjectResult.
|
public DescribeSObjectResult()
public DescribeSObjectResult(boolean activateable,
ChildRelationship[] childRelationships,
boolean createable,
boolean custom,
boolean customSetting,
boolean deletable,
boolean deprecatedAndHidden,
boolean feedEnabled,
Field[] fields,
String keyPrefix,
String label,
String labelPlural,
boolean layoutable,
boolean mergeable,
String name,
boolean queryable,
RecordTypeInfo[] recordTypeInfos,
boolean replicateable,
boolean retrieveable,
boolean searchable,
Boolean triggerable,
boolean undeletable,
boolean updateable,
String urlDetail,
String urlEdit,
String urlNew)
public boolean isActivateable()
public void setActivateable(boolean activateable)
activateable - public ChildRelationship[] getChildRelationships()
public void setChildRelationships(ChildRelationship[] childRelationships)
childRelationships - public ChildRelationship getChildRelationships(int i)
public void setChildRelationships(int i,
ChildRelationship _value)
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 Field[] getFields()
public void setFields(Field[] fields)
fields - public Field getFields(int i)
public void setFields(int i,
Field _value)
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 RecordTypeInfo[] getRecordTypeInfos()
public void setRecordTypeInfos(RecordTypeInfo[] recordTypeInfos)
recordTypeInfos - public RecordTypeInfo getRecordTypeInfos(int i)
public void setRecordTypeInfos(int i,
RecordTypeInfo _value)
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 getTriggerable()
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 String getUrlDetail()
public void setUrlDetail(String urlDetail)
urlDetail - public String getUrlEdit()
public void setUrlEdit(String urlEdit)
urlEdit - public String getUrlNew()
public void setUrlNew(String urlNew)
urlNew - 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.