All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.soap.tooling.sobject.ApexExecutionOverlayResult Maven / Gradle / Ivy

package com.sforce.soap.tooling.sobject;

/**
 * This is a generated class for the SObject Enterprise API.
 * Do not edit this file, as your changes will be lost.
 */
public class ApexExecutionOverlayResult extends com.sforce.soap.tooling.sobject.SObject {

    /**
     * Constructor
     */
    public ApexExecutionOverlayResult() {}

    /* Cache the typeInfo instead of declaring static fields throughout*/
    private transient java.util.Map typeInfoCache = new java.util.HashMap();
    private com.sforce.ws.bind.TypeInfo _lookupTypeInfo(String fieldName, String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm) {
      com.sforce.ws.bind.TypeInfo typeInfo = typeInfoCache.get(fieldName);
      if (typeInfo == null) {
        typeInfo = new com.sforce.ws.bind.TypeInfo(namespace, name, typeNS, type, minOcc, maxOcc, elementForm);
        typeInfoCache.put(fieldName, typeInfo);
      }
      return typeInfo;
    }

    /**
     * element : ActionScript of type {http://www.w3.org/2001/XMLSchema}string
     * java type: java.lang.String
     */
    private boolean ActionScript__is_set = false;

    private java.lang.String ActionScript;

    public java.lang.String getActionScript() {
      return ActionScript;
    }

    public void setActionScript(java.lang.String ActionScript) {
      this.ActionScript = ActionScript;
      ActionScript__is_set = true;
    }

    protected void setActionScript(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("ActionScript", "urn:sobject.tooling.soap.sforce.com","ActionScript","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
        setActionScript(__typeMapper.readString(__in, _lookupTypeInfo("ActionScript", "urn:sobject.tooling.soap.sforce.com","ActionScript","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldActionScript(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("ActionScript", "urn:sobject.tooling.soap.sforce.com","ActionScript","http://www.w3.org/2001/XMLSchema","string",0,1,true), ActionScript, ActionScript__is_set);
    }

    /**
     * element : ActionScriptType of type {http://www.w3.org/2001/XMLSchema}string
     * java type: java.lang.String
     */
    private boolean ActionScriptType__is_set = false;

    private java.lang.String ActionScriptType;

    public java.lang.String getActionScriptType() {
      return ActionScriptType;
    }

    public void setActionScriptType(java.lang.String ActionScriptType) {
      this.ActionScriptType = ActionScriptType;
      ActionScriptType__is_set = true;
    }

    protected void setActionScriptType(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("ActionScriptType", "urn:sobject.tooling.soap.sforce.com","ActionScriptType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
        setActionScriptType(__typeMapper.readString(__in, _lookupTypeInfo("ActionScriptType", "urn:sobject.tooling.soap.sforce.com","ActionScriptType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldActionScriptType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("ActionScriptType", "urn:sobject.tooling.soap.sforce.com","ActionScriptType","http://www.w3.org/2001/XMLSchema","string",0,1,true), ActionScriptType, ActionScriptType__is_set);
    }

    /**
     * element : ApexResult of type {urn:tooling.soap.sforce.com}ApexResult
     * java type: com.sforce.soap.tooling.ApexResult
     */
    private boolean ApexResult__is_set = false;

    private com.sforce.soap.tooling.ApexResult ApexResult;

    public com.sforce.soap.tooling.ApexResult getApexResult() {
      return ApexResult;
    }

    public void setApexResult(com.sforce.soap.tooling.ApexResult ApexResult) {
      this.ApexResult = ApexResult;
      ApexResult__is_set = true;
    }

    protected void setApexResult(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("ApexResult", "urn:sobject.tooling.soap.sforce.com","ApexResult","urn:tooling.soap.sforce.com","ApexResult",0,1,true))) {
        setApexResult((com.sforce.soap.tooling.ApexResult)__typeMapper.readObject(__in, _lookupTypeInfo("ApexResult", "urn:sobject.tooling.soap.sforce.com","ApexResult","urn:tooling.soap.sforce.com","ApexResult",0,1,true), com.sforce.soap.tooling.ApexResult.class));
      }
    }

    private void writeFieldApexResult(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("ApexResult", "urn:sobject.tooling.soap.sforce.com","ApexResult","urn:tooling.soap.sforce.com","ApexResult",0,1,true), ApexResult, ApexResult__is_set);
    }

    /**
     * element : ClassName of type {http://www.w3.org/2001/XMLSchema}string
     * java type: java.lang.String
     */
    private boolean ClassName__is_set = false;

    private java.lang.String ClassName;

    public java.lang.String getClassName() {
      return ClassName;
    }

    public void setClassName(java.lang.String ClassName) {
      this.ClassName = ClassName;
      ClassName__is_set = true;
    }

    protected void setClassName(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("ClassName", "urn:sobject.tooling.soap.sforce.com","ClassName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
        setClassName(__typeMapper.readString(__in, _lookupTypeInfo("ClassName", "urn:sobject.tooling.soap.sforce.com","ClassName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldClassName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("ClassName", "urn:sobject.tooling.soap.sforce.com","ClassName","http://www.w3.org/2001/XMLSchema","string",0,1,true), ClassName, ClassName__is_set);
    }

    /**
     * element : CreatedBy of type {urn:sobject.tooling.soap.sforce.com}User
     * java type: com.sforce.soap.tooling.sobject.User
     */
    private boolean CreatedBy__is_set = false;

    private com.sforce.soap.tooling.sobject.User CreatedBy;

    public com.sforce.soap.tooling.sobject.User getCreatedBy() {
      return CreatedBy;
    }

    public void setCreatedBy(com.sforce.soap.tooling.sobject.User CreatedBy) {
      this.CreatedBy = CreatedBy;
      CreatedBy__is_set = true;
    }

    protected void setCreatedBy(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
        setCreatedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
      }
    }

    private void writeFieldCreatedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), CreatedBy, CreatedBy__is_set);
    }

    /**
     * element : CreatedById of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private boolean CreatedById__is_set = false;

    private java.lang.String CreatedById;

    public java.lang.String getCreatedById() {
      return CreatedById;
    }

    public void setCreatedById(java.lang.String CreatedById) {
      this.CreatedById = CreatedById;
      CreatedById__is_set = true;
    }

    protected void setCreatedById(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
        setCreatedById(__typeMapper.readString(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldCreatedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), CreatedById, CreatedById__is_set);
    }

    /**
     * element : CreatedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private boolean CreatedDate__is_set = false;

    private java.util.Calendar CreatedDate;

    public java.util.Calendar getCreatedDate() {
      return CreatedDate;
    }

    public void setCreatedDate(java.util.Calendar CreatedDate) {
      this.CreatedDate = CreatedDate;
      CreatedDate__is_set = true;
    }

    protected void setCreatedDate(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
        setCreatedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
      }
    }

    private void writeFieldCreatedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), CreatedDate, CreatedDate__is_set);
    }

    /**
     * element : ExpirationDate of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private boolean ExpirationDate__is_set = false;

    private java.util.Calendar ExpirationDate;

    public java.util.Calendar getExpirationDate() {
      return ExpirationDate;
    }

    public void setExpirationDate(java.util.Calendar ExpirationDate) {
      this.ExpirationDate = ExpirationDate;
      ExpirationDate__is_set = true;
    }

    protected void setExpirationDate(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("ExpirationDate", "urn:sobject.tooling.soap.sforce.com","ExpirationDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
        setExpirationDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("ExpirationDate", "urn:sobject.tooling.soap.sforce.com","ExpirationDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
      }
    }

    private void writeFieldExpirationDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("ExpirationDate", "urn:sobject.tooling.soap.sforce.com","ExpirationDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), ExpirationDate, ExpirationDate__is_set);
    }

    /**
     * element : HeapDump of type {urn:tooling.soap.sforce.com}HeapDump
     * java type: com.sforce.soap.tooling.HeapDump
     */
    private boolean HeapDump__is_set = false;

    private com.sforce.soap.tooling.HeapDump HeapDump;

    public com.sforce.soap.tooling.HeapDump getHeapDump() {
      return HeapDump;
    }

    public void setHeapDump(com.sforce.soap.tooling.HeapDump HeapDump) {
      this.HeapDump = HeapDump;
      HeapDump__is_set = true;
    }

    protected void setHeapDump(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("HeapDump", "urn:sobject.tooling.soap.sforce.com","HeapDump","urn:tooling.soap.sforce.com","HeapDump",0,1,true))) {
        setHeapDump((com.sforce.soap.tooling.HeapDump)__typeMapper.readObject(__in, _lookupTypeInfo("HeapDump", "urn:sobject.tooling.soap.sforce.com","HeapDump","urn:tooling.soap.sforce.com","HeapDump",0,1,true), com.sforce.soap.tooling.HeapDump.class));
      }
    }

    private void writeFieldHeapDump(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("HeapDump", "urn:sobject.tooling.soap.sforce.com","HeapDump","urn:tooling.soap.sforce.com","HeapDump",0,1,true), HeapDump, HeapDump__is_set);
    }

    /**
     * element : IsDeleted of type {http://www.w3.org/2001/XMLSchema}boolean
     * java type: java.lang.Boolean
     */
    private boolean IsDeleted__is_set = false;

    private java.lang.Boolean IsDeleted;

    public java.lang.Boolean getIsDeleted() {
      return IsDeleted;
    }

    public void setIsDeleted(java.lang.Boolean IsDeleted) {
      this.IsDeleted = IsDeleted;
      IsDeleted__is_set = true;
    }

    protected void setIsDeleted(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
        setIsDeleted((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
      }
    }

    private void writeFieldIsDeleted(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDeleted, IsDeleted__is_set);
    }

    /**
     * element : IsDumpingHeap of type {http://www.w3.org/2001/XMLSchema}boolean
     * java type: java.lang.Boolean
     */
    private boolean IsDumpingHeap__is_set = false;

    private java.lang.Boolean IsDumpingHeap;

    public java.lang.Boolean getIsDumpingHeap() {
      return IsDumpingHeap;
    }

    public void setIsDumpingHeap(java.lang.Boolean IsDumpingHeap) {
      this.IsDumpingHeap = IsDumpingHeap;
      IsDumpingHeap__is_set = true;
    }

    protected void setIsDumpingHeap(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("IsDumpingHeap", "urn:sobject.tooling.soap.sforce.com","IsDumpingHeap","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
        setIsDumpingHeap((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDumpingHeap", "urn:sobject.tooling.soap.sforce.com","IsDumpingHeap","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
      }
    }

    private void writeFieldIsDumpingHeap(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("IsDumpingHeap", "urn:sobject.tooling.soap.sforce.com","IsDumpingHeap","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDumpingHeap, IsDumpingHeap__is_set);
    }

    /**
     * element : Iteration of type {http://www.w3.org/2001/XMLSchema}int
     * java type: java.lang.Integer
     */
    private boolean Iteration__is_set = false;

    private java.lang.Integer Iteration;

    public java.lang.Integer getIteration() {
      return Iteration;
    }

    public void setIteration(java.lang.Integer Iteration) {
      this.Iteration = Iteration;
      Iteration__is_set = true;
    }

    protected void setIteration(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("Iteration", "urn:sobject.tooling.soap.sforce.com","Iteration","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
        setIteration((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("Iteration", "urn:sobject.tooling.soap.sforce.com","Iteration","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
      }
    }

    private void writeFieldIteration(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("Iteration", "urn:sobject.tooling.soap.sforce.com","Iteration","http://www.w3.org/2001/XMLSchema","int",0,1,true), Iteration, Iteration__is_set);
    }

    /**
     * element : LastModifiedBy of type {urn:sobject.tooling.soap.sforce.com}User
     * java type: com.sforce.soap.tooling.sobject.User
     */
    private boolean LastModifiedBy__is_set = false;

    private com.sforce.soap.tooling.sobject.User LastModifiedBy;

    public com.sforce.soap.tooling.sobject.User getLastModifiedBy() {
      return LastModifiedBy;
    }

    public void setLastModifiedBy(com.sforce.soap.tooling.sobject.User LastModifiedBy) {
      this.LastModifiedBy = LastModifiedBy;
      LastModifiedBy__is_set = true;
    }

    protected void setLastModifiedBy(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
        setLastModifiedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
      }
    }

    private void writeFieldLastModifiedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), LastModifiedBy, LastModifiedBy__is_set);
    }

    /**
     * element : LastModifiedById of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private boolean LastModifiedById__is_set = false;

    private java.lang.String LastModifiedById;

    public java.lang.String getLastModifiedById() {
      return LastModifiedById;
    }

    public void setLastModifiedById(java.lang.String LastModifiedById) {
      this.LastModifiedById = LastModifiedById;
      LastModifiedById__is_set = true;
    }

    protected void setLastModifiedById(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
        setLastModifiedById(__typeMapper.readString(__in, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldLastModifiedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), LastModifiedById, LastModifiedById__is_set);
    }

    /**
     * element : LastModifiedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private boolean LastModifiedDate__is_set = false;

    private java.util.Calendar LastModifiedDate;

    public java.util.Calendar getLastModifiedDate() {
      return LastModifiedDate;
    }

    public void setLastModifiedDate(java.util.Calendar LastModifiedDate) {
      this.LastModifiedDate = LastModifiedDate;
      LastModifiedDate__is_set = true;
    }

    protected void setLastModifiedDate(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
        setLastModifiedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
      }
    }

    private void writeFieldLastModifiedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), LastModifiedDate, LastModifiedDate__is_set);
    }

    /**
     * element : Line of type {http://www.w3.org/2001/XMLSchema}int
     * java type: java.lang.Integer
     */
    private boolean Line__is_set = false;

    private java.lang.Integer Line;

    public java.lang.Integer getLine() {
      return Line;
    }

    public void setLine(java.lang.Integer Line) {
      this.Line = Line;
      Line__is_set = true;
    }

    protected void setLine(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("Line", "urn:sobject.tooling.soap.sforce.com","Line","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
        setLine((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("Line", "urn:sobject.tooling.soap.sforce.com","Line","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
      }
    }

    private void writeFieldLine(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("Line", "urn:sobject.tooling.soap.sforce.com","Line","http://www.w3.org/2001/XMLSchema","int",0,1,true), Line, Line__is_set);
    }

    /**
     * element : Namespace of type {http://www.w3.org/2001/XMLSchema}string
     * java type: java.lang.String
     */
    private boolean Namespace__is_set = false;

    private java.lang.String Namespace;

    public java.lang.String getNamespace() {
      return Namespace;
    }

    public void setNamespace(java.lang.String Namespace) {
      this.Namespace = Namespace;
      Namespace__is_set = true;
    }

    protected void setNamespace(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("Namespace", "urn:sobject.tooling.soap.sforce.com","Namespace","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
        setNamespace(__typeMapper.readString(__in, _lookupTypeInfo("Namespace", "urn:sobject.tooling.soap.sforce.com","Namespace","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldNamespace(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("Namespace", "urn:sobject.tooling.soap.sforce.com","Namespace","http://www.w3.org/2001/XMLSchema","string",0,1,true), Namespace, Namespace__is_set);
    }

    /**
     * element : OverlayResultLength of type {http://www.w3.org/2001/XMLSchema}int
     * java type: java.lang.Integer
     */
    private boolean OverlayResultLength__is_set = false;

    private java.lang.Integer OverlayResultLength;

    public java.lang.Integer getOverlayResultLength() {
      return OverlayResultLength;
    }

    public void setOverlayResultLength(java.lang.Integer OverlayResultLength) {
      this.OverlayResultLength = OverlayResultLength;
      OverlayResultLength__is_set = true;
    }

    protected void setOverlayResultLength(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("OverlayResultLength", "urn:sobject.tooling.soap.sforce.com","OverlayResultLength","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
        setOverlayResultLength((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("OverlayResultLength", "urn:sobject.tooling.soap.sforce.com","OverlayResultLength","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
      }
    }

    private void writeFieldOverlayResultLength(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("OverlayResultLength", "urn:sobject.tooling.soap.sforce.com","OverlayResultLength","http://www.w3.org/2001/XMLSchema","int",0,1,true), OverlayResultLength, OverlayResultLength__is_set);
    }

    /**
     * element : RequestedBy of type {urn:sobject.tooling.soap.sforce.com}User
     * java type: com.sforce.soap.tooling.sobject.User
     */
    private boolean RequestedBy__is_set = false;

    private com.sforce.soap.tooling.sobject.User RequestedBy;

    public com.sforce.soap.tooling.sobject.User getRequestedBy() {
      return RequestedBy;
    }

    public void setRequestedBy(com.sforce.soap.tooling.sobject.User RequestedBy) {
      this.RequestedBy = RequestedBy;
      RequestedBy__is_set = true;
    }

    protected void setRequestedBy(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("RequestedBy", "urn:sobject.tooling.soap.sforce.com","RequestedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
        setRequestedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("RequestedBy", "urn:sobject.tooling.soap.sforce.com","RequestedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
      }
    }

    private void writeFieldRequestedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("RequestedBy", "urn:sobject.tooling.soap.sforce.com","RequestedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), RequestedBy, RequestedBy__is_set);
    }

    /**
     * element : RequestedById of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private boolean RequestedById__is_set = false;

    private java.lang.String RequestedById;

    public java.lang.String getRequestedById() {
      return RequestedById;
    }

    public void setRequestedById(java.lang.String RequestedById) {
      this.RequestedById = RequestedById;
      RequestedById__is_set = true;
    }

    protected void setRequestedById(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("RequestedById", "urn:sobject.tooling.soap.sforce.com","RequestedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
        setRequestedById(__typeMapper.readString(__in, _lookupTypeInfo("RequestedById", "urn:sobject.tooling.soap.sforce.com","RequestedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldRequestedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("RequestedById", "urn:sobject.tooling.soap.sforce.com","RequestedById","urn:tooling.soap.sforce.com","ID",0,1,true), RequestedById, RequestedById__is_set);
    }

    /**
     * element : SOQLResult of type {urn:tooling.soap.sforce.com}SOQLResult
     * java type: com.sforce.soap.tooling.SOQLResult
     */
    private boolean SOQLResult__is_set = false;

    private com.sforce.soap.tooling.SOQLResult SOQLResult;

    public com.sforce.soap.tooling.SOQLResult getSOQLResult() {
      return SOQLResult;
    }

    public void setSOQLResult(com.sforce.soap.tooling.SOQLResult SOQLResult) {
      this.SOQLResult = SOQLResult;
      SOQLResult__is_set = true;
    }

    protected void setSOQLResult(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("SOQLResult", "urn:sobject.tooling.soap.sforce.com","SOQLResult","urn:tooling.soap.sforce.com","SOQLResult",0,1,true))) {
        setSOQLResult((com.sforce.soap.tooling.SOQLResult)__typeMapper.readObject(__in, _lookupTypeInfo("SOQLResult", "urn:sobject.tooling.soap.sforce.com","SOQLResult","urn:tooling.soap.sforce.com","SOQLResult",0,1,true), com.sforce.soap.tooling.SOQLResult.class));
      }
    }

    private void writeFieldSOQLResult(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("SOQLResult", "urn:sobject.tooling.soap.sforce.com","SOQLResult","urn:tooling.soap.sforce.com","SOQLResult",0,1,true), SOQLResult, SOQLResult__is_set);
    }

    /**
     * element : SystemModstamp of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private boolean SystemModstamp__is_set = false;

    private java.util.Calendar SystemModstamp;

    public java.util.Calendar getSystemModstamp() {
      return SystemModstamp;
    }

    public void setSystemModstamp(java.util.Calendar SystemModstamp) {
      this.SystemModstamp = SystemModstamp;
      SystemModstamp__is_set = true;
    }

    protected void setSystemModstamp(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
        setSystemModstamp((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
      }
    }

    private void writeFieldSystemModstamp(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), SystemModstamp, SystemModstamp__is_set);
    }

    /**
     * element : User of type {urn:sobject.tooling.soap.sforce.com}sObject
     * java type: com.sforce.soap.tooling.sobject.SObject
     */
    private boolean User__is_set = false;

    private com.sforce.soap.tooling.sobject.SObject User;

    public com.sforce.soap.tooling.sobject.SObject getUser() {
      return User;
    }

    public void setUser(com.sforce.soap.tooling.sobject.SObject User) {
      this.User = User;
      User__is_set = true;
    }

    protected void setUser(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("User", "urn:sobject.tooling.soap.sforce.com","User","urn:sobject.tooling.soap.sforce.com","sObject",0,1,true))) {
        setUser((com.sforce.soap.tooling.sobject.SObject)__typeMapper.readObject(__in, _lookupTypeInfo("User", "urn:sobject.tooling.soap.sforce.com","User","urn:sobject.tooling.soap.sforce.com","sObject",0,1,true), com.sforce.soap.tooling.sobject.SObject.class));
      }
    }

    private void writeFieldUser(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("User", "urn:sobject.tooling.soap.sforce.com","User","urn:sobject.tooling.soap.sforce.com","sObject",0,1,true), User, User__is_set);
    }

    /**
     * element : UserId of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private boolean UserId__is_set = false;

    private java.lang.String UserId;

    public java.lang.String getUserId() {
      return UserId;
    }

    public void setUserId(java.lang.String UserId) {
      this.UserId = UserId;
      UserId__is_set = true;
    }

    protected void setUserId(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __in.peekTag();
      if (__typeMapper.isElement(__in, _lookupTypeInfo("UserId", "urn:sobject.tooling.soap.sforce.com","UserId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
        setUserId(__typeMapper.readString(__in, _lookupTypeInfo("UserId", "urn:sobject.tooling.soap.sforce.com","UserId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
      }
    }

    private void writeFieldUserId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      __typeMapper.writeObject(__out, _lookupTypeInfo("UserId", "urn:sobject.tooling.soap.sforce.com","UserId","urn:tooling.soap.sforce.com","ID",0,1,true), UserId, UserId__is_set);
    }

    /**
     */
    @Override
    public void write(javax.xml.namespace.QName __element,
        com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
        throws java.io.IOException {
      __out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
      __typeMapper.writeXsiType(__out, "urn:sobject.tooling.soap.sforce.com", "ApexExecutionOverlayResult");
      writeFields(__out, __typeMapper);
      __out.writeEndTag(__element.getNamespaceURI(), __element.getLocalPart());
    }

    protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
         com.sforce.ws.bind.TypeMapper __typeMapper)
         throws java.io.IOException {
       super.writeFields(__out, __typeMapper);
       writeFields1(__out, __typeMapper);
    }

    @Override
    public void load(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      __typeMapper.consumeStartTag(__in);
      loadFields(__in, __typeMapper);
      __typeMapper.consumeEndTag(__in);
    }

    protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
        super.loadFields(__in, __typeMapper);
        loadFields1(__in, __typeMapper);
    }

    @Override
    public String toString() {
      java.lang.StringBuilder sb = new java.lang.StringBuilder();
      sb.append("[ApexExecutionOverlayResult ");
      sb.append(super.toString());
      toString1(sb);

      sb.append("]\n");
      return sb.toString();
    }

    private void toStringHelper(StringBuilder sb, String name, Object value) {
      sb.append(' ').append(name).append("='").append(com.sforce.ws.util.Verbose.toString(value)).append("'\n");
    }

    private void writeFields1(com.sforce.ws.parser.XmlOutputStream __out,
         com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
      writeFieldActionScript(__out, __typeMapper);
      writeFieldActionScriptType(__out, __typeMapper);
      writeFieldApexResult(__out, __typeMapper);
      writeFieldClassName(__out, __typeMapper);
      writeFieldCreatedBy(__out, __typeMapper);
      writeFieldCreatedById(__out, __typeMapper);
      writeFieldCreatedDate(__out, __typeMapper);
      writeFieldExpirationDate(__out, __typeMapper);
      writeFieldHeapDump(__out, __typeMapper);
      writeFieldIsDeleted(__out, __typeMapper);
      writeFieldIsDumpingHeap(__out, __typeMapper);
      writeFieldIteration(__out, __typeMapper);
      writeFieldLastModifiedBy(__out, __typeMapper);
      writeFieldLastModifiedById(__out, __typeMapper);
      writeFieldLastModifiedDate(__out, __typeMapper);
      writeFieldLine(__out, __typeMapper);
      writeFieldNamespace(__out, __typeMapper);
      writeFieldOverlayResultLength(__out, __typeMapper);
      writeFieldRequestedBy(__out, __typeMapper);
      writeFieldRequestedById(__out, __typeMapper);
      writeFieldSOQLResult(__out, __typeMapper);
      writeFieldSystemModstamp(__out, __typeMapper);
      writeFieldUser(__out, __typeMapper);
      writeFieldUserId(__out, __typeMapper);
    }

    private void loadFields1(com.sforce.ws.parser.XmlInputStream __in,
        com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
      setActionScript(__in, __typeMapper);
      setActionScriptType(__in, __typeMapper);
      setApexResult(__in, __typeMapper);
      setClassName(__in, __typeMapper);
      setCreatedBy(__in, __typeMapper);
      setCreatedById(__in, __typeMapper);
      setCreatedDate(__in, __typeMapper);
      setExpirationDate(__in, __typeMapper);
      setHeapDump(__in, __typeMapper);
      setIsDeleted(__in, __typeMapper);
      setIsDumpingHeap(__in, __typeMapper);
      setIteration(__in, __typeMapper);
      setLastModifiedBy(__in, __typeMapper);
      setLastModifiedById(__in, __typeMapper);
      setLastModifiedDate(__in, __typeMapper);
      setLine(__in, __typeMapper);
      setNamespace(__in, __typeMapper);
      setOverlayResultLength(__in, __typeMapper);
      setRequestedBy(__in, __typeMapper);
      setRequestedById(__in, __typeMapper);
      setSOQLResult(__in, __typeMapper);
      setSystemModstamp(__in, __typeMapper);
      setUser(__in, __typeMapper);
      setUserId(__in, __typeMapper);
    }

    private void toString1(StringBuilder sb) {
      toStringHelper(sb, "ActionScript", ActionScript);
      toStringHelper(sb, "ActionScriptType", ActionScriptType);
      toStringHelper(sb, "ApexResult", ApexResult);
      toStringHelper(sb, "ClassName", ClassName);
      toStringHelper(sb, "CreatedBy", CreatedBy);
      toStringHelper(sb, "CreatedById", CreatedById);
      toStringHelper(sb, "CreatedDate", CreatedDate);
      toStringHelper(sb, "ExpirationDate", ExpirationDate);
      toStringHelper(sb, "HeapDump", HeapDump);
      toStringHelper(sb, "IsDeleted", IsDeleted);
      toStringHelper(sb, "IsDumpingHeap", IsDumpingHeap);
      toStringHelper(sb, "Iteration", Iteration);
      toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
      toStringHelper(sb, "LastModifiedById", LastModifiedById);
      toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
      toStringHelper(sb, "Line", Line);
      toStringHelper(sb, "Namespace", Namespace);
      toStringHelper(sb, "OverlayResultLength", OverlayResultLength);
      toStringHelper(sb, "RequestedBy", RequestedBy);
      toStringHelper(sb, "RequestedById", RequestedById);
      toStringHelper(sb, "SOQLResult", SOQLResult);
      toStringHelper(sb, "SystemModstamp", SystemModstamp);
      toStringHelper(sb, "User", User);
      toStringHelper(sb, "UserId", UserId);
    }


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy