|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeSObjectResult
public class DescribeSObjectResult
Java class for DescribeSObjectResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescribeSObjectResult"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="activateable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="childRelationships" type="{urn:partner.soap.sforce.com}ChildRelationship" maxOccurs="unbounded" minOccurs="0"/> <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="fields" type="{urn:partner.soap.sforce.com}Field" maxOccurs="unbounded" minOccurs="0"/> <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="recordTypeInfos" type="{urn:partner.soap.sforce.com}RecordTypeInfo" maxOccurs="unbounded" minOccurs="0"/> <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" minOccurs="0"/> <element name="undeletable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="updateable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="urlDetail" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="urlEdit" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="urlNew" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
activateable
|
protected java.util.List<ChildRelationship> |
childRelationships
|
protected boolean |
createable
|
protected boolean |
custom
|
protected boolean |
customSetting
|
protected boolean |
deletable
|
protected boolean |
deprecatedAndHidden
|
protected java.util.List<Field> |
fields
|
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 java.util.List<RecordTypeInfo> |
recordTypeInfos
|
protected boolean |
replicateable
|
protected boolean |
retrieveable
|
protected boolean |
searchable
|
protected java.lang.Boolean |
triggerable
|
protected boolean |
undeletable
|
protected boolean |
updateable
|
protected java.lang.String |
urlDetail
|
protected java.lang.String |
urlEdit
|
protected java.lang.String |
urlNew
|
Constructor Summary | |
---|---|
DescribeSObjectResult()
|
Method Summary | |
---|---|
java.util.List<ChildRelationship> |
getChildRelationships()
Gets the value of the childRelationships property. |
java.util.List<Field> |
getFields()
Gets the value of the fields property. |
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. |
java.util.List<RecordTypeInfo> |
getRecordTypeInfos()
Gets the value of the recordTypeInfos property. |
java.lang.String |
getUrlDetail()
Gets the value of the urlDetail property. |
java.lang.String |
getUrlEdit()
Gets the value of the urlEdit property. |
java.lang.String |
getUrlNew()
Gets the value of the urlNew 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. |
java.lang.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(java.lang.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. |
void |
setUrlDetail(java.lang.String value)
Sets the value of the urlDetail property. |
void |
setUrlEdit(java.lang.String value)
Sets the value of the urlEdit property. |
void |
setUrlNew(java.lang.String value)
Sets the value of the urlNew 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 java.util.List<ChildRelationship> childRelationships
protected boolean createable
protected boolean custom
protected boolean customSetting
protected boolean deletable
protected boolean deprecatedAndHidden
protected java.util.List<Field> fields
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 java.util.List<RecordTypeInfo> recordTypeInfos
protected boolean replicateable
protected boolean retrieveable
protected boolean searchable
protected java.lang.Boolean triggerable
protected boolean undeletable
protected boolean updateable
protected java.lang.String urlDetail
protected java.lang.String urlEdit
protected java.lang.String urlNew
Constructor Detail |
---|
public DescribeSObjectResult()
Method Detail |
---|
public boolean isActivateable()
public void setActivateable(boolean value)
public java.util.List<ChildRelationship> getChildRelationships()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the childRelationships property.
For example, to add a new item, do as follows:
getChildRelationships().add(newItem);
Objects of the following type(s) are allowed in the list
ChildRelationship
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.util.List<Field> getFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
Field
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 java.util.List<RecordTypeInfo> getRecordTypeInfos()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the recordTypeInfos property.
For example, to add a new item, do as follows:
getRecordTypeInfos().add(newItem);
Objects of the following type(s) are allowed in the list
RecordTypeInfo
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 java.lang.Boolean isTriggerable()
Boolean
public void setTriggerable(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isUndeletable()
public void setUndeletable(boolean value)
public boolean isUpdateable()
public void setUpdateable(boolean value)
public java.lang.String getUrlDetail()
String
public void setUrlDetail(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrlEdit()
String
public void setUrlEdit(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrlNew()
String
public void setUrlNew(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |