public class ChildRelationship extends Object
Java class for ChildRelationship complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChildRelationship">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cascadeDelete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="childSObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deprecatedAndHidden" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="junctionIdListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="junctionReferenceTo" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="relationshipName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="restrictedDelete" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cascadeDelete |
protected String |
childSObject |
protected boolean |
deprecatedAndHidden |
protected String |
field |
protected String |
junctionIdListName |
protected List<String> |
junctionReferenceTo |
protected String |
relationshipName |
protected Boolean |
restrictedDelete |
| Constructor and Description |
|---|
ChildRelationship() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChildSObject()
Gets the value of the childSObject property.
|
String |
getField()
Gets the value of the field property.
|
String |
getJunctionIdListName()
Gets the value of the junctionIdListName property.
|
List<String> |
getJunctionReferenceTo()
Gets the value of the junctionReferenceTo property.
|
String |
getRelationshipName()
Gets the value of the relationshipName property.
|
boolean |
isCascadeDelete()
Gets the value of the cascadeDelete property.
|
boolean |
isDeprecatedAndHidden()
Gets the value of the deprecatedAndHidden property.
|
Boolean |
isRestrictedDelete()
Gets the value of the restrictedDelete property.
|
void |
setCascadeDelete(boolean value)
Sets the value of the cascadeDelete property.
|
void |
setChildSObject(String value)
Sets the value of the childSObject property.
|
void |
setDeprecatedAndHidden(boolean value)
Sets the value of the deprecatedAndHidden property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setJunctionIdListName(String value)
Sets the value of the junctionIdListName property.
|
void |
setRelationshipName(String value)
Sets the value of the relationshipName property.
|
void |
setRestrictedDelete(Boolean value)
Sets the value of the restrictedDelete property.
|
protected boolean cascadeDelete
protected String childSObject
protected boolean deprecatedAndHidden
protected String field
protected String junctionIdListName
protected String relationshipName
protected Boolean restrictedDelete
public boolean isCascadeDelete()
public void setCascadeDelete(boolean value)
public String getChildSObject()
Stringpublic void setChildSObject(String value)
value - allowed object is
Stringpublic boolean isDeprecatedAndHidden()
public void setDeprecatedAndHidden(boolean value)
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic String getJunctionIdListName()
Stringpublic void setJunctionIdListName(String value)
value - allowed object is
Stringpublic List<String> getJunctionReferenceTo()
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 junctionReferenceTo property.
For example, to add a new item, do as follows:
getJunctionReferenceTo().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getRelationshipName()
Stringpublic void setRelationshipName(String value)
value - allowed object is
Stringpublic Boolean isRestrictedDelete()
BooleanCopyright © 2016. All rights reserved.