|
||||||||||
| 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 java.lang.String |
childSObject
|
protected boolean |
deprecatedAndHidden
|
protected java.lang.String |
field
|
protected java.lang.String |
relationshipName
|
| Constructor Summary | |
|---|---|
ChildRelationship()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getChildSObject()
Gets the value of the childSObject property. |
java.lang.String |
getField()
Gets the value of the field property. |
java.lang.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(java.lang.String value)
Sets the value of the childSObject property. |
void |
setDeprecatedAndHidden(boolean value)
Sets the value of the deprecatedAndHidden property. |
void |
setField(java.lang.String value)
Sets the value of the field property. |
void |
setRelationshipName(java.lang.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 java.lang.String childSObject
protected boolean deprecatedAndHidden
protected java.lang.String field
protected java.lang.String relationshipName
| Constructor Detail |
|---|
public ChildRelationship()
| Method Detail |
|---|
public boolean isCascadeDelete()
public void setCascadeDelete(boolean value)
public java.lang.String getChildSObject()
Stringpublic void setChildSObject(java.lang.String value)
value - allowed object is
Stringpublic boolean isDeprecatedAndHidden()
public void setDeprecatedAndHidden(boolean value)
public java.lang.String getField()
Stringpublic void setField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRelationshipName()
Stringpublic void setRelationshipName(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 | |||||||||