Package com.sforce.soap.partner
Class ChildRelationship
java.lang.Object
com.sforce.soap.partner.ChildRelationship
- All Implemented Interfaces:
IChildRelationship,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanelement : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : childSObject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetField()element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringString[]element : junctionIdListNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]String[]element : junctionReferenceTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]element : relationshipName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanbooleanbooleanvoidload(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) voidprotected 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) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ChildRelationship
public ChildRelationship()Constructor
-
-
Method Details
-
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
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
- 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
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
- Specified by:
setFieldin interfaceIChildRelationship
-
setField
protected void setField(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setJunctionIdListNamesin interfaceIChildRelationship
-
setJunctionIdListNames
protected void setJunctionIdListNames(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setJunctionReferenceToin interfaceIChildRelationship
-
setJunctionReferenceTo
protected void setJunctionReferenceTo(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- 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
- 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
-
toString
-