758 lines
36 KiB
Java
758 lines
36 KiB
Java
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 ApexDebuggerSession extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public ApexDebuggerSession() {}
|
|
|
|
/* Cache the typeInfo instead of declaring static fields throughout*/
|
|
private transient java.util.Map<String, com.sforce.ws.bind.TypeInfo> typeInfoCache = new java.util.HashMap<String, com.sforce.ws.bind.TypeInfo>();
|
|
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 : 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 : EntryPointFilter of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean EntryPointFilter__is_set = false;
|
|
|
|
private java.lang.String EntryPointFilter;
|
|
|
|
public java.lang.String getEntryPointFilter() {
|
|
return EntryPointFilter;
|
|
}
|
|
|
|
public void setEntryPointFilter(java.lang.String EntryPointFilter) {
|
|
this.EntryPointFilter = EntryPointFilter;
|
|
EntryPointFilter__is_set = true;
|
|
}
|
|
|
|
protected void setEntryPointFilter(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("EntryPointFilter", "urn:sobject.tooling.soap.sforce.com","EntryPointFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setEntryPointFilter(__typeMapper.readString(__in, _lookupTypeInfo("EntryPointFilter", "urn:sobject.tooling.soap.sforce.com","EntryPointFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEntryPointFilter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("EntryPointFilter", "urn:sobject.tooling.soap.sforce.com","EntryPointFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), EntryPointFilter, EntryPointFilter__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsAsyncIgnored of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsAsyncIgnored__is_set = false;
|
|
|
|
private java.lang.Boolean IsAsyncIgnored;
|
|
|
|
public java.lang.Boolean getIsAsyncIgnored() {
|
|
return IsAsyncIgnored;
|
|
}
|
|
|
|
public void setIsAsyncIgnored(java.lang.Boolean IsAsyncIgnored) {
|
|
this.IsAsyncIgnored = IsAsyncIgnored;
|
|
IsAsyncIgnored__is_set = true;
|
|
}
|
|
|
|
protected void setIsAsyncIgnored(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("IsAsyncIgnored", "urn:sobject.tooling.soap.sforce.com","IsAsyncIgnored","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsAsyncIgnored((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAsyncIgnored", "urn:sobject.tooling.soap.sforce.com","IsAsyncIgnored","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsAsyncIgnored(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAsyncIgnored", "urn:sobject.tooling.soap.sforce.com","IsAsyncIgnored","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAsyncIgnored, IsAsyncIgnored__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 : IsInternal of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsInternal__is_set = false;
|
|
|
|
private java.lang.Boolean IsInternal;
|
|
|
|
public java.lang.Boolean getIsInternal() {
|
|
return IsInternal;
|
|
}
|
|
|
|
public void setIsInternal(java.lang.Boolean IsInternal) {
|
|
this.IsInternal = IsInternal;
|
|
IsInternal__is_set = true;
|
|
}
|
|
|
|
protected void setIsInternal(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("IsInternal", "urn:sobject.tooling.soap.sforce.com","IsInternal","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsInternal((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInternal", "urn:sobject.tooling.soap.sforce.com","IsInternal","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsInternal(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInternal", "urn:sobject.tooling.soap.sforce.com","IsInternal","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInternal, IsInternal__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 : License of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean License__is_set = false;
|
|
|
|
private java.lang.String License;
|
|
|
|
public java.lang.String getLicense() {
|
|
return License;
|
|
}
|
|
|
|
public void setLicense(java.lang.String License) {
|
|
this.License = License;
|
|
License__is_set = true;
|
|
}
|
|
|
|
protected void setLicense(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("License", "urn:sobject.tooling.soap.sforce.com","License","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLicense(__typeMapper.readString(__in, _lookupTypeInfo("License", "urn:sobject.tooling.soap.sforce.com","License","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLicense(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("License", "urn:sobject.tooling.soap.sforce.com","License","http://www.w3.org/2001/XMLSchema","string",0,1,true), License, License__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LicenseOrg of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean LicenseOrg__is_set = false;
|
|
|
|
private java.lang.String LicenseOrg;
|
|
|
|
public java.lang.String getLicenseOrg() {
|
|
return LicenseOrg;
|
|
}
|
|
|
|
public void setLicenseOrg(java.lang.String LicenseOrg) {
|
|
this.LicenseOrg = LicenseOrg;
|
|
LicenseOrg__is_set = true;
|
|
}
|
|
|
|
protected void setLicenseOrg(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("LicenseOrg", "urn:sobject.tooling.soap.sforce.com","LicenseOrg","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLicenseOrg(__typeMapper.readString(__in, _lookupTypeInfo("LicenseOrg", "urn:sobject.tooling.soap.sforce.com","LicenseOrg","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLicenseOrg(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LicenseOrg", "urn:sobject.tooling.soap.sforce.com","LicenseOrg","http://www.w3.org/2001/XMLSchema","string",0,1,true), LicenseOrg, LicenseOrg__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LicenseType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean LicenseType__is_set = false;
|
|
|
|
private java.lang.String LicenseType;
|
|
|
|
public java.lang.String getLicenseType() {
|
|
return LicenseType;
|
|
}
|
|
|
|
public void setLicenseType(java.lang.String LicenseType) {
|
|
this.LicenseType = LicenseType;
|
|
LicenseType__is_set = true;
|
|
}
|
|
|
|
protected void setLicenseType(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("LicenseType", "urn:sobject.tooling.soap.sforce.com","LicenseType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLicenseType(__typeMapper.readString(__in, _lookupTypeInfo("LicenseType", "urn:sobject.tooling.soap.sforce.com","LicenseType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLicenseType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LicenseType", "urn:sobject.tooling.soap.sforce.com","LicenseType","http://www.w3.org/2001/XMLSchema","string",0,1,true), LicenseType, LicenseType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Name of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
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;
|
|
}
|
|
|
|
protected void setName(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("Name", "urn:sobject.tooling.soap.sforce.com","Name","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setName(__typeMapper.readString(__in, _lookupTypeInfo("Name", "urn:sobject.tooling.soap.sforce.com","Name","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Name", "urn:sobject.tooling.soap.sforce.com","Name","http://www.w3.org/2001/XMLSchema","string",0,1,true), Name, Name__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RequestTypeFilter of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean RequestTypeFilter__is_set = false;
|
|
|
|
private java.lang.String RequestTypeFilter;
|
|
|
|
public java.lang.String getRequestTypeFilter() {
|
|
return RequestTypeFilter;
|
|
}
|
|
|
|
public void setRequestTypeFilter(java.lang.String RequestTypeFilter) {
|
|
this.RequestTypeFilter = RequestTypeFilter;
|
|
RequestTypeFilter__is_set = true;
|
|
}
|
|
|
|
protected void setRequestTypeFilter(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("RequestTypeFilter", "urn:sobject.tooling.soap.sforce.com","RequestTypeFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setRequestTypeFilter(__typeMapper.readString(__in, _lookupTypeInfo("RequestTypeFilter", "urn:sobject.tooling.soap.sforce.com","RequestTypeFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRequestTypeFilter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RequestTypeFilter", "urn:sobject.tooling.soap.sforce.com","RequestTypeFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), RequestTypeFilter, RequestTypeFilter__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Status of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Status__is_set = false;
|
|
|
|
private java.lang.String Status;
|
|
|
|
public java.lang.String getStatus() {
|
|
return Status;
|
|
}
|
|
|
|
public void setStatus(java.lang.String Status) {
|
|
this.Status = Status;
|
|
Status__is_set = true;
|
|
}
|
|
|
|
protected void setStatus(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("Status", "urn:sobject.tooling.soap.sforce.com","Status","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setStatus(__typeMapper.readString(__in, _lookupTypeInfo("Status", "urn:sobject.tooling.soap.sforce.com","Status","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStatus(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Status", "urn:sobject.tooling.soap.sforce.com","Status","http://www.w3.org/2001/XMLSchema","string",0,1,true), Status, Status__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : StatusBy of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean StatusBy__is_set = false;
|
|
|
|
private java.lang.String StatusBy;
|
|
|
|
public java.lang.String getStatusBy() {
|
|
return StatusBy;
|
|
}
|
|
|
|
public void setStatusBy(java.lang.String StatusBy) {
|
|
this.StatusBy = StatusBy;
|
|
StatusBy__is_set = true;
|
|
}
|
|
|
|
protected void setStatusBy(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("StatusBy", "urn:sobject.tooling.soap.sforce.com","StatusBy","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setStatusBy(__typeMapper.readString(__in, _lookupTypeInfo("StatusBy", "urn:sobject.tooling.soap.sforce.com","StatusBy","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStatusBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("StatusBy", "urn:sobject.tooling.soap.sforce.com","StatusBy","http://www.w3.org/2001/XMLSchema","string",0,1,true), StatusBy, StatusBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : StatusMessage of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean StatusMessage__is_set = false;
|
|
|
|
private java.lang.String StatusMessage;
|
|
|
|
public java.lang.String getStatusMessage() {
|
|
return StatusMessage;
|
|
}
|
|
|
|
public void setStatusMessage(java.lang.String StatusMessage) {
|
|
this.StatusMessage = StatusMessage;
|
|
StatusMessage__is_set = true;
|
|
}
|
|
|
|
protected void setStatusMessage(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("StatusMessage", "urn:sobject.tooling.soap.sforce.com","StatusMessage","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setStatusMessage(__typeMapper.readString(__in, _lookupTypeInfo("StatusMessage", "urn:sobject.tooling.soap.sforce.com","StatusMessage","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStatusMessage(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("StatusMessage", "urn:sobject.tooling.soap.sforce.com","StatusMessage","http://www.w3.org/2001/XMLSchema","string",0,1,true), StatusMessage, StatusMessage__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : StatusUsername of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean StatusUsername__is_set = false;
|
|
|
|
private java.lang.String StatusUsername;
|
|
|
|
public java.lang.String getStatusUsername() {
|
|
return StatusUsername;
|
|
}
|
|
|
|
public void setStatusUsername(java.lang.String StatusUsername) {
|
|
this.StatusUsername = StatusUsername;
|
|
StatusUsername__is_set = true;
|
|
}
|
|
|
|
protected void setStatusUsername(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("StatusUsername", "urn:sobject.tooling.soap.sforce.com","StatusUsername","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setStatusUsername(__typeMapper.readString(__in, _lookupTypeInfo("StatusUsername", "urn:sobject.tooling.soap.sforce.com","StatusUsername","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStatusUsername(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("StatusUsername", "urn:sobject.tooling.soap.sforce.com","StatusUsername","http://www.w3.org/2001/XMLSchema","string",0,1,true), StatusUsername, StatusUsername__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 : UserIdFilter of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean UserIdFilter__is_set = false;
|
|
|
|
private java.lang.String UserIdFilter;
|
|
|
|
public java.lang.String getUserIdFilter() {
|
|
return UserIdFilter;
|
|
}
|
|
|
|
public void setUserIdFilter(java.lang.String UserIdFilter) {
|
|
this.UserIdFilter = UserIdFilter;
|
|
UserIdFilter__is_set = true;
|
|
}
|
|
|
|
protected void setUserIdFilter(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("UserIdFilter", "urn:sobject.tooling.soap.sforce.com","UserIdFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setUserIdFilter(__typeMapper.readString(__in, _lookupTypeInfo("UserIdFilter", "urn:sobject.tooling.soap.sforce.com","UserIdFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldUserIdFilter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("UserIdFilter", "urn:sobject.tooling.soap.sforce.com","UserIdFilter","http://www.w3.org/2001/XMLSchema","string",0,1,true), UserIdFilter, UserIdFilter__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", "ApexDebuggerSession");
|
|
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("[ApexDebuggerSession ");
|
|
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 {
|
|
writeFieldCreatedBy(__out, __typeMapper);
|
|
writeFieldCreatedById(__out, __typeMapper);
|
|
writeFieldCreatedDate(__out, __typeMapper);
|
|
writeFieldEntryPointFilter(__out, __typeMapper);
|
|
writeFieldIsAsyncIgnored(__out, __typeMapper);
|
|
writeFieldIsDeleted(__out, __typeMapper);
|
|
writeFieldIsInternal(__out, __typeMapper);
|
|
writeFieldLastModifiedBy(__out, __typeMapper);
|
|
writeFieldLastModifiedById(__out, __typeMapper);
|
|
writeFieldLastModifiedDate(__out, __typeMapper);
|
|
writeFieldLicense(__out, __typeMapper);
|
|
writeFieldLicenseOrg(__out, __typeMapper);
|
|
writeFieldLicenseType(__out, __typeMapper);
|
|
writeFieldName(__out, __typeMapper);
|
|
writeFieldRequestTypeFilter(__out, __typeMapper);
|
|
writeFieldStatus(__out, __typeMapper);
|
|
writeFieldStatusBy(__out, __typeMapper);
|
|
writeFieldStatusMessage(__out, __typeMapper);
|
|
writeFieldStatusUsername(__out, __typeMapper);
|
|
writeFieldSystemModstamp(__out, __typeMapper);
|
|
writeFieldUserIdFilter(__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 {
|
|
setCreatedBy(__in, __typeMapper);
|
|
setCreatedById(__in, __typeMapper);
|
|
setCreatedDate(__in, __typeMapper);
|
|
setEntryPointFilter(__in, __typeMapper);
|
|
setIsAsyncIgnored(__in, __typeMapper);
|
|
setIsDeleted(__in, __typeMapper);
|
|
setIsInternal(__in, __typeMapper);
|
|
setLastModifiedBy(__in, __typeMapper);
|
|
setLastModifiedById(__in, __typeMapper);
|
|
setLastModifiedDate(__in, __typeMapper);
|
|
setLicense(__in, __typeMapper);
|
|
setLicenseOrg(__in, __typeMapper);
|
|
setLicenseType(__in, __typeMapper);
|
|
setName(__in, __typeMapper);
|
|
setRequestTypeFilter(__in, __typeMapper);
|
|
setStatus(__in, __typeMapper);
|
|
setStatusBy(__in, __typeMapper);
|
|
setStatusMessage(__in, __typeMapper);
|
|
setStatusUsername(__in, __typeMapper);
|
|
setSystemModstamp(__in, __typeMapper);
|
|
setUserIdFilter(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "CreatedBy", CreatedBy);
|
|
toStringHelper(sb, "CreatedById", CreatedById);
|
|
toStringHelper(sb, "CreatedDate", CreatedDate);
|
|
toStringHelper(sb, "EntryPointFilter", EntryPointFilter);
|
|
toStringHelper(sb, "IsAsyncIgnored", IsAsyncIgnored);
|
|
toStringHelper(sb, "IsDeleted", IsDeleted);
|
|
toStringHelper(sb, "IsInternal", IsInternal);
|
|
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
|
|
toStringHelper(sb, "LastModifiedById", LastModifiedById);
|
|
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
|
|
toStringHelper(sb, "License", License);
|
|
toStringHelper(sb, "LicenseOrg", LicenseOrg);
|
|
toStringHelper(sb, "LicenseType", LicenseType);
|
|
toStringHelper(sb, "Name", Name);
|
|
toStringHelper(sb, "RequestTypeFilter", RequestTypeFilter);
|
|
toStringHelper(sb, "Status", Status);
|
|
toStringHelper(sb, "StatusBy", StatusBy);
|
|
toStringHelper(sb, "StatusMessage", StatusMessage);
|
|
toStringHelper(sb, "StatusUsername", StatusUsername);
|
|
toStringHelper(sb, "SystemModstamp", SystemModstamp);
|
|
toStringHelper(sb, "UserIdFilter", UserIdFilter);
|
|
}
|
|
|
|
|
|
}
|