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

com.sforce.soap.tooling.ApexComponentMember Maven / Gradle / Ivy

There is a newer version: 30.0.0
Show newest version
package com.sforce.soap.tooling;

/**
 * Generated by ComplexTypeCodeGenerator.java. Please do not edit.
 */
public class ApexComponentMember extends com.sforce.soap.tooling.SObject {

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

    /**
     * element : Body of type {http://www.w3.org/2001/XMLSchema}string
     * java type: java.lang.String
     */
    private static final com.sforce.ws.bind.TypeInfo Body__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","Body","http://www.w3.org/2001/XMLSchema","string",0,1,true);

    private boolean Body__is_set = false;

    private java.lang.String Body;

    public java.lang.String getBody() {
      return Body;
    }

    public void setBody(java.lang.String Body) {
      this.Body = Body;
      Body__is_set = true;
    }

    /**
     * element : Content of type {http://www.w3.org/2001/XMLSchema}string
     * java type: java.lang.String
     */
    private static final com.sforce.ws.bind.TypeInfo Content__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","Content","http://www.w3.org/2001/XMLSchema","string",0,1,true);

    private boolean Content__is_set = false;

    private java.lang.String Content;

    public java.lang.String getContent() {
      return Content;
    }

    public void setContent(java.lang.String Content) {
      this.Content = Content;
      Content__is_set = true;
    }

    /**
     * element : ContentEntity of type {urn:tooling.soap.sforce.com}ApexComponent
     * java type: com.sforce.soap.tooling.ApexComponent
     */
    private static final com.sforce.ws.bind.TypeInfo ContentEntity__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","ContentEntity","urn:tooling.soap.sforce.com","ApexComponent",0,1,true);

    private boolean ContentEntity__is_set = false;

    private com.sforce.soap.tooling.ApexComponent ContentEntity;

    public com.sforce.soap.tooling.ApexComponent getContentEntity() {
      return ContentEntity;
    }

    public void setContentEntity(com.sforce.soap.tooling.ApexComponent ContentEntity) {
      this.ContentEntity = ContentEntity;
      ContentEntity__is_set = true;
    }

    /**
     * element : ContentEntityId of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private static final com.sforce.ws.bind.TypeInfo ContentEntityId__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","ContentEntityId","urn:tooling.soap.sforce.com","ID",0,1,true);

    private boolean ContentEntityId__is_set = false;

    private java.lang.String ContentEntityId;

    public java.lang.String getContentEntityId() {
      return ContentEntityId;
    }

    public void setContentEntityId(java.lang.String ContentEntityId) {
      this.ContentEntityId = ContentEntityId;
      ContentEntityId__is_set = true;
    }

    /**
     * element : CreatedBy of type {urn:tooling.soap.sforce.com}User
     * java type: com.sforce.soap.tooling.User
     */
    private static final com.sforce.ws.bind.TypeInfo CreatedBy__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","CreatedBy","urn:tooling.soap.sforce.com","User",0,1,true);

    private boolean CreatedBy__is_set = false;

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

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

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

    /**
     * element : CreatedById of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private static final com.sforce.ws.bind.TypeInfo CreatedById__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true);

    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;
    }

    /**
     * element : CreatedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private static final com.sforce.ws.bind.TypeInfo CreatedDate__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true);

    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;
    }

    /**
     * element : IsDeleted of type {http://www.w3.org/2001/XMLSchema}boolean
     * java type: java.lang.Boolean
     */
    private static final com.sforce.ws.bind.TypeInfo IsDeleted__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true);

    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;
    }

    /**
     * element : LastModifiedBy of type {urn:tooling.soap.sforce.com}User
     * java type: com.sforce.soap.tooling.User
     */
    private static final com.sforce.ws.bind.TypeInfo LastModifiedBy__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","LastModifiedBy","urn:tooling.soap.sforce.com","User",0,1,true);

    private boolean LastModifiedBy__is_set = false;

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

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

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

    /**
     * element : LastModifiedById of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private static final com.sforce.ws.bind.TypeInfo LastModifiedById__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true);

    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;
    }

    /**
     * element : LastModifiedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private static final com.sforce.ws.bind.TypeInfo LastModifiedDate__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true);

    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;
    }

    /**
     * element : LastSyncDate of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private static final com.sforce.ws.bind.TypeInfo LastSyncDate__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","LastSyncDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true);

    private boolean LastSyncDate__is_set = false;

    private java.util.Calendar LastSyncDate;

    public java.util.Calendar getLastSyncDate() {
      return LastSyncDate;
    }

    public void setLastSyncDate(java.util.Calendar LastSyncDate) {
      this.LastSyncDate = LastSyncDate;
      LastSyncDate__is_set = true;
    }

    /**
     * element : Metadata of type {urn:tooling.soap.sforce.com}ApexComponentMetadata
     * java type: com.sforce.soap.tooling.ApexComponentMetadata
     */
    private static final com.sforce.ws.bind.TypeInfo Metadata__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","Metadata","urn:tooling.soap.sforce.com","ApexComponentMetadata",0,1,true);

    private boolean Metadata__is_set = false;

    private com.sforce.soap.tooling.ApexComponentMetadata Metadata;

    public com.sforce.soap.tooling.ApexComponentMetadata getMetadata() {
      return Metadata;
    }

    public void setMetadata(com.sforce.soap.tooling.ApexComponentMetadata Metadata) {
      this.Metadata = Metadata;
      Metadata__is_set = true;
    }

    /**
     * element : MetadataContainer of type {urn:tooling.soap.sforce.com}MetadataContainer
     * java type: com.sforce.soap.tooling.MetadataContainer
     */
    private static final com.sforce.ws.bind.TypeInfo MetadataContainer__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","MetadataContainer","urn:tooling.soap.sforce.com","MetadataContainer",0,1,true);

    private boolean MetadataContainer__is_set = false;

    private com.sforce.soap.tooling.MetadataContainer MetadataContainer;

    public com.sforce.soap.tooling.MetadataContainer getMetadataContainer() {
      return MetadataContainer;
    }

    public void setMetadataContainer(com.sforce.soap.tooling.MetadataContainer MetadataContainer) {
      this.MetadataContainer = MetadataContainer;
      MetadataContainer__is_set = true;
    }

    /**
     * element : MetadataContainerId of type {urn:tooling.soap.sforce.com}ID
     * java type: java.lang.String
     */
    private static final com.sforce.ws.bind.TypeInfo MetadataContainerId__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","MetadataContainerId","urn:tooling.soap.sforce.com","ID",0,1,true);

    private boolean MetadataContainerId__is_set = false;

    private java.lang.String MetadataContainerId;

    public java.lang.String getMetadataContainerId() {
      return MetadataContainerId;
    }

    public void setMetadataContainerId(java.lang.String MetadataContainerId) {
      this.MetadataContainerId = MetadataContainerId;
      MetadataContainerId__is_set = true;
    }

    /**
     * element : SystemModstamp of type {http://www.w3.org/2001/XMLSchema}dateTime
     * java type: java.util.Calendar
     */
    private static final com.sforce.ws.bind.TypeInfo SystemModstamp__typeInfo =
      new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true);

    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;
    }

    /**
     */
    @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:tooling.soap.sforce.com", "ApexComponentMember");
      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);
       __typeMapper.writeString(__out, Body__typeInfo, Body, Body__is_set);
       __typeMapper.writeString(__out, Content__typeInfo, Content, Content__is_set);
       __typeMapper.writeObject(__out, ContentEntity__typeInfo, ContentEntity, ContentEntity__is_set);
       __typeMapper.writeString(__out, ContentEntityId__typeInfo, ContentEntityId, ContentEntityId__is_set);
       __typeMapper.writeObject(__out, CreatedBy__typeInfo, CreatedBy, CreatedBy__is_set);
       __typeMapper.writeString(__out, CreatedById__typeInfo, CreatedById, CreatedById__is_set);
       __typeMapper.writeObject(__out, CreatedDate__typeInfo, CreatedDate, CreatedDate__is_set);
       __typeMapper.writeObject(__out, IsDeleted__typeInfo, IsDeleted, IsDeleted__is_set);
       __typeMapper.writeObject(__out, LastModifiedBy__typeInfo, LastModifiedBy, LastModifiedBy__is_set);
       __typeMapper.writeString(__out, LastModifiedById__typeInfo, LastModifiedById, LastModifiedById__is_set);
       __typeMapper.writeObject(__out, LastModifiedDate__typeInfo, LastModifiedDate, LastModifiedDate__is_set);
       __typeMapper.writeObject(__out, LastSyncDate__typeInfo, LastSyncDate, LastSyncDate__is_set);
       __typeMapper.writeObject(__out, Metadata__typeInfo, Metadata, Metadata__is_set);
       __typeMapper.writeObject(__out, MetadataContainer__typeInfo, MetadataContainer, MetadataContainer__is_set);
       __typeMapper.writeString(__out, MetadataContainerId__typeInfo, MetadataContainerId, MetadataContainerId__is_set);
       __typeMapper.writeObject(__out, SystemModstamp__typeInfo, SystemModstamp, SystemModstamp__is_set);
    }

    @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);
        __in.peekTag();
        if (__typeMapper.isElement(__in, Body__typeInfo)) {
            setBody(__typeMapper.readString(__in, Body__typeInfo, java.lang.String.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, Content__typeInfo)) {
            setContent(__typeMapper.readString(__in, Content__typeInfo, java.lang.String.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, ContentEntity__typeInfo)) {
            setContentEntity((com.sforce.soap.tooling.ApexComponent)__typeMapper.readObject(__in, ContentEntity__typeInfo, com.sforce.soap.tooling.ApexComponent.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, ContentEntityId__typeInfo)) {
            setContentEntityId(__typeMapper.readString(__in, ContentEntityId__typeInfo, java.lang.String.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, CreatedBy__typeInfo)) {
            setCreatedBy((com.sforce.soap.tooling.User)__typeMapper.readObject(__in, CreatedBy__typeInfo, com.sforce.soap.tooling.User.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, CreatedById__typeInfo)) {
            setCreatedById(__typeMapper.readString(__in, CreatedById__typeInfo, java.lang.String.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, CreatedDate__typeInfo)) {
            setCreatedDate((java.util.Calendar)__typeMapper.readObject(__in, CreatedDate__typeInfo, java.util.Calendar.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, IsDeleted__typeInfo)) {
            setIsDeleted((java.lang.Boolean)__typeMapper.readObject(__in, IsDeleted__typeInfo, java.lang.Boolean.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, LastModifiedBy__typeInfo)) {
            setLastModifiedBy((com.sforce.soap.tooling.User)__typeMapper.readObject(__in, LastModifiedBy__typeInfo, com.sforce.soap.tooling.User.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, LastModifiedById__typeInfo)) {
            setLastModifiedById(__typeMapper.readString(__in, LastModifiedById__typeInfo, java.lang.String.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, LastModifiedDate__typeInfo)) {
            setLastModifiedDate((java.util.Calendar)__typeMapper.readObject(__in, LastModifiedDate__typeInfo, java.util.Calendar.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, LastSyncDate__typeInfo)) {
            setLastSyncDate((java.util.Calendar)__typeMapper.readObject(__in, LastSyncDate__typeInfo, java.util.Calendar.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, Metadata__typeInfo)) {
            setMetadata((com.sforce.soap.tooling.ApexComponentMetadata)__typeMapper.readObject(__in, Metadata__typeInfo, com.sforce.soap.tooling.ApexComponentMetadata.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, MetadataContainer__typeInfo)) {
            setMetadataContainer((com.sforce.soap.tooling.MetadataContainer)__typeMapper.readObject(__in, MetadataContainer__typeInfo, com.sforce.soap.tooling.MetadataContainer.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, MetadataContainerId__typeInfo)) {
            setMetadataContainerId(__typeMapper.readString(__in, MetadataContainerId__typeInfo, java.lang.String.class));
        }
        __in.peekTag();
        if (__typeMapper.isElement(__in, SystemModstamp__typeInfo)) {
            setSystemModstamp((java.util.Calendar)__typeMapper.readObject(__in, SystemModstamp__typeInfo, java.util.Calendar.class));
        }
    }

    @Override
    public String toString() {
      java.lang.StringBuilder sb = new java.lang.StringBuilder();
      sb.append("[ApexComponentMember ");
      sb.append(super.toString());sb.append(" Body=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(Body)+"'\n");
      sb.append(" Content=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(Content)+"'\n");
      sb.append(" ContentEntity=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(ContentEntity)+"'\n");
      sb.append(" ContentEntityId=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(ContentEntityId)+"'\n");
      sb.append(" CreatedBy=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(CreatedBy)+"'\n");
      sb.append(" CreatedById=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(CreatedById)+"'\n");
      sb.append(" CreatedDate=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(CreatedDate)+"'\n");
      sb.append(" IsDeleted=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(IsDeleted)+"'\n");
      sb.append(" LastModifiedBy=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(LastModifiedBy)+"'\n");
      sb.append(" LastModifiedById=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(LastModifiedById)+"'\n");
      sb.append(" LastModifiedDate=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(LastModifiedDate)+"'\n");
      sb.append(" LastSyncDate=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(LastSyncDate)+"'\n");
      sb.append(" Metadata=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(Metadata)+"'\n");
      sb.append(" MetadataContainer=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(MetadataContainer)+"'\n");
      sb.append(" MetadataContainerId=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(MetadataContainerId)+"'\n");
      sb.append(" SystemModstamp=");
      sb.append("'"+com.sforce.ws.util.Verbose.toString(SystemModstamp)+"'\n");
      sb.append("]\n");
      return sb.toString();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy