com.sforce.soap.tooling.ApexComponent Maven / Gradle / Ivy
package com.sforce.soap.tooling;
/**
* Generated by ComplexTypeCodeGenerator.java. Please do not edit.
*/
public class ApexComponent extends com.sforce.soap.tooling.SObject {
/**
* Constructor
*/
public ApexComponent() {}
/**
* element : ApiVersion of type {http://www.w3.org/2001/XMLSchema}double
* java type: java.lang.Double
*/
private static final com.sforce.ws.bind.TypeInfo ApiVersion__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","ApiVersion","http://www.w3.org/2001/XMLSchema","double",0,1,true);
private boolean ApiVersion__is_set = false;
private java.lang.Double ApiVersion;
public java.lang.Double getApiVersion() {
return ApiVersion;
}
public void setApiVersion(java.lang.Double ApiVersion) {
this.ApiVersion = ApiVersion;
ApiVersion__is_set = true;
}
/**
* element : ControllerKey of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private static final com.sforce.ws.bind.TypeInfo ControllerKey__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","ControllerKey","http://www.w3.org/2001/XMLSchema","string",0,1,true);
private boolean ControllerKey__is_set = false;
private java.lang.String ControllerKey;
public java.lang.String getControllerKey() {
return ControllerKey;
}
public void setControllerKey(java.lang.String ControllerKey) {
this.ControllerKey = ControllerKey;
ControllerKey__is_set = true;
}
/**
* element : ControllerType of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private static final com.sforce.ws.bind.TypeInfo ControllerType__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","ControllerType","http://www.w3.org/2001/XMLSchema","string",0,1,true);
private boolean ControllerType__is_set = false;
private java.lang.String ControllerType;
public java.lang.String getControllerType() {
return ControllerType;
}
public void setControllerType(java.lang.String ControllerType) {
this.ControllerType = ControllerType;
ControllerType__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 : Description of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private static final com.sforce.ws.bind.TypeInfo Description__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","Description","http://www.w3.org/2001/XMLSchema","string",0,1,true);
private boolean Description__is_set = false;
private java.lang.String Description;
public java.lang.String getDescription() {
return Description;
}
public void setDescription(java.lang.String Description) {
this.Description = Description;
Description__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 : Markup of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private static final com.sforce.ws.bind.TypeInfo Markup__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","Markup","http://www.w3.org/2001/XMLSchema","string",0,1,true);
private boolean Markup__is_set = false;
private java.lang.String Markup;
public java.lang.String getMarkup() {
return Markup;
}
public void setMarkup(java.lang.String Markup) {
this.Markup = Markup;
Markup__is_set = true;
}
/**
* element : MasterLabel of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private static final com.sforce.ws.bind.TypeInfo MasterLabel__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true);
private boolean MasterLabel__is_set = false;
private java.lang.String MasterLabel;
public java.lang.String getMasterLabel() {
return MasterLabel;
}
public void setMasterLabel(java.lang.String MasterLabel) {
this.MasterLabel = MasterLabel;
MasterLabel__is_set = true;
}
/**
* element : Name of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private static final com.sforce.ws.bind.TypeInfo Name__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","Name","http://www.w3.org/2001/XMLSchema","string",0,1,true);
private boolean Name__is_set = false;
private java.lang.String Name;
public java.lang.String getName() {
return Name;
}
public void setName(java.lang.String Name) {
this.Name = Name;
Name__is_set = true;
}
/**
* element : NamespacePrefix of type {http://www.w3.org/2001/XMLSchema}string
* java type: java.lang.String
*/
private static final com.sforce.ws.bind.TypeInfo NamespacePrefix__typeInfo =
new com.sforce.ws.bind.TypeInfo("urn:tooling.soap.sforce.com","NamespacePrefix","http://www.w3.org/2001/XMLSchema","string",0,1,true);
private boolean NamespacePrefix__is_set = false;
private java.lang.String NamespacePrefix;
public java.lang.String getNamespacePrefix() {
return NamespacePrefix;
}
public void setNamespacePrefix(java.lang.String NamespacePrefix) {
this.NamespacePrefix = NamespacePrefix;
NamespacePrefix__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", "ApexComponent");
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.writeObject(__out, ApiVersion__typeInfo, ApiVersion, ApiVersion__is_set);
__typeMapper.writeString(__out, ControllerKey__typeInfo, ControllerKey, ControllerKey__is_set);
__typeMapper.writeString(__out, ControllerType__typeInfo, ControllerType, ControllerType__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.writeString(__out, Description__typeInfo, Description, Description__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.writeString(__out, Markup__typeInfo, Markup, Markup__is_set);
__typeMapper.writeString(__out, MasterLabel__typeInfo, MasterLabel, MasterLabel__is_set);
__typeMapper.writeString(__out, Name__typeInfo, Name, Name__is_set);
__typeMapper.writeString(__out, NamespacePrefix__typeInfo, NamespacePrefix, NamespacePrefix__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, ApiVersion__typeInfo)) {
setApiVersion((java.lang.Double)__typeMapper.readObject(__in, ApiVersion__typeInfo, java.lang.Double.class));
}
__in.peekTag();
if (__typeMapper.isElement(__in, ControllerKey__typeInfo)) {
setControllerKey(__typeMapper.readString(__in, ControllerKey__typeInfo, java.lang.String.class));
}
__in.peekTag();
if (__typeMapper.isElement(__in, ControllerType__typeInfo)) {
setControllerType(__typeMapper.readString(__in, ControllerType__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, Description__typeInfo)) {
setDescription(__typeMapper.readString(__in, Description__typeInfo, java.lang.String.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, Markup__typeInfo)) {
setMarkup(__typeMapper.readString(__in, Markup__typeInfo, java.lang.String.class));
}
__in.peekTag();
if (__typeMapper.isElement(__in, MasterLabel__typeInfo)) {
setMasterLabel(__typeMapper.readString(__in, MasterLabel__typeInfo, java.lang.String.class));
}
__in.peekTag();
if (__typeMapper.isElement(__in, Name__typeInfo)) {
setName(__typeMapper.readString(__in, Name__typeInfo, java.lang.String.class));
}
__in.peekTag();
if (__typeMapper.isElement(__in, NamespacePrefix__typeInfo)) {
setNamespacePrefix(__typeMapper.readString(__in, NamespacePrefix__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("[ApexComponent ");
sb.append(super.toString());sb.append(" ApiVersion=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(ApiVersion)+"'\n");
sb.append(" ControllerKey=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(ControllerKey)+"'\n");
sb.append(" ControllerType=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(ControllerType)+"'\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(" Description=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(Description)+"'\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(" Markup=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(Markup)+"'\n");
sb.append(" MasterLabel=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(MasterLabel)+"'\n");
sb.append(" Name=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(Name)+"'\n");
sb.append(" NamespacePrefix=");
sb.append("'"+com.sforce.ws.util.Verbose.toString(NamespacePrefix)+"'\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