|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.ChildRelationship
public class ChildRelationship
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="relationshipName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
cascadeDelete
|
protected String |
childSObject
|
protected boolean |
deprecatedAndHidden
|
protected String |
field
|
protected String |
relationshipName
|
Constructor Summary | |
---|---|
ChildRelationship()
|
Method Summary | |
---|---|
String |
getChildSObject()
Gets the value of the childSObject property. |
String |
getField()
Gets the value of the field 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. |
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 |
setRelationshipName(String value)
Sets the value of the relationshipName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean cascadeDelete
protected String childSObject
protected boolean deprecatedAndHidden
protected String field
protected String relationshipName
Constructor Detail |
---|
public ChildRelationship()
Method Detail |
---|
public boolean isCascadeDelete()
public void setCascadeDelete(boolean value)
public String getChildSObject()
String
public void setChildSObject(String value)
value
- allowed object is
String
public boolean isDeprecatedAndHidden()
public void setDeprecatedAndHidden(boolean value)
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public String getRelationshipName()
String
public void setRelationshipName(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |