Class ChildRelationship

java.lang.Object
com.sforce.soap.partner.ChildRelationship
All Implemented Interfaces:
IChildRelationship, com.sforce.ws.bind.XMLizable

public class ChildRelationship extends Object implements com.sforce.ws.bind.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
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    element : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : childSObject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    boolean
    element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : junctionIdListNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.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.String
    boolean
    element : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    boolean
     
    boolean
     
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setCascadeDelete​(boolean cascadeDelete)
     
    protected void
    setCascadeDelete​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setChildSObject​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setChildSObject​(String childSObject)
     
    void
    setDeprecatedAndHidden​(boolean deprecatedAndHidden)
     
    protected void
    setDeprecatedAndHidden​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setField​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setField​(String field)
     
    protected void
    setJunctionIdListNames​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setJunctionIdListNames​(String[] junctionIdListNames)
     
    protected void
    setJunctionReferenceTo​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setJunctionReferenceTo​(String[] junctionReferenceTo)
     
    protected void
    setRelationshipName​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setRelationshipName​(String relationshipName)
     
    void
    setRestrictedDelete​(boolean restrictedDelete)
     
    protected void
    setRestrictedDelete​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ChildRelationship

      public ChildRelationship()
      Constructor
  • Method Details

    • getCascadeDelete

      public boolean getCascadeDelete()
      Description copied from interface: IChildRelationship
      element : cascadeDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getCascadeDelete in interface IChildRelationship
    • isCascadeDelete

      public boolean isCascadeDelete()
      Specified by:
      isCascadeDelete in interface IChildRelationship
    • setCascadeDelete

      public void setCascadeDelete(boolean cascadeDelete)
      Specified by:
      setCascadeDelete in interface IChildRelationship
    • setCascadeDelete

      protected void setCascadeDelete(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getChildSObject

      public String getChildSObject()
      Description copied from interface: IChildRelationship
      element : childSObject of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getChildSObject in interface IChildRelationship
    • setChildSObject

      public void setChildSObject(String childSObject)
      Specified by:
      setChildSObject in interface IChildRelationship
    • setChildSObject

      protected void setChildSObject(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getDeprecatedAndHidden

      public boolean getDeprecatedAndHidden()
      Description copied from interface: IChildRelationship
      element : deprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getDeprecatedAndHidden in interface IChildRelationship
    • isDeprecatedAndHidden

      public boolean isDeprecatedAndHidden()
      Specified by:
      isDeprecatedAndHidden in interface IChildRelationship
    • setDeprecatedAndHidden

      public void setDeprecatedAndHidden(boolean deprecatedAndHidden)
      Specified by:
      setDeprecatedAndHidden in interface IChildRelationship
    • setDeprecatedAndHidden

      protected void setDeprecatedAndHidden(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getField

      public String getField()
      Description copied from interface: IChildRelationship
      element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getField in interface IChildRelationship
    • setField

      public void setField(String field)
      Specified by:
      setField in interface IChildRelationship
    • setField

      protected void setField(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getJunctionIdListNames

      public String[] getJunctionIdListNames()
      Description copied from interface: IChildRelationship
      element : junctionIdListNames of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
      Specified by:
      getJunctionIdListNames in interface IChildRelationship
    • setJunctionIdListNames

      public void setJunctionIdListNames(String[] junctionIdListNames)
      Specified by:
      setJunctionIdListNames in interface IChildRelationship
    • setJunctionIdListNames

      protected void setJunctionIdListNames(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getJunctionReferenceTo

      public String[] getJunctionReferenceTo()
      Description copied from interface: IChildRelationship
      element : junctionReferenceTo of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
      Specified by:
      getJunctionReferenceTo in interface IChildRelationship
    • setJunctionReferenceTo

      public void setJunctionReferenceTo(String[] junctionReferenceTo)
      Specified by:
      setJunctionReferenceTo in interface IChildRelationship
    • setJunctionReferenceTo

      protected void setJunctionReferenceTo(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRelationshipName

      public String getRelationshipName()
      Description copied from interface: IChildRelationship
      element : relationshipName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getRelationshipName in interface IChildRelationship
    • setRelationshipName

      public void setRelationshipName(String relationshipName)
      Specified by:
      setRelationshipName in interface IChildRelationship
    • setRelationshipName

      protected void setRelationshipName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getRestrictedDelete

      public boolean getRestrictedDelete()
      Description copied from interface: IChildRelationship
      element : restrictedDelete of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getRestrictedDelete in interface IChildRelationship
    • isRestrictedDelete

      public boolean isRestrictedDelete()
      Specified by:
      isRestrictedDelete in interface IChildRelationship
    • setRestrictedDelete

      public void setRestrictedDelete(boolean restrictedDelete)
      Specified by:
      setRestrictedDelete in interface IChildRelationship
    • setRestrictedDelete

      protected void setRestrictedDelete(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object