Package com.sforce.soap.partner
Class ChildRelationship
- java.lang.Object
-
- com.sforce.soap.partner.ChildRelationship
-
- All Implemented Interfaces:
IChildRelationship,XMLizable
public class ChildRelationship extends Object implements XMLizable, IChildRelationship
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description ChildRelationship()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCascadeDelete()element : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetChildSObject()element : childSObject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetDeprecatedAndHidden()element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanStringgetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]getJunctionIdListNames()element : junctionIdListNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]String[]getJunctionReferenceTo()element : junctionReferenceTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]StringgetRelationshipName()element : relationshipName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleangetRestrictedDelete()element : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisCascadeDelete()booleanisDeprecatedAndHidden()booleanisRestrictedDelete()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetCascadeDelete(boolean cascadeDelete)protected voidsetCascadeDelete(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetChildSObject(XmlInputStream __in, TypeMapper __typeMapper)voidsetChildSObject(String childSObject)voidsetDeprecatedAndHidden(boolean deprecatedAndHidden)protected voidsetDeprecatedAndHidden(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetField(XmlInputStream __in, TypeMapper __typeMapper)voidsetField(String field)protected voidsetJunctionIdListNames(XmlInputStream __in, TypeMapper __typeMapper)voidsetJunctionIdListNames(String[] junctionIdListNames)protected voidsetJunctionReferenceTo(XmlInputStream __in, TypeMapper __typeMapper)voidsetJunctionReferenceTo(String[] junctionReferenceTo)protected voidsetRelationshipName(XmlInputStream __in, TypeMapper __typeMapper)voidsetRelationshipName(String relationshipName)voidsetRestrictedDelete(boolean restrictedDelete)protected voidsetRestrictedDelete(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getCascadeDelete
public boolean getCascadeDelete()
Description copied from interface:IChildRelationshipelement : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getCascadeDeletein interfaceIChildRelationship
-
isCascadeDelete
public boolean isCascadeDelete()
- Specified by:
isCascadeDeletein interfaceIChildRelationship
-
setCascadeDelete
public void setCascadeDelete(boolean cascadeDelete)
- Specified by:
setCascadeDeletein interfaceIChildRelationship
-
setCascadeDelete
protected void setCascadeDelete(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getChildSObject
public String getChildSObject()
Description copied from interface:IChildRelationshipelement : childSObject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getChildSObjectin interfaceIChildRelationship
-
setChildSObject
public void setChildSObject(String childSObject)
- Specified by:
setChildSObjectin interfaceIChildRelationship
-
setChildSObject
protected void setChildSObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeprecatedAndHidden
public boolean getDeprecatedAndHidden()
Description copied from interface:IChildRelationshipelement : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getDeprecatedAndHiddenin interfaceIChildRelationship
-
isDeprecatedAndHidden
public boolean isDeprecatedAndHidden()
- Specified by:
isDeprecatedAndHiddenin interfaceIChildRelationship
-
setDeprecatedAndHidden
public void setDeprecatedAndHidden(boolean deprecatedAndHidden)
- Specified by:
setDeprecatedAndHiddenin interfaceIChildRelationship
-
setDeprecatedAndHidden
protected void setDeprecatedAndHidden(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getField
public String getField()
Description copied from interface:IChildRelationshipelement : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFieldin interfaceIChildRelationship
-
setField
public void setField(String field)
- Specified by:
setFieldin interfaceIChildRelationship
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getJunctionIdListNames
public String[] getJunctionIdListNames()
Description copied from interface:IChildRelationshipelement : junctionIdListNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]- Specified by:
getJunctionIdListNamesin interfaceIChildRelationship
-
setJunctionIdListNames
public void setJunctionIdListNames(String[] junctionIdListNames)
- Specified by:
setJunctionIdListNamesin interfaceIChildRelationship
-
setJunctionIdListNames
protected void setJunctionIdListNames(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getJunctionReferenceTo
public String[] getJunctionReferenceTo()
Description copied from interface:IChildRelationshipelement : junctionReferenceTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]- Specified by:
getJunctionReferenceToin interfaceIChildRelationship
-
setJunctionReferenceTo
public void setJunctionReferenceTo(String[] junctionReferenceTo)
- Specified by:
setJunctionReferenceToin interfaceIChildRelationship
-
setJunctionReferenceTo
protected void setJunctionReferenceTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRelationshipName
public String getRelationshipName()
Description copied from interface:IChildRelationshipelement : relationshipName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getRelationshipNamein interfaceIChildRelationship
-
setRelationshipName
public void setRelationshipName(String relationshipName)
- Specified by:
setRelationshipNamein interfaceIChildRelationship
-
setRelationshipName
protected void setRelationshipName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRestrictedDelete
public boolean getRestrictedDelete()
Description copied from interface:IChildRelationshipelement : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean- Specified by:
getRestrictedDeletein interfaceIChildRelationship
-
isRestrictedDelete
public boolean isRestrictedDelete()
- Specified by:
isRestrictedDeletein interfaceIChildRelationship
-
setRestrictedDelete
public void setRestrictedDelete(boolean restrictedDelete)
- Specified by:
setRestrictedDeletein interfaceIChildRelationship
-
setRestrictedDelete
protected void setRestrictedDelete(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
-