public class RelationshipDomain extends SObject
Java class for RelationshipDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelationshipDomain">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ChildSobject" type="{urn:tooling.soap.sforce.com}EntityDefinition" minOccurs="0"/>
<element name="ChildSobjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurableId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Field" type="{urn:tooling.soap.sforce.com}FieldDefinition" minOccurs="0"/>
<element name="FieldId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IsCascadeDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDeprecatedAndHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsRestrictedDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="JunctionIdListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ParentSobject" type="{urn:tooling.soap.sforce.com}EntityDefinition" minOccurs="0"/>
<element name="ParentSobjectId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelationshipInfo" type="{urn:tooling.soap.sforce.com}RelationshipInfo" minOccurs="0"/>
<element name="RelationshipInfoId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RelationshipName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EntityDefinition |
childSobject |
protected String |
childSobjectId |
protected String |
durableId |
protected FieldDefinition |
field |
protected String |
fieldId |
protected Boolean |
isCascadeDelete |
protected Boolean |
isDeprecatedAndHidden |
protected Boolean |
isRestrictedDelete |
protected String |
junctionIdListName |
protected EntityDefinition |
parentSobject |
protected String |
parentSobjectId |
protected RelationshipInfo |
relationshipInfo |
protected String |
relationshipInfoId |
protected String |
relationshipName |
fieldsToNull, id| Constructor and Description |
|---|
RelationshipDomain() |
| Modifier and Type | Method and Description |
|---|---|
EntityDefinition |
getChildSobject()
Gets the value of the childSobject property.
|
String |
getChildSobjectId()
Gets the value of the childSobjectId property.
|
String |
getDurableId()
Gets the value of the durableId property.
|
FieldDefinition |
getField()
Gets the value of the field property.
|
String |
getFieldId()
Gets the value of the fieldId property.
|
String |
getJunctionIdListName()
Gets the value of the junctionIdListName property.
|
EntityDefinition |
getParentSobject()
Gets the value of the parentSobject property.
|
String |
getParentSobjectId()
Gets the value of the parentSobjectId property.
|
RelationshipInfo |
getRelationshipInfo()
Gets the value of the relationshipInfo property.
|
String |
getRelationshipInfoId()
Gets the value of the relationshipInfoId property.
|
String |
getRelationshipName()
Gets the value of the relationshipName property.
|
Boolean |
isIsCascadeDelete()
Gets the value of the isCascadeDelete property.
|
Boolean |
isIsDeprecatedAndHidden()
Gets the value of the isDeprecatedAndHidden property.
|
Boolean |
isIsRestrictedDelete()
Gets the value of the isRestrictedDelete property.
|
void |
setChildSobject(EntityDefinition value)
Sets the value of the childSobject property.
|
void |
setChildSobjectId(String value)
Sets the value of the childSobjectId property.
|
void |
setDurableId(String value)
Sets the value of the durableId property.
|
void |
setField(FieldDefinition value)
Sets the value of the field property.
|
void |
setFieldId(String value)
Sets the value of the fieldId property.
|
void |
setIsCascadeDelete(Boolean value)
Sets the value of the isCascadeDelete property.
|
void |
setIsDeprecatedAndHidden(Boolean value)
Sets the value of the isDeprecatedAndHidden property.
|
void |
setIsRestrictedDelete(Boolean value)
Sets the value of the isRestrictedDelete property.
|
void |
setJunctionIdListName(String value)
Sets the value of the junctionIdListName property.
|
void |
setParentSobject(EntityDefinition value)
Sets the value of the parentSobject property.
|
void |
setParentSobjectId(String value)
Sets the value of the parentSobjectId property.
|
void |
setRelationshipInfo(RelationshipInfo value)
Sets the value of the relationshipInfo property.
|
void |
setRelationshipInfoId(String value)
Sets the value of the relationshipInfoId property.
|
void |
setRelationshipName(String value)
Sets the value of the relationshipName property.
|
getFieldsToNull, getId, setIdprotected EntityDefinition childSobject
protected String childSobjectId
protected String durableId
protected FieldDefinition field
protected String fieldId
protected Boolean isCascadeDelete
protected Boolean isDeprecatedAndHidden
protected Boolean isRestrictedDelete
protected String junctionIdListName
protected EntityDefinition parentSobject
protected String parentSobjectId
protected RelationshipInfo relationshipInfo
protected String relationshipInfoId
protected String relationshipName
public EntityDefinition getChildSobject()
EntityDefinitionpublic void setChildSobject(EntityDefinition value)
value - allowed object is
EntityDefinitionpublic String getChildSobjectId()
Stringpublic void setChildSobjectId(String value)
value - allowed object is
Stringpublic String getDurableId()
Stringpublic void setDurableId(String value)
value - allowed object is
Stringpublic FieldDefinition getField()
FieldDefinitionpublic void setField(FieldDefinition value)
value - allowed object is
FieldDefinitionpublic String getFieldId()
Stringpublic void setFieldId(String value)
value - allowed object is
Stringpublic Boolean isIsCascadeDelete()
Booleanpublic void setIsCascadeDelete(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsDeprecatedAndHidden()
Booleanpublic void setIsDeprecatedAndHidden(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsRestrictedDelete()
Booleanpublic void setIsRestrictedDelete(Boolean value)
value - allowed object is
Booleanpublic String getJunctionIdListName()
Stringpublic void setJunctionIdListName(String value)
value - allowed object is
Stringpublic EntityDefinition getParentSobject()
EntityDefinitionpublic void setParentSobject(EntityDefinition value)
value - allowed object is
EntityDefinitionpublic String getParentSobjectId()
Stringpublic void setParentSobjectId(String value)
value - allowed object is
Stringpublic RelationshipInfo getRelationshipInfo()
RelationshipInfopublic void setRelationshipInfo(RelationshipInfo value)
value - allowed object is
RelationshipInfopublic String getRelationshipInfoId()
Stringpublic void setRelationshipInfoId(String value)
value - allowed object is
Stringpublic String getRelationshipName()
StringCopyright © 2016. All rights reserved.