com.sforce.soap.partner
Class ChildRelationship

java.lang.Object
  extended by com.sforce.soap.partner.ChildRelationship

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="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

cascadeDelete

protected boolean cascadeDelete

childSObject

protected String childSObject

deprecatedAndHidden

protected boolean deprecatedAndHidden

field

protected String field

relationshipName

protected String relationshipName
Constructor Detail

ChildRelationship

public ChildRelationship()
Method Detail

isCascadeDelete

public boolean isCascadeDelete()
Gets the value of the cascadeDelete property.


setCascadeDelete

public void setCascadeDelete(boolean value)
Sets the value of the cascadeDelete property.


getChildSObject

public String getChildSObject()
Gets the value of the childSObject property.

Returns:
possible object is String

setChildSObject

public void setChildSObject(String value)
Sets the value of the childSObject property.

Parameters:
value - allowed object is String

isDeprecatedAndHidden

public boolean isDeprecatedAndHidden()
Gets the value of the deprecatedAndHidden property.


setDeprecatedAndHidden

public void setDeprecatedAndHidden(boolean value)
Sets the value of the deprecatedAndHidden property.


getField

public String getField()
Gets the value of the field property.

Returns:
possible object is String

setField

public void setField(String value)
Sets the value of the field property.

Parameters:
value - allowed object is String

getRelationshipName

public String getRelationshipName()
Gets the value of the relationshipName property.

Returns:
possible object is String

setRelationshipName

public void setRelationshipName(String value)
Sets the value of the relationshipName property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.