3030 lines
160 KiB
Java
3030 lines
160 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 EntityDefinition extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public EntityDefinition() {}
|
|
|
|
/* 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 : ApexTriggers of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean ApexTriggers__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult ApexTriggers;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getApexTriggers() {
|
|
return ApexTriggers;
|
|
}
|
|
|
|
public void setApexTriggers(com.sforce.soap.tooling.QueryResult ApexTriggers) {
|
|
this.ApexTriggers = ApexTriggers;
|
|
ApexTriggers__is_set = true;
|
|
}
|
|
|
|
protected void setApexTriggers(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("ApexTriggers", "urn:sobject.tooling.soap.sforce.com","ApexTriggers","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setApexTriggers((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("ApexTriggers", "urn:sobject.tooling.soap.sforce.com","ApexTriggers","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexTriggers(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexTriggers", "urn:sobject.tooling.soap.sforce.com","ApexTriggers","urn:tooling.soap.sforce.com","QueryResult",0,1,true), ApexTriggers, ApexTriggers__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : AssignmentRules of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean AssignmentRules__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult AssignmentRules;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getAssignmentRules() {
|
|
return AssignmentRules;
|
|
}
|
|
|
|
public void setAssignmentRules(com.sforce.soap.tooling.QueryResult AssignmentRules) {
|
|
this.AssignmentRules = AssignmentRules;
|
|
AssignmentRules__is_set = true;
|
|
}
|
|
|
|
protected void setAssignmentRules(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("AssignmentRules", "urn:sobject.tooling.soap.sforce.com","AssignmentRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setAssignmentRules((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("AssignmentRules", "urn:sobject.tooling.soap.sforce.com","AssignmentRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAssignmentRules(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AssignmentRules", "urn:sobject.tooling.soap.sforce.com","AssignmentRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true), AssignmentRules, AssignmentRules__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : AutoResponseRules of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean AutoResponseRules__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult AutoResponseRules;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getAutoResponseRules() {
|
|
return AutoResponseRules;
|
|
}
|
|
|
|
public void setAutoResponseRules(com.sforce.soap.tooling.QueryResult AutoResponseRules) {
|
|
this.AutoResponseRules = AutoResponseRules;
|
|
AutoResponseRules__is_set = true;
|
|
}
|
|
|
|
protected void setAutoResponseRules(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("AutoResponseRules", "urn:sobject.tooling.soap.sforce.com","AutoResponseRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setAutoResponseRules((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("AutoResponseRules", "urn:sobject.tooling.soap.sforce.com","AutoResponseRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAutoResponseRules(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AutoResponseRules", "urn:sobject.tooling.soap.sforce.com","AutoResponseRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true), AutoResponseRules, AutoResponseRules__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : BusinessProcesses of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean BusinessProcesses__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult BusinessProcesses;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getBusinessProcesses() {
|
|
return BusinessProcesses;
|
|
}
|
|
|
|
public void setBusinessProcesses(com.sforce.soap.tooling.QueryResult BusinessProcesses) {
|
|
this.BusinessProcesses = BusinessProcesses;
|
|
BusinessProcesses__is_set = true;
|
|
}
|
|
|
|
protected void setBusinessProcesses(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("BusinessProcesses", "urn:sobject.tooling.soap.sforce.com","BusinessProcesses","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setBusinessProcesses((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("BusinessProcesses", "urn:sobject.tooling.soap.sforce.com","BusinessProcesses","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBusinessProcesses(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("BusinessProcesses", "urn:sobject.tooling.soap.sforce.com","BusinessProcesses","urn:tooling.soap.sforce.com","QueryResult",0,1,true), BusinessProcesses, BusinessProcesses__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ChildRelationships of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean ChildRelationships__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult ChildRelationships;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getChildRelationships() {
|
|
return ChildRelationships;
|
|
}
|
|
|
|
public void setChildRelationships(com.sforce.soap.tooling.QueryResult ChildRelationships) {
|
|
this.ChildRelationships = ChildRelationships;
|
|
ChildRelationships__is_set = true;
|
|
}
|
|
|
|
protected void setChildRelationships(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("ChildRelationships", "urn:sobject.tooling.soap.sforce.com","ChildRelationships","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setChildRelationships((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("ChildRelationships", "urn:sobject.tooling.soap.sforce.com","ChildRelationships","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldChildRelationships(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ChildRelationships", "urn:sobject.tooling.soap.sforce.com","ChildRelationships","urn:tooling.soap.sforce.com","QueryResult",0,1,true), ChildRelationships, ChildRelationships__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CompactLayouts of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean CompactLayouts__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult CompactLayouts;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getCompactLayouts() {
|
|
return CompactLayouts;
|
|
}
|
|
|
|
public void setCompactLayouts(com.sforce.soap.tooling.QueryResult CompactLayouts) {
|
|
this.CompactLayouts = CompactLayouts;
|
|
CompactLayouts__is_set = true;
|
|
}
|
|
|
|
protected void setCompactLayouts(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("CompactLayouts", "urn:sobject.tooling.soap.sforce.com","CompactLayouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setCompactLayouts((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("CompactLayouts", "urn:sobject.tooling.soap.sforce.com","CompactLayouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCompactLayouts(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CompactLayouts", "urn:sobject.tooling.soap.sforce.com","CompactLayouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), CompactLayouts, CompactLayouts__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CustomFields of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean CustomFields__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult CustomFields;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getCustomFields() {
|
|
return CustomFields;
|
|
}
|
|
|
|
public void setCustomFields(com.sforce.soap.tooling.QueryResult CustomFields) {
|
|
this.CustomFields = CustomFields;
|
|
CustomFields__is_set = true;
|
|
}
|
|
|
|
protected void setCustomFields(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("CustomFields", "urn:sobject.tooling.soap.sforce.com","CustomFields","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setCustomFields((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("CustomFields", "urn:sobject.tooling.soap.sforce.com","CustomFields","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCustomFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CustomFields", "urn:sobject.tooling.soap.sforce.com","CustomFields","urn:tooling.soap.sforce.com","QueryResult",0,1,true), CustomFields, CustomFields__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DefaultCompactLayout of type {urn:sobject.tooling.soap.sforce.com}CompactLayoutInfo
|
|
* java type: com.sforce.soap.tooling.sobject.CompactLayoutInfo
|
|
*/
|
|
private boolean DefaultCompactLayout__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.CompactLayoutInfo DefaultCompactLayout;
|
|
|
|
public com.sforce.soap.tooling.sobject.CompactLayoutInfo getDefaultCompactLayout() {
|
|
return DefaultCompactLayout;
|
|
}
|
|
|
|
public void setDefaultCompactLayout(com.sforce.soap.tooling.sobject.CompactLayoutInfo DefaultCompactLayout) {
|
|
this.DefaultCompactLayout = DefaultCompactLayout;
|
|
DefaultCompactLayout__is_set = true;
|
|
}
|
|
|
|
protected void setDefaultCompactLayout(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("DefaultCompactLayout", "urn:sobject.tooling.soap.sforce.com","DefaultCompactLayout","urn:sobject.tooling.soap.sforce.com","CompactLayoutInfo",0,1,true))) {
|
|
setDefaultCompactLayout((com.sforce.soap.tooling.sobject.CompactLayoutInfo)__typeMapper.readObject(__in, _lookupTypeInfo("DefaultCompactLayout", "urn:sobject.tooling.soap.sforce.com","DefaultCompactLayout","urn:sobject.tooling.soap.sforce.com","CompactLayoutInfo",0,1,true), com.sforce.soap.tooling.sobject.CompactLayoutInfo.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDefaultCompactLayout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DefaultCompactLayout", "urn:sobject.tooling.soap.sforce.com","DefaultCompactLayout","urn:sobject.tooling.soap.sforce.com","CompactLayoutInfo",0,1,true), DefaultCompactLayout, DefaultCompactLayout__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DefaultCompactLayoutId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DefaultCompactLayoutId__is_set = false;
|
|
|
|
private java.lang.String DefaultCompactLayoutId;
|
|
|
|
public java.lang.String getDefaultCompactLayoutId() {
|
|
return DefaultCompactLayoutId;
|
|
}
|
|
|
|
public void setDefaultCompactLayoutId(java.lang.String DefaultCompactLayoutId) {
|
|
this.DefaultCompactLayoutId = DefaultCompactLayoutId;
|
|
DefaultCompactLayoutId__is_set = true;
|
|
}
|
|
|
|
protected void setDefaultCompactLayoutId(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("DefaultCompactLayoutId", "urn:sobject.tooling.soap.sforce.com","DefaultCompactLayoutId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDefaultCompactLayoutId(__typeMapper.readString(__in, _lookupTypeInfo("DefaultCompactLayoutId", "urn:sobject.tooling.soap.sforce.com","DefaultCompactLayoutId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDefaultCompactLayoutId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DefaultCompactLayoutId", "urn:sobject.tooling.soap.sforce.com","DefaultCompactLayoutId","http://www.w3.org/2001/XMLSchema","string",0,1,true), DefaultCompactLayoutId, DefaultCompactLayoutId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DefaultImplementation of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DefaultImplementation__is_set = false;
|
|
|
|
private java.lang.String DefaultImplementation;
|
|
|
|
public java.lang.String getDefaultImplementation() {
|
|
return DefaultImplementation;
|
|
}
|
|
|
|
public void setDefaultImplementation(java.lang.String DefaultImplementation) {
|
|
this.DefaultImplementation = DefaultImplementation;
|
|
DefaultImplementation__is_set = true;
|
|
}
|
|
|
|
protected void setDefaultImplementation(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("DefaultImplementation", "urn:sobject.tooling.soap.sforce.com","DefaultImplementation","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDefaultImplementation(__typeMapper.readString(__in, _lookupTypeInfo("DefaultImplementation", "urn:sobject.tooling.soap.sforce.com","DefaultImplementation","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDefaultImplementation(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DefaultImplementation", "urn:sobject.tooling.soap.sforce.com","DefaultImplementation","http://www.w3.org/2001/XMLSchema","string",0,1,true), DefaultImplementation, DefaultImplementation__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DeploymentStatus of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DeploymentStatus__is_set = false;
|
|
|
|
private java.lang.String DeploymentStatus;
|
|
|
|
public java.lang.String getDeploymentStatus() {
|
|
return DeploymentStatus;
|
|
}
|
|
|
|
public void setDeploymentStatus(java.lang.String DeploymentStatus) {
|
|
this.DeploymentStatus = DeploymentStatus;
|
|
DeploymentStatus__is_set = true;
|
|
}
|
|
|
|
protected void setDeploymentStatus(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("DeploymentStatus", "urn:sobject.tooling.soap.sforce.com","DeploymentStatus","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDeploymentStatus(__typeMapper.readString(__in, _lookupTypeInfo("DeploymentStatus", "urn:sobject.tooling.soap.sforce.com","DeploymentStatus","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDeploymentStatus(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DeploymentStatus", "urn:sobject.tooling.soap.sforce.com","DeploymentStatus","http://www.w3.org/2001/XMLSchema","string",0,1,true), DeploymentStatus, DeploymentStatus__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Description of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
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;
|
|
}
|
|
|
|
protected void setDescription(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("Description", "urn:sobject.tooling.soap.sforce.com","Description","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDescription(__typeMapper.readString(__in, _lookupTypeInfo("Description", "urn:sobject.tooling.soap.sforce.com","Description","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDescription(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Description", "urn:sobject.tooling.soap.sforce.com","Description","http://www.w3.org/2001/XMLSchema","string",0,1,true), Description, Description__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DetailUrl of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DetailUrl__is_set = false;
|
|
|
|
private java.lang.String DetailUrl;
|
|
|
|
public java.lang.String getDetailUrl() {
|
|
return DetailUrl;
|
|
}
|
|
|
|
public void setDetailUrl(java.lang.String DetailUrl) {
|
|
this.DetailUrl = DetailUrl;
|
|
DetailUrl__is_set = true;
|
|
}
|
|
|
|
protected void setDetailUrl(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("DetailUrl", "urn:sobject.tooling.soap.sforce.com","DetailUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDetailUrl(__typeMapper.readString(__in, _lookupTypeInfo("DetailUrl", "urn:sobject.tooling.soap.sforce.com","DetailUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDetailUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DetailUrl", "urn:sobject.tooling.soap.sforce.com","DetailUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), DetailUrl, DetailUrl__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DeveloperName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DeveloperName__is_set = false;
|
|
|
|
private java.lang.String DeveloperName;
|
|
|
|
public java.lang.String getDeveloperName() {
|
|
return DeveloperName;
|
|
}
|
|
|
|
public void setDeveloperName(java.lang.String DeveloperName) {
|
|
this.DeveloperName = DeveloperName;
|
|
DeveloperName__is_set = true;
|
|
}
|
|
|
|
protected void setDeveloperName(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("DeveloperName", "urn:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDeveloperName(__typeMapper.readString(__in, _lookupTypeInfo("DeveloperName", "urn:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDeveloperName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DeveloperName", "urn:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true), DeveloperName, DeveloperName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : DurableId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DurableId__is_set = false;
|
|
|
|
private java.lang.String DurableId;
|
|
|
|
public java.lang.String getDurableId() {
|
|
return DurableId;
|
|
}
|
|
|
|
public void setDurableId(java.lang.String DurableId) {
|
|
this.DurableId = DurableId;
|
|
DurableId__is_set = true;
|
|
}
|
|
|
|
protected void setDurableId(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("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDurableId(__typeMapper.readString(__in, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDurableId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), DurableId, DurableId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : EditDefinitionUrl of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean EditDefinitionUrl__is_set = false;
|
|
|
|
private java.lang.String EditDefinitionUrl;
|
|
|
|
public java.lang.String getEditDefinitionUrl() {
|
|
return EditDefinitionUrl;
|
|
}
|
|
|
|
public void setEditDefinitionUrl(java.lang.String EditDefinitionUrl) {
|
|
this.EditDefinitionUrl = EditDefinitionUrl;
|
|
EditDefinitionUrl__is_set = true;
|
|
}
|
|
|
|
protected void setEditDefinitionUrl(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("EditDefinitionUrl", "urn:sobject.tooling.soap.sforce.com","EditDefinitionUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setEditDefinitionUrl(__typeMapper.readString(__in, _lookupTypeInfo("EditDefinitionUrl", "urn:sobject.tooling.soap.sforce.com","EditDefinitionUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEditDefinitionUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("EditDefinitionUrl", "urn:sobject.tooling.soap.sforce.com","EditDefinitionUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), EditDefinitionUrl, EditDefinitionUrl__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : EditUrl of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean EditUrl__is_set = false;
|
|
|
|
private java.lang.String EditUrl;
|
|
|
|
public java.lang.String getEditUrl() {
|
|
return EditUrl;
|
|
}
|
|
|
|
public void setEditUrl(java.lang.String EditUrl) {
|
|
this.EditUrl = EditUrl;
|
|
EditUrl__is_set = true;
|
|
}
|
|
|
|
protected void setEditUrl(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("EditUrl", "urn:sobject.tooling.soap.sforce.com","EditUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setEditUrl(__typeMapper.readString(__in, _lookupTypeInfo("EditUrl", "urn:sobject.tooling.soap.sforce.com","EditUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEditUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("EditUrl", "urn:sobject.tooling.soap.sforce.com","EditUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), EditUrl, EditUrl__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ExtendedBy of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ExtendedBy__is_set = false;
|
|
|
|
private java.lang.String ExtendedBy;
|
|
|
|
public java.lang.String getExtendedBy() {
|
|
return ExtendedBy;
|
|
}
|
|
|
|
public void setExtendedBy(java.lang.String ExtendedBy) {
|
|
this.ExtendedBy = ExtendedBy;
|
|
ExtendedBy__is_set = true;
|
|
}
|
|
|
|
protected void setExtendedBy(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("ExtendedBy", "urn:sobject.tooling.soap.sforce.com","ExtendedBy","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setExtendedBy(__typeMapper.readString(__in, _lookupTypeInfo("ExtendedBy", "urn:sobject.tooling.soap.sforce.com","ExtendedBy","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldExtendedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ExtendedBy", "urn:sobject.tooling.soap.sforce.com","ExtendedBy","http://www.w3.org/2001/XMLSchema","string",0,1,true), ExtendedBy, ExtendedBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ExtendsInterfaces of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ExtendsInterfaces__is_set = false;
|
|
|
|
private java.lang.String ExtendsInterfaces;
|
|
|
|
public java.lang.String getExtendsInterfaces() {
|
|
return ExtendsInterfaces;
|
|
}
|
|
|
|
public void setExtendsInterfaces(java.lang.String ExtendsInterfaces) {
|
|
this.ExtendsInterfaces = ExtendsInterfaces;
|
|
ExtendsInterfaces__is_set = true;
|
|
}
|
|
|
|
protected void setExtendsInterfaces(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("ExtendsInterfaces", "urn:sobject.tooling.soap.sforce.com","ExtendsInterfaces","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setExtendsInterfaces(__typeMapper.readString(__in, _lookupTypeInfo("ExtendsInterfaces", "urn:sobject.tooling.soap.sforce.com","ExtendsInterfaces","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldExtendsInterfaces(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ExtendsInterfaces", "urn:sobject.tooling.soap.sforce.com","ExtendsInterfaces","http://www.w3.org/2001/XMLSchema","string",0,1,true), ExtendsInterfaces, ExtendsInterfaces__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ExternalSharingModel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ExternalSharingModel__is_set = false;
|
|
|
|
private java.lang.String ExternalSharingModel;
|
|
|
|
public java.lang.String getExternalSharingModel() {
|
|
return ExternalSharingModel;
|
|
}
|
|
|
|
public void setExternalSharingModel(java.lang.String ExternalSharingModel) {
|
|
this.ExternalSharingModel = ExternalSharingModel;
|
|
ExternalSharingModel__is_set = true;
|
|
}
|
|
|
|
protected void setExternalSharingModel(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("ExternalSharingModel", "urn:sobject.tooling.soap.sforce.com","ExternalSharingModel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setExternalSharingModel(__typeMapper.readString(__in, _lookupTypeInfo("ExternalSharingModel", "urn:sobject.tooling.soap.sforce.com","ExternalSharingModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldExternalSharingModel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ExternalSharingModel", "urn:sobject.tooling.soap.sforce.com","ExternalSharingModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), ExternalSharingModel, ExternalSharingModel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FieldSets of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean FieldSets__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult FieldSets;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getFieldSets() {
|
|
return FieldSets;
|
|
}
|
|
|
|
public void setFieldSets(com.sforce.soap.tooling.QueryResult FieldSets) {
|
|
this.FieldSets = FieldSets;
|
|
FieldSets__is_set = true;
|
|
}
|
|
|
|
protected void setFieldSets(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("FieldSets", "urn:sobject.tooling.soap.sforce.com","FieldSets","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setFieldSets((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("FieldSets", "urn:sobject.tooling.soap.sforce.com","FieldSets","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFieldSets(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FieldSets", "urn:sobject.tooling.soap.sforce.com","FieldSets","urn:tooling.soap.sforce.com","QueryResult",0,1,true), FieldSets, FieldSets__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Fields of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean Fields__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult Fields;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getFields() {
|
|
return Fields;
|
|
}
|
|
|
|
public void setFields(com.sforce.soap.tooling.QueryResult Fields) {
|
|
this.Fields = Fields;
|
|
Fields__is_set = true;
|
|
}
|
|
|
|
protected void setFields(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("Fields", "urn:sobject.tooling.soap.sforce.com","Fields","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setFields((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("Fields", "urn:sobject.tooling.soap.sforce.com","Fields","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Fields", "urn:sobject.tooling.soap.sforce.com","Fields","urn:tooling.soap.sforce.com","QueryResult",0,1,true), Fields, Fields__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FormulaVariables of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean FormulaVariables__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult FormulaVariables;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getFormulaVariables() {
|
|
return FormulaVariables;
|
|
}
|
|
|
|
public void setFormulaVariables(com.sforce.soap.tooling.QueryResult FormulaVariables) {
|
|
this.FormulaVariables = FormulaVariables;
|
|
FormulaVariables__is_set = true;
|
|
}
|
|
|
|
protected void setFormulaVariables(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("FormulaVariables", "urn:sobject.tooling.soap.sforce.com","FormulaVariables","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setFormulaVariables((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("FormulaVariables", "urn:sobject.tooling.soap.sforce.com","FormulaVariables","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFormulaVariables(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FormulaVariables", "urn:sobject.tooling.soap.sforce.com","FormulaVariables","urn:tooling.soap.sforce.com","QueryResult",0,1,true), FormulaVariables, FormulaVariables__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FullName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FullName__is_set = false;
|
|
|
|
private java.lang.String FullName;
|
|
|
|
public java.lang.String getFullName() {
|
|
return FullName;
|
|
}
|
|
|
|
public void setFullName(java.lang.String FullName) {
|
|
this.FullName = FullName;
|
|
FullName__is_set = true;
|
|
}
|
|
|
|
protected void setFullName(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("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFullName(__typeMapper.readString(__in, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFullName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), FullName, FullName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : HasSubtypes of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean HasSubtypes__is_set = false;
|
|
|
|
private java.lang.Boolean HasSubtypes;
|
|
|
|
public java.lang.Boolean getHasSubtypes() {
|
|
return HasSubtypes;
|
|
}
|
|
|
|
public void setHasSubtypes(java.lang.Boolean HasSubtypes) {
|
|
this.HasSubtypes = HasSubtypes;
|
|
HasSubtypes__is_set = true;
|
|
}
|
|
|
|
protected void setHasSubtypes(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("HasSubtypes", "urn:sobject.tooling.soap.sforce.com","HasSubtypes","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setHasSubtypes((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("HasSubtypes", "urn:sobject.tooling.soap.sforce.com","HasSubtypes","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldHasSubtypes(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("HasSubtypes", "urn:sobject.tooling.soap.sforce.com","HasSubtypes","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), HasSubtypes, HasSubtypes__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : HelpSettingPageName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean HelpSettingPageName__is_set = false;
|
|
|
|
private java.lang.String HelpSettingPageName;
|
|
|
|
public java.lang.String getHelpSettingPageName() {
|
|
return HelpSettingPageName;
|
|
}
|
|
|
|
public void setHelpSettingPageName(java.lang.String HelpSettingPageName) {
|
|
this.HelpSettingPageName = HelpSettingPageName;
|
|
HelpSettingPageName__is_set = true;
|
|
}
|
|
|
|
protected void setHelpSettingPageName(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("HelpSettingPageName", "urn:sobject.tooling.soap.sforce.com","HelpSettingPageName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setHelpSettingPageName(__typeMapper.readString(__in, _lookupTypeInfo("HelpSettingPageName", "urn:sobject.tooling.soap.sforce.com","HelpSettingPageName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldHelpSettingPageName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("HelpSettingPageName", "urn:sobject.tooling.soap.sforce.com","HelpSettingPageName","http://www.w3.org/2001/XMLSchema","string",0,1,true), HelpSettingPageName, HelpSettingPageName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : HelpSettingPageUrl of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean HelpSettingPageUrl__is_set = false;
|
|
|
|
private java.lang.String HelpSettingPageUrl;
|
|
|
|
public java.lang.String getHelpSettingPageUrl() {
|
|
return HelpSettingPageUrl;
|
|
}
|
|
|
|
public void setHelpSettingPageUrl(java.lang.String HelpSettingPageUrl) {
|
|
this.HelpSettingPageUrl = HelpSettingPageUrl;
|
|
HelpSettingPageUrl__is_set = true;
|
|
}
|
|
|
|
protected void setHelpSettingPageUrl(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("HelpSettingPageUrl", "urn:sobject.tooling.soap.sforce.com","HelpSettingPageUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setHelpSettingPageUrl(__typeMapper.readString(__in, _lookupTypeInfo("HelpSettingPageUrl", "urn:sobject.tooling.soap.sforce.com","HelpSettingPageUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldHelpSettingPageUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("HelpSettingPageUrl", "urn:sobject.tooling.soap.sforce.com","HelpSettingPageUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), HelpSettingPageUrl, HelpSettingPageUrl__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ImplementedBy of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ImplementedBy__is_set = false;
|
|
|
|
private java.lang.String ImplementedBy;
|
|
|
|
public java.lang.String getImplementedBy() {
|
|
return ImplementedBy;
|
|
}
|
|
|
|
public void setImplementedBy(java.lang.String ImplementedBy) {
|
|
this.ImplementedBy = ImplementedBy;
|
|
ImplementedBy__is_set = true;
|
|
}
|
|
|
|
protected void setImplementedBy(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("ImplementedBy", "urn:sobject.tooling.soap.sforce.com","ImplementedBy","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setImplementedBy(__typeMapper.readString(__in, _lookupTypeInfo("ImplementedBy", "urn:sobject.tooling.soap.sforce.com","ImplementedBy","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldImplementedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ImplementedBy", "urn:sobject.tooling.soap.sforce.com","ImplementedBy","http://www.w3.org/2001/XMLSchema","string",0,1,true), ImplementedBy, ImplementedBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ImplementsInterfaces of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ImplementsInterfaces__is_set = false;
|
|
|
|
private java.lang.String ImplementsInterfaces;
|
|
|
|
public java.lang.String getImplementsInterfaces() {
|
|
return ImplementsInterfaces;
|
|
}
|
|
|
|
public void setImplementsInterfaces(java.lang.String ImplementsInterfaces) {
|
|
this.ImplementsInterfaces = ImplementsInterfaces;
|
|
ImplementsInterfaces__is_set = true;
|
|
}
|
|
|
|
protected void setImplementsInterfaces(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("ImplementsInterfaces", "urn:sobject.tooling.soap.sforce.com","ImplementsInterfaces","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setImplementsInterfaces(__typeMapper.readString(__in, _lookupTypeInfo("ImplementsInterfaces", "urn:sobject.tooling.soap.sforce.com","ImplementsInterfaces","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldImplementsInterfaces(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ImplementsInterfaces", "urn:sobject.tooling.soap.sforce.com","ImplementsInterfaces","http://www.w3.org/2001/XMLSchema","string",0,1,true), ImplementsInterfaces, ImplementsInterfaces__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : InternalSharingModel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean InternalSharingModel__is_set = false;
|
|
|
|
private java.lang.String InternalSharingModel;
|
|
|
|
public java.lang.String getInternalSharingModel() {
|
|
return InternalSharingModel;
|
|
}
|
|
|
|
public void setInternalSharingModel(java.lang.String InternalSharingModel) {
|
|
this.InternalSharingModel = InternalSharingModel;
|
|
InternalSharingModel__is_set = true;
|
|
}
|
|
|
|
protected void setInternalSharingModel(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("InternalSharingModel", "urn:sobject.tooling.soap.sforce.com","InternalSharingModel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setInternalSharingModel(__typeMapper.readString(__in, _lookupTypeInfo("InternalSharingModel", "urn:sobject.tooling.soap.sforce.com","InternalSharingModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldInternalSharingModel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("InternalSharingModel", "urn:sobject.tooling.soap.sforce.com","InternalSharingModel","http://www.w3.org/2001/XMLSchema","string",0,1,true), InternalSharingModel, InternalSharingModel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsActivityTrackable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsActivityTrackable__is_set = false;
|
|
|
|
private java.lang.Boolean IsActivityTrackable;
|
|
|
|
public java.lang.Boolean getIsActivityTrackable() {
|
|
return IsActivityTrackable;
|
|
}
|
|
|
|
public void setIsActivityTrackable(java.lang.Boolean IsActivityTrackable) {
|
|
this.IsActivityTrackable = IsActivityTrackable;
|
|
IsActivityTrackable__is_set = true;
|
|
}
|
|
|
|
protected void setIsActivityTrackable(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("IsActivityTrackable", "urn:sobject.tooling.soap.sforce.com","IsActivityTrackable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsActivityTrackable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsActivityTrackable", "urn:sobject.tooling.soap.sforce.com","IsActivityTrackable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsActivityTrackable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsActivityTrackable", "urn:sobject.tooling.soap.sforce.com","IsActivityTrackable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsActivityTrackable, IsActivityTrackable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsApexTriggerable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsApexTriggerable__is_set = false;
|
|
|
|
private java.lang.Boolean IsApexTriggerable;
|
|
|
|
public java.lang.Boolean getIsApexTriggerable() {
|
|
return IsApexTriggerable;
|
|
}
|
|
|
|
public void setIsApexTriggerable(java.lang.Boolean IsApexTriggerable) {
|
|
this.IsApexTriggerable = IsApexTriggerable;
|
|
IsApexTriggerable__is_set = true;
|
|
}
|
|
|
|
protected void setIsApexTriggerable(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("IsApexTriggerable", "urn:sobject.tooling.soap.sforce.com","IsApexTriggerable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsApexTriggerable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsApexTriggerable", "urn:sobject.tooling.soap.sforce.com","IsApexTriggerable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsApexTriggerable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsApexTriggerable", "urn:sobject.tooling.soap.sforce.com","IsApexTriggerable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsApexTriggerable, IsApexTriggerable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsAutoActivityCaptureEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsAutoActivityCaptureEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsAutoActivityCaptureEnabled;
|
|
|
|
public java.lang.Boolean getIsAutoActivityCaptureEnabled() {
|
|
return IsAutoActivityCaptureEnabled;
|
|
}
|
|
|
|
public void setIsAutoActivityCaptureEnabled(java.lang.Boolean IsAutoActivityCaptureEnabled) {
|
|
this.IsAutoActivityCaptureEnabled = IsAutoActivityCaptureEnabled;
|
|
IsAutoActivityCaptureEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsAutoActivityCaptureEnabled(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("IsAutoActivityCaptureEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutoActivityCaptureEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsAutoActivityCaptureEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsAutoActivityCaptureEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutoActivityCaptureEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsAutoActivityCaptureEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsAutoActivityCaptureEnabled", "urn:sobject.tooling.soap.sforce.com","IsAutoActivityCaptureEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsAutoActivityCaptureEnabled, IsAutoActivityCaptureEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsCompactLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsCompactLayoutable__is_set = false;
|
|
|
|
private java.lang.Boolean IsCompactLayoutable;
|
|
|
|
public java.lang.Boolean getIsCompactLayoutable() {
|
|
return IsCompactLayoutable;
|
|
}
|
|
|
|
public void setIsCompactLayoutable(java.lang.Boolean IsCompactLayoutable) {
|
|
this.IsCompactLayoutable = IsCompactLayoutable;
|
|
IsCompactLayoutable__is_set = true;
|
|
}
|
|
|
|
protected void setIsCompactLayoutable(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("IsCompactLayoutable", "urn:sobject.tooling.soap.sforce.com","IsCompactLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsCompactLayoutable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsCompactLayoutable", "urn:sobject.tooling.soap.sforce.com","IsCompactLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsCompactLayoutable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsCompactLayoutable", "urn:sobject.tooling.soap.sforce.com","IsCompactLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsCompactLayoutable, IsCompactLayoutable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsCustomSetting of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsCustomSetting__is_set = false;
|
|
|
|
private java.lang.Boolean IsCustomSetting;
|
|
|
|
public java.lang.Boolean getIsCustomSetting() {
|
|
return IsCustomSetting;
|
|
}
|
|
|
|
public void setIsCustomSetting(java.lang.Boolean IsCustomSetting) {
|
|
this.IsCustomSetting = IsCustomSetting;
|
|
IsCustomSetting__is_set = true;
|
|
}
|
|
|
|
protected void setIsCustomSetting(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("IsCustomSetting", "urn:sobject.tooling.soap.sforce.com","IsCustomSetting","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsCustomSetting((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsCustomSetting", "urn:sobject.tooling.soap.sforce.com","IsCustomSetting","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsCustomSetting(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsCustomSetting", "urn:sobject.tooling.soap.sforce.com","IsCustomSetting","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsCustomSetting, IsCustomSetting__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsCustomizable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsCustomizable__is_set = false;
|
|
|
|
private java.lang.Boolean IsCustomizable;
|
|
|
|
public java.lang.Boolean getIsCustomizable() {
|
|
return IsCustomizable;
|
|
}
|
|
|
|
public void setIsCustomizable(java.lang.Boolean IsCustomizable) {
|
|
this.IsCustomizable = IsCustomizable;
|
|
IsCustomizable__is_set = true;
|
|
}
|
|
|
|
protected void setIsCustomizable(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("IsCustomizable", "urn:sobject.tooling.soap.sforce.com","IsCustomizable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsCustomizable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsCustomizable", "urn:sobject.tooling.soap.sforce.com","IsCustomizable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsCustomizable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsCustomizable", "urn:sobject.tooling.soap.sforce.com","IsCustomizable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsCustomizable, IsCustomizable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsDeepCloneable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsDeepCloneable__is_set = false;
|
|
|
|
private java.lang.Boolean IsDeepCloneable;
|
|
|
|
public java.lang.Boolean getIsDeepCloneable() {
|
|
return IsDeepCloneable;
|
|
}
|
|
|
|
public void setIsDeepCloneable(java.lang.Boolean IsDeepCloneable) {
|
|
this.IsDeepCloneable = IsDeepCloneable;
|
|
IsDeepCloneable__is_set = true;
|
|
}
|
|
|
|
protected void setIsDeepCloneable(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("IsDeepCloneable", "urn:sobject.tooling.soap.sforce.com","IsDeepCloneable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsDeepCloneable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDeepCloneable", "urn:sobject.tooling.soap.sforce.com","IsDeepCloneable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsDeepCloneable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsDeepCloneable", "urn:sobject.tooling.soap.sforce.com","IsDeepCloneable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDeepCloneable, IsDeepCloneable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsDeprecatedAndHidden of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsDeprecatedAndHidden__is_set = false;
|
|
|
|
private java.lang.Boolean IsDeprecatedAndHidden;
|
|
|
|
public java.lang.Boolean getIsDeprecatedAndHidden() {
|
|
return IsDeprecatedAndHidden;
|
|
}
|
|
|
|
public void setIsDeprecatedAndHidden(java.lang.Boolean IsDeprecatedAndHidden) {
|
|
this.IsDeprecatedAndHidden = IsDeprecatedAndHidden;
|
|
IsDeprecatedAndHidden__is_set = true;
|
|
}
|
|
|
|
protected void setIsDeprecatedAndHidden(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("IsDeprecatedAndHidden", "urn:sobject.tooling.soap.sforce.com","IsDeprecatedAndHidden","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsDeprecatedAndHidden((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDeprecatedAndHidden", "urn:sobject.tooling.soap.sforce.com","IsDeprecatedAndHidden","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsDeprecatedAndHidden(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsDeprecatedAndHidden", "urn:sobject.tooling.soap.sforce.com","IsDeprecatedAndHidden","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDeprecatedAndHidden, IsDeprecatedAndHidden__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsEverCreatable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsEverCreatable__is_set = false;
|
|
|
|
private java.lang.Boolean IsEverCreatable;
|
|
|
|
public java.lang.Boolean getIsEverCreatable() {
|
|
return IsEverCreatable;
|
|
}
|
|
|
|
public void setIsEverCreatable(java.lang.Boolean IsEverCreatable) {
|
|
this.IsEverCreatable = IsEverCreatable;
|
|
IsEverCreatable__is_set = true;
|
|
}
|
|
|
|
protected void setIsEverCreatable(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("IsEverCreatable", "urn:sobject.tooling.soap.sforce.com","IsEverCreatable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsEverCreatable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsEverCreatable", "urn:sobject.tooling.soap.sforce.com","IsEverCreatable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsEverCreatable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsEverCreatable", "urn:sobject.tooling.soap.sforce.com","IsEverCreatable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsEverCreatable, IsEverCreatable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsEverDeletable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsEverDeletable__is_set = false;
|
|
|
|
private java.lang.Boolean IsEverDeletable;
|
|
|
|
public java.lang.Boolean getIsEverDeletable() {
|
|
return IsEverDeletable;
|
|
}
|
|
|
|
public void setIsEverDeletable(java.lang.Boolean IsEverDeletable) {
|
|
this.IsEverDeletable = IsEverDeletable;
|
|
IsEverDeletable__is_set = true;
|
|
}
|
|
|
|
protected void setIsEverDeletable(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("IsEverDeletable", "urn:sobject.tooling.soap.sforce.com","IsEverDeletable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsEverDeletable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsEverDeletable", "urn:sobject.tooling.soap.sforce.com","IsEverDeletable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsEverDeletable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsEverDeletable", "urn:sobject.tooling.soap.sforce.com","IsEverDeletable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsEverDeletable, IsEverDeletable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsEverUpdatable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsEverUpdatable__is_set = false;
|
|
|
|
private java.lang.Boolean IsEverUpdatable;
|
|
|
|
public java.lang.Boolean getIsEverUpdatable() {
|
|
return IsEverUpdatable;
|
|
}
|
|
|
|
public void setIsEverUpdatable(java.lang.Boolean IsEverUpdatable) {
|
|
this.IsEverUpdatable = IsEverUpdatable;
|
|
IsEverUpdatable__is_set = true;
|
|
}
|
|
|
|
protected void setIsEverUpdatable(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("IsEverUpdatable", "urn:sobject.tooling.soap.sforce.com","IsEverUpdatable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsEverUpdatable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsEverUpdatable", "urn:sobject.tooling.soap.sforce.com","IsEverUpdatable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsEverUpdatable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsEverUpdatable", "urn:sobject.tooling.soap.sforce.com","IsEverUpdatable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsEverUpdatable, IsEverUpdatable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsFeedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsFeedEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsFeedEnabled;
|
|
|
|
public java.lang.Boolean getIsFeedEnabled() {
|
|
return IsFeedEnabled;
|
|
}
|
|
|
|
public void setIsFeedEnabled(java.lang.Boolean IsFeedEnabled) {
|
|
this.IsFeedEnabled = IsFeedEnabled;
|
|
IsFeedEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsFeedEnabled(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("IsFeedEnabled", "urn:sobject.tooling.soap.sforce.com","IsFeedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsFeedEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsFeedEnabled", "urn:sobject.tooling.soap.sforce.com","IsFeedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsFeedEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsFeedEnabled", "urn:sobject.tooling.soap.sforce.com","IsFeedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsFeedEnabled, IsFeedEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsFieldHistoryTracked of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsFieldHistoryTracked__is_set = false;
|
|
|
|
private java.lang.Boolean IsFieldHistoryTracked;
|
|
|
|
public java.lang.Boolean getIsFieldHistoryTracked() {
|
|
return IsFieldHistoryTracked;
|
|
}
|
|
|
|
public void setIsFieldHistoryTracked(java.lang.Boolean IsFieldHistoryTracked) {
|
|
this.IsFieldHistoryTracked = IsFieldHistoryTracked;
|
|
IsFieldHistoryTracked__is_set = true;
|
|
}
|
|
|
|
protected void setIsFieldHistoryTracked(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("IsFieldHistoryTracked", "urn:sobject.tooling.soap.sforce.com","IsFieldHistoryTracked","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsFieldHistoryTracked((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsFieldHistoryTracked", "urn:sobject.tooling.soap.sforce.com","IsFieldHistoryTracked","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsFieldHistoryTracked(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsFieldHistoryTracked", "urn:sobject.tooling.soap.sforce.com","IsFieldHistoryTracked","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsFieldHistoryTracked, IsFieldHistoryTracked__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsFlsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsFlsEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsFlsEnabled;
|
|
|
|
public java.lang.Boolean getIsFlsEnabled() {
|
|
return IsFlsEnabled;
|
|
}
|
|
|
|
public void setIsFlsEnabled(java.lang.Boolean IsFlsEnabled) {
|
|
this.IsFlsEnabled = IsFlsEnabled;
|
|
IsFlsEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsFlsEnabled(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("IsFlsEnabled", "urn:sobject.tooling.soap.sforce.com","IsFlsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsFlsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsFlsEnabled", "urn:sobject.tooling.soap.sforce.com","IsFlsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsFlsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsFlsEnabled", "urn:sobject.tooling.soap.sforce.com","IsFlsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsFlsEnabled, IsFlsEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsIdEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsIdEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsIdEnabled;
|
|
|
|
public java.lang.Boolean getIsIdEnabled() {
|
|
return IsIdEnabled;
|
|
}
|
|
|
|
public void setIsIdEnabled(java.lang.Boolean IsIdEnabled) {
|
|
this.IsIdEnabled = IsIdEnabled;
|
|
IsIdEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsIdEnabled(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("IsIdEnabled", "urn:sobject.tooling.soap.sforce.com","IsIdEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsIdEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsIdEnabled", "urn:sobject.tooling.soap.sforce.com","IsIdEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsIdEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsIdEnabled", "urn:sobject.tooling.soap.sforce.com","IsIdEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsIdEnabled, IsIdEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsInterface of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsInterface__is_set = false;
|
|
|
|
private java.lang.Boolean IsInterface;
|
|
|
|
public java.lang.Boolean getIsInterface() {
|
|
return IsInterface;
|
|
}
|
|
|
|
public void setIsInterface(java.lang.Boolean IsInterface) {
|
|
this.IsInterface = IsInterface;
|
|
IsInterface__is_set = true;
|
|
}
|
|
|
|
protected void setIsInterface(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("IsInterface", "urn:sobject.tooling.soap.sforce.com","IsInterface","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsInterface((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInterface", "urn:sobject.tooling.soap.sforce.com","IsInterface","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsInterface(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInterface", "urn:sobject.tooling.soap.sforce.com","IsInterface","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInterface, IsInterface__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsLayoutable__is_set = false;
|
|
|
|
private java.lang.Boolean IsLayoutable;
|
|
|
|
public java.lang.Boolean getIsLayoutable() {
|
|
return IsLayoutable;
|
|
}
|
|
|
|
public void setIsLayoutable(java.lang.Boolean IsLayoutable) {
|
|
this.IsLayoutable = IsLayoutable;
|
|
IsLayoutable__is_set = true;
|
|
}
|
|
|
|
protected void setIsLayoutable(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("IsLayoutable", "urn:sobject.tooling.soap.sforce.com","IsLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsLayoutable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsLayoutable", "urn:sobject.tooling.soap.sforce.com","IsLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsLayoutable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsLayoutable", "urn:sobject.tooling.soap.sforce.com","IsLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsLayoutable, IsLayoutable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsMruEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsMruEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsMruEnabled;
|
|
|
|
public java.lang.Boolean getIsMruEnabled() {
|
|
return IsMruEnabled;
|
|
}
|
|
|
|
public void setIsMruEnabled(java.lang.Boolean IsMruEnabled) {
|
|
this.IsMruEnabled = IsMruEnabled;
|
|
IsMruEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsMruEnabled(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("IsMruEnabled", "urn:sobject.tooling.soap.sforce.com","IsMruEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsMruEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsMruEnabled", "urn:sobject.tooling.soap.sforce.com","IsMruEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsMruEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsMruEnabled", "urn:sobject.tooling.soap.sforce.com","IsMruEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsMruEnabled, IsMruEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsProcessEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsProcessEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsProcessEnabled;
|
|
|
|
public java.lang.Boolean getIsProcessEnabled() {
|
|
return IsProcessEnabled;
|
|
}
|
|
|
|
public void setIsProcessEnabled(java.lang.Boolean IsProcessEnabled) {
|
|
this.IsProcessEnabled = IsProcessEnabled;
|
|
IsProcessEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsProcessEnabled(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("IsProcessEnabled", "urn:sobject.tooling.soap.sforce.com","IsProcessEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsProcessEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsProcessEnabled", "urn:sobject.tooling.soap.sforce.com","IsProcessEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsProcessEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsProcessEnabled", "urn:sobject.tooling.soap.sforce.com","IsProcessEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsProcessEnabled, IsProcessEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsQueryable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsQueryable__is_set = false;
|
|
|
|
private java.lang.Boolean IsQueryable;
|
|
|
|
public java.lang.Boolean getIsQueryable() {
|
|
return IsQueryable;
|
|
}
|
|
|
|
public void setIsQueryable(java.lang.Boolean IsQueryable) {
|
|
this.IsQueryable = IsQueryable;
|
|
IsQueryable__is_set = true;
|
|
}
|
|
|
|
protected void setIsQueryable(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("IsQueryable", "urn:sobject.tooling.soap.sforce.com","IsQueryable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsQueryable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsQueryable", "urn:sobject.tooling.soap.sforce.com","IsQueryable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsQueryable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsQueryable", "urn:sobject.tooling.soap.sforce.com","IsQueryable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsQueryable, IsQueryable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsReplicateable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsReplicateable__is_set = false;
|
|
|
|
private java.lang.Boolean IsReplicateable;
|
|
|
|
public java.lang.Boolean getIsReplicateable() {
|
|
return IsReplicateable;
|
|
}
|
|
|
|
public void setIsReplicateable(java.lang.Boolean IsReplicateable) {
|
|
this.IsReplicateable = IsReplicateable;
|
|
IsReplicateable__is_set = true;
|
|
}
|
|
|
|
protected void setIsReplicateable(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("IsReplicateable", "urn:sobject.tooling.soap.sforce.com","IsReplicateable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsReplicateable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsReplicateable", "urn:sobject.tooling.soap.sforce.com","IsReplicateable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsReplicateable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsReplicateable", "urn:sobject.tooling.soap.sforce.com","IsReplicateable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsReplicateable, IsReplicateable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsReportingEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsReportingEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsReportingEnabled;
|
|
|
|
public java.lang.Boolean getIsReportingEnabled() {
|
|
return IsReportingEnabled;
|
|
}
|
|
|
|
public void setIsReportingEnabled(java.lang.Boolean IsReportingEnabled) {
|
|
this.IsReportingEnabled = IsReportingEnabled;
|
|
IsReportingEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsReportingEnabled(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("IsReportingEnabled", "urn:sobject.tooling.soap.sforce.com","IsReportingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsReportingEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsReportingEnabled", "urn:sobject.tooling.soap.sforce.com","IsReportingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsReportingEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsReportingEnabled", "urn:sobject.tooling.soap.sforce.com","IsReportingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsReportingEnabled, IsReportingEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsRetrieveable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsRetrieveable__is_set = false;
|
|
|
|
private java.lang.Boolean IsRetrieveable;
|
|
|
|
public java.lang.Boolean getIsRetrieveable() {
|
|
return IsRetrieveable;
|
|
}
|
|
|
|
public void setIsRetrieveable(java.lang.Boolean IsRetrieveable) {
|
|
this.IsRetrieveable = IsRetrieveable;
|
|
IsRetrieveable__is_set = true;
|
|
}
|
|
|
|
protected void setIsRetrieveable(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("IsRetrieveable", "urn:sobject.tooling.soap.sforce.com","IsRetrieveable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsRetrieveable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsRetrieveable", "urn:sobject.tooling.soap.sforce.com","IsRetrieveable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsRetrieveable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsRetrieveable", "urn:sobject.tooling.soap.sforce.com","IsRetrieveable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsRetrieveable, IsRetrieveable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSearchLayoutable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSearchLayoutable__is_set = false;
|
|
|
|
private java.lang.Boolean IsSearchLayoutable;
|
|
|
|
public java.lang.Boolean getIsSearchLayoutable() {
|
|
return IsSearchLayoutable;
|
|
}
|
|
|
|
public void setIsSearchLayoutable(java.lang.Boolean IsSearchLayoutable) {
|
|
this.IsSearchLayoutable = IsSearchLayoutable;
|
|
IsSearchLayoutable__is_set = true;
|
|
}
|
|
|
|
protected void setIsSearchLayoutable(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("IsSearchLayoutable", "urn:sobject.tooling.soap.sforce.com","IsSearchLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSearchLayoutable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSearchLayoutable", "urn:sobject.tooling.soap.sforce.com","IsSearchLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSearchLayoutable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSearchLayoutable", "urn:sobject.tooling.soap.sforce.com","IsSearchLayoutable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSearchLayoutable, IsSearchLayoutable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSearchable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSearchable__is_set = false;
|
|
|
|
private java.lang.Boolean IsSearchable;
|
|
|
|
public java.lang.Boolean getIsSearchable() {
|
|
return IsSearchable;
|
|
}
|
|
|
|
public void setIsSearchable(java.lang.Boolean IsSearchable) {
|
|
this.IsSearchable = IsSearchable;
|
|
IsSearchable__is_set = true;
|
|
}
|
|
|
|
protected void setIsSearchable(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("IsSearchable", "urn:sobject.tooling.soap.sforce.com","IsSearchable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSearchable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSearchable", "urn:sobject.tooling.soap.sforce.com","IsSearchable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSearchable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSearchable", "urn:sobject.tooling.soap.sforce.com","IsSearchable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSearchable, IsSearchable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSubtype of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSubtype__is_set = false;
|
|
|
|
private java.lang.Boolean IsSubtype;
|
|
|
|
public java.lang.Boolean getIsSubtype() {
|
|
return IsSubtype;
|
|
}
|
|
|
|
public void setIsSubtype(java.lang.Boolean IsSubtype) {
|
|
this.IsSubtype = IsSubtype;
|
|
IsSubtype__is_set = true;
|
|
}
|
|
|
|
protected void setIsSubtype(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("IsSubtype", "urn:sobject.tooling.soap.sforce.com","IsSubtype","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSubtype((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSubtype", "urn:sobject.tooling.soap.sforce.com","IsSubtype","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSubtype(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSubtype", "urn:sobject.tooling.soap.sforce.com","IsSubtype","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSubtype, IsSubtype__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsTriggerable of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsTriggerable__is_set = false;
|
|
|
|
private java.lang.Boolean IsTriggerable;
|
|
|
|
public java.lang.Boolean getIsTriggerable() {
|
|
return IsTriggerable;
|
|
}
|
|
|
|
public void setIsTriggerable(java.lang.Boolean IsTriggerable) {
|
|
this.IsTriggerable = IsTriggerable;
|
|
IsTriggerable__is_set = true;
|
|
}
|
|
|
|
protected void setIsTriggerable(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("IsTriggerable", "urn:sobject.tooling.soap.sforce.com","IsTriggerable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsTriggerable((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsTriggerable", "urn:sobject.tooling.soap.sforce.com","IsTriggerable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsTriggerable(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsTriggerable", "urn:sobject.tooling.soap.sforce.com","IsTriggerable","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsTriggerable, IsTriggerable__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsWorkflowEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsWorkflowEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsWorkflowEnabled;
|
|
|
|
public java.lang.Boolean getIsWorkflowEnabled() {
|
|
return IsWorkflowEnabled;
|
|
}
|
|
|
|
public void setIsWorkflowEnabled(java.lang.Boolean IsWorkflowEnabled) {
|
|
this.IsWorkflowEnabled = IsWorkflowEnabled;
|
|
IsWorkflowEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsWorkflowEnabled(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("IsWorkflowEnabled", "urn:sobject.tooling.soap.sforce.com","IsWorkflowEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsWorkflowEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsWorkflowEnabled", "urn:sobject.tooling.soap.sforce.com","IsWorkflowEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsWorkflowEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsWorkflowEnabled", "urn:sobject.tooling.soap.sforce.com","IsWorkflowEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsWorkflowEnabled, IsWorkflowEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : KeyPrefix of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean KeyPrefix__is_set = false;
|
|
|
|
private java.lang.String KeyPrefix;
|
|
|
|
public java.lang.String getKeyPrefix() {
|
|
return KeyPrefix;
|
|
}
|
|
|
|
public void setKeyPrefix(java.lang.String KeyPrefix) {
|
|
this.KeyPrefix = KeyPrefix;
|
|
KeyPrefix__is_set = true;
|
|
}
|
|
|
|
protected void setKeyPrefix(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("KeyPrefix", "urn:sobject.tooling.soap.sforce.com","KeyPrefix","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setKeyPrefix(__typeMapper.readString(__in, _lookupTypeInfo("KeyPrefix", "urn:sobject.tooling.soap.sforce.com","KeyPrefix","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldKeyPrefix(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("KeyPrefix", "urn:sobject.tooling.soap.sforce.com","KeyPrefix","http://www.w3.org/2001/XMLSchema","string",0,1,true), KeyPrefix, KeyPrefix__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Label of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Label__is_set = false;
|
|
|
|
private java.lang.String Label;
|
|
|
|
public java.lang.String getLabel() {
|
|
return Label;
|
|
}
|
|
|
|
public void setLabel(java.lang.String Label) {
|
|
this.Label = Label;
|
|
Label__is_set = true;
|
|
}
|
|
|
|
protected void setLabel(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("Label", "urn:sobject.tooling.soap.sforce.com","Label","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLabel(__typeMapper.readString(__in, _lookupTypeInfo("Label", "urn:sobject.tooling.soap.sforce.com","Label","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Label", "urn:sobject.tooling.soap.sforce.com","Label","http://www.w3.org/2001/XMLSchema","string",0,1,true), Label, Label__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 : Layouts of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean Layouts__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult Layouts;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getLayouts() {
|
|
return Layouts;
|
|
}
|
|
|
|
public void setLayouts(com.sforce.soap.tooling.QueryResult Layouts) {
|
|
this.Layouts = Layouts;
|
|
Layouts__is_set = true;
|
|
}
|
|
|
|
protected void setLayouts(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("Layouts", "urn:sobject.tooling.soap.sforce.com","Layouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setLayouts((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("Layouts", "urn:sobject.tooling.soap.sforce.com","Layouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLayouts(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Layouts", "urn:sobject.tooling.soap.sforce.com","Layouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), Layouts, Layouts__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Limits of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean Limits__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult Limits;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getLimits() {
|
|
return Limits;
|
|
}
|
|
|
|
public void setLimits(com.sforce.soap.tooling.QueryResult Limits) {
|
|
this.Limits = Limits;
|
|
Limits__is_set = true;
|
|
}
|
|
|
|
protected void setLimits(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("Limits", "urn:sobject.tooling.soap.sforce.com","Limits","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setLimits((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("Limits", "urn:sobject.tooling.soap.sforce.com","Limits","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLimits(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Limits", "urn:sobject.tooling.soap.sforce.com","Limits","urn:tooling.soap.sforce.com","QueryResult",0,1,true), Limits, Limits__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LookupFilters of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean LookupFilters__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult LookupFilters;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getLookupFilters() {
|
|
return LookupFilters;
|
|
}
|
|
|
|
public void setLookupFilters(com.sforce.soap.tooling.QueryResult LookupFilters) {
|
|
this.LookupFilters = LookupFilters;
|
|
LookupFilters__is_set = true;
|
|
}
|
|
|
|
protected void setLookupFilters(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("LookupFilters", "urn:sobject.tooling.soap.sforce.com","LookupFilters","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setLookupFilters((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("LookupFilters", "urn:sobject.tooling.soap.sforce.com","LookupFilters","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLookupFilters(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LookupFilters", "urn:sobject.tooling.soap.sforce.com","LookupFilters","urn:tooling.soap.sforce.com","QueryResult",0,1,true), LookupFilters, LookupFilters__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : MasterLabel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
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;
|
|
}
|
|
|
|
protected void setMasterLabel(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("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setMasterLabel(__typeMapper.readString(__in, _lookupTypeInfo("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMasterLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), MasterLabel, MasterLabel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}CustomObject
|
|
* java type: com.sforce.soap.tooling.metadata.CustomObject
|
|
*/
|
|
private boolean Metadata__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.CustomObject Metadata;
|
|
|
|
public com.sforce.soap.tooling.metadata.CustomObject getMetadata() {
|
|
return Metadata;
|
|
}
|
|
|
|
public void setMetadata(com.sforce.soap.tooling.metadata.CustomObject Metadata) {
|
|
this.Metadata = Metadata;
|
|
Metadata__is_set = true;
|
|
}
|
|
|
|
protected void setMetadata(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("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","CustomObject",0,1,true))) {
|
|
setMetadata((com.sforce.soap.tooling.metadata.CustomObject)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","CustomObject",0,1,true), com.sforce.soap.tooling.metadata.CustomObject.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMetadata(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","CustomObject",0,1,true), Metadata, Metadata__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : NamespacePrefix of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
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;
|
|
}
|
|
|
|
protected void setNamespacePrefix(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("NamespacePrefix", "urn:sobject.tooling.soap.sforce.com","NamespacePrefix","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setNamespacePrefix(__typeMapper.readString(__in, _lookupTypeInfo("NamespacePrefix", "urn:sobject.tooling.soap.sforce.com","NamespacePrefix","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldNamespacePrefix(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("NamespacePrefix", "urn:sobject.tooling.soap.sforce.com","NamespacePrefix","http://www.w3.org/2001/XMLSchema","string",0,1,true), NamespacePrefix, NamespacePrefix__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : NewUrl of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean NewUrl__is_set = false;
|
|
|
|
private java.lang.String NewUrl;
|
|
|
|
public java.lang.String getNewUrl() {
|
|
return NewUrl;
|
|
}
|
|
|
|
public void setNewUrl(java.lang.String NewUrl) {
|
|
this.NewUrl = NewUrl;
|
|
NewUrl__is_set = true;
|
|
}
|
|
|
|
protected void setNewUrl(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("NewUrl", "urn:sobject.tooling.soap.sforce.com","NewUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setNewUrl(__typeMapper.readString(__in, _lookupTypeInfo("NewUrl", "urn:sobject.tooling.soap.sforce.com","NewUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldNewUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("NewUrl", "urn:sobject.tooling.soap.sforce.com","NewUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), NewUrl, NewUrl__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : OwnerChangeOptions of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean OwnerChangeOptions__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult OwnerChangeOptions;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getOwnerChangeOptions() {
|
|
return OwnerChangeOptions;
|
|
}
|
|
|
|
public void setOwnerChangeOptions(com.sforce.soap.tooling.QueryResult OwnerChangeOptions) {
|
|
this.OwnerChangeOptions = OwnerChangeOptions;
|
|
OwnerChangeOptions__is_set = true;
|
|
}
|
|
|
|
protected void setOwnerChangeOptions(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("OwnerChangeOptions", "urn:sobject.tooling.soap.sforce.com","OwnerChangeOptions","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setOwnerChangeOptions((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("OwnerChangeOptions", "urn:sobject.tooling.soap.sforce.com","OwnerChangeOptions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOwnerChangeOptions(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("OwnerChangeOptions", "urn:sobject.tooling.soap.sforce.com","OwnerChangeOptions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), OwnerChangeOptions, OwnerChangeOptions__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Particles of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean Particles__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult Particles;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getParticles() {
|
|
return Particles;
|
|
}
|
|
|
|
public void setParticles(com.sforce.soap.tooling.QueryResult Particles) {
|
|
this.Particles = Particles;
|
|
Particles__is_set = true;
|
|
}
|
|
|
|
protected void setParticles(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("Particles", "urn:sobject.tooling.soap.sforce.com","Particles","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setParticles((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("Particles", "urn:sobject.tooling.soap.sforce.com","Particles","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldParticles(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Particles", "urn:sobject.tooling.soap.sforce.com","Particles","urn:tooling.soap.sforce.com","QueryResult",0,1,true), Particles, Particles__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : PluralLabel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean PluralLabel__is_set = false;
|
|
|
|
private java.lang.String PluralLabel;
|
|
|
|
public java.lang.String getPluralLabel() {
|
|
return PluralLabel;
|
|
}
|
|
|
|
public void setPluralLabel(java.lang.String PluralLabel) {
|
|
this.PluralLabel = PluralLabel;
|
|
PluralLabel__is_set = true;
|
|
}
|
|
|
|
protected void setPluralLabel(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("PluralLabel", "urn:sobject.tooling.soap.sforce.com","PluralLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setPluralLabel(__typeMapper.readString(__in, _lookupTypeInfo("PluralLabel", "urn:sobject.tooling.soap.sforce.com","PluralLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPluralLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("PluralLabel", "urn:sobject.tooling.soap.sforce.com","PluralLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), PluralLabel, PluralLabel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : PostTemplates of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean PostTemplates__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult PostTemplates;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getPostTemplates() {
|
|
return PostTemplates;
|
|
}
|
|
|
|
public void setPostTemplates(com.sforce.soap.tooling.QueryResult PostTemplates) {
|
|
this.PostTemplates = PostTemplates;
|
|
PostTemplates__is_set = true;
|
|
}
|
|
|
|
protected void setPostTemplates(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("PostTemplates", "urn:sobject.tooling.soap.sforce.com","PostTemplates","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setPostTemplates((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("PostTemplates", "urn:sobject.tooling.soap.sforce.com","PostTemplates","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPostTemplates(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("PostTemplates", "urn:sobject.tooling.soap.sforce.com","PostTemplates","urn:tooling.soap.sforce.com","QueryResult",0,1,true), PostTemplates, PostTemplates__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Publisher of type {urn:sobject.tooling.soap.sforce.com}Publisher
|
|
* java type: com.sforce.soap.tooling.sobject.Publisher
|
|
*/
|
|
private boolean Publisher__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.Publisher Publisher;
|
|
|
|
public com.sforce.soap.tooling.sobject.Publisher getPublisher() {
|
|
return Publisher;
|
|
}
|
|
|
|
public void setPublisher(com.sforce.soap.tooling.sobject.Publisher Publisher) {
|
|
this.Publisher = Publisher;
|
|
Publisher__is_set = true;
|
|
}
|
|
|
|
protected void setPublisher(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("Publisher", "urn:sobject.tooling.soap.sforce.com","Publisher","urn:sobject.tooling.soap.sforce.com","Publisher",0,1,true))) {
|
|
setPublisher((com.sforce.soap.tooling.sobject.Publisher)__typeMapper.readObject(__in, _lookupTypeInfo("Publisher", "urn:sobject.tooling.soap.sforce.com","Publisher","urn:sobject.tooling.soap.sforce.com","Publisher",0,1,true), com.sforce.soap.tooling.sobject.Publisher.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPublisher(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Publisher", "urn:sobject.tooling.soap.sforce.com","Publisher","urn:sobject.tooling.soap.sforce.com","Publisher",0,1,true), Publisher, Publisher__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : PublisherId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean PublisherId__is_set = false;
|
|
|
|
private java.lang.String PublisherId;
|
|
|
|
public java.lang.String getPublisherId() {
|
|
return PublisherId;
|
|
}
|
|
|
|
public void setPublisherId(java.lang.String PublisherId) {
|
|
this.PublisherId = PublisherId;
|
|
PublisherId__is_set = true;
|
|
}
|
|
|
|
protected void setPublisherId(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("PublisherId", "urn:sobject.tooling.soap.sforce.com","PublisherId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setPublisherId(__typeMapper.readString(__in, _lookupTypeInfo("PublisherId", "urn:sobject.tooling.soap.sforce.com","PublisherId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPublisherId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("PublisherId", "urn:sobject.tooling.soap.sforce.com","PublisherId","http://www.w3.org/2001/XMLSchema","string",0,1,true), PublisherId, PublisherId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : QualifiedApiName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean QualifiedApiName__is_set = false;
|
|
|
|
private java.lang.String QualifiedApiName;
|
|
|
|
public java.lang.String getQualifiedApiName() {
|
|
return QualifiedApiName;
|
|
}
|
|
|
|
public void setQualifiedApiName(java.lang.String QualifiedApiName) {
|
|
this.QualifiedApiName = QualifiedApiName;
|
|
QualifiedApiName__is_set = true;
|
|
}
|
|
|
|
protected void setQualifiedApiName(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("QualifiedApiName", "urn:sobject.tooling.soap.sforce.com","QualifiedApiName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setQualifiedApiName(__typeMapper.readString(__in, _lookupTypeInfo("QualifiedApiName", "urn:sobject.tooling.soap.sforce.com","QualifiedApiName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldQualifiedApiName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("QualifiedApiName", "urn:sobject.tooling.soap.sforce.com","QualifiedApiName","http://www.w3.org/2001/XMLSchema","string",0,1,true), QualifiedApiName, QualifiedApiName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : QuickActionDefinitions of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean QuickActionDefinitions__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult QuickActionDefinitions;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getQuickActionDefinitions() {
|
|
return QuickActionDefinitions;
|
|
}
|
|
|
|
public void setQuickActionDefinitions(com.sforce.soap.tooling.QueryResult QuickActionDefinitions) {
|
|
this.QuickActionDefinitions = QuickActionDefinitions;
|
|
QuickActionDefinitions__is_set = true;
|
|
}
|
|
|
|
protected void setQuickActionDefinitions(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("QuickActionDefinitions", "urn:sobject.tooling.soap.sforce.com","QuickActionDefinitions","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setQuickActionDefinitions((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("QuickActionDefinitions", "urn:sobject.tooling.soap.sforce.com","QuickActionDefinitions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldQuickActionDefinitions(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("QuickActionDefinitions", "urn:sobject.tooling.soap.sforce.com","QuickActionDefinitions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), QuickActionDefinitions, QuickActionDefinitions__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RecordTypes of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean RecordTypes__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult RecordTypes;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getRecordTypes() {
|
|
return RecordTypes;
|
|
}
|
|
|
|
public void setRecordTypes(com.sforce.soap.tooling.QueryResult RecordTypes) {
|
|
this.RecordTypes = RecordTypes;
|
|
RecordTypes__is_set = true;
|
|
}
|
|
|
|
protected void setRecordTypes(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("RecordTypes", "urn:sobject.tooling.soap.sforce.com","RecordTypes","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setRecordTypes((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("RecordTypes", "urn:sobject.tooling.soap.sforce.com","RecordTypes","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRecordTypes(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RecordTypes", "urn:sobject.tooling.soap.sforce.com","RecordTypes","urn:tooling.soap.sforce.com","QueryResult",0,1,true), RecordTypes, RecordTypes__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RecordTypesSupported of type {urn:tooling.soap.sforce.com}RecordTypesSupported
|
|
* java type: com.sforce.soap.tooling.RecordTypesSupported
|
|
*/
|
|
private boolean RecordTypesSupported__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.RecordTypesSupported RecordTypesSupported;
|
|
|
|
public com.sforce.soap.tooling.RecordTypesSupported getRecordTypesSupported() {
|
|
return RecordTypesSupported;
|
|
}
|
|
|
|
public void setRecordTypesSupported(com.sforce.soap.tooling.RecordTypesSupported RecordTypesSupported) {
|
|
this.RecordTypesSupported = RecordTypesSupported;
|
|
RecordTypesSupported__is_set = true;
|
|
}
|
|
|
|
protected void setRecordTypesSupported(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("RecordTypesSupported", "urn:sobject.tooling.soap.sforce.com","RecordTypesSupported","urn:tooling.soap.sforce.com","RecordTypesSupported",0,1,true))) {
|
|
setRecordTypesSupported((com.sforce.soap.tooling.RecordTypesSupported)__typeMapper.readObject(__in, _lookupTypeInfo("RecordTypesSupported", "urn:sobject.tooling.soap.sforce.com","RecordTypesSupported","urn:tooling.soap.sforce.com","RecordTypesSupported",0,1,true), com.sforce.soap.tooling.RecordTypesSupported.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRecordTypesSupported(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RecordTypesSupported", "urn:sobject.tooling.soap.sforce.com","RecordTypesSupported","urn:tooling.soap.sforce.com","RecordTypesSupported",0,1,true), RecordTypesSupported, RecordTypesSupported__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RelatedListDefinitions of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean RelatedListDefinitions__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult RelatedListDefinitions;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getRelatedListDefinitions() {
|
|
return RelatedListDefinitions;
|
|
}
|
|
|
|
public void setRelatedListDefinitions(com.sforce.soap.tooling.QueryResult RelatedListDefinitions) {
|
|
this.RelatedListDefinitions = RelatedListDefinitions;
|
|
RelatedListDefinitions__is_set = true;
|
|
}
|
|
|
|
protected void setRelatedListDefinitions(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("RelatedListDefinitions", "urn:sobject.tooling.soap.sforce.com","RelatedListDefinitions","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setRelatedListDefinitions((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("RelatedListDefinitions", "urn:sobject.tooling.soap.sforce.com","RelatedListDefinitions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRelatedListDefinitions(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RelatedListDefinitions", "urn:sobject.tooling.soap.sforce.com","RelatedListDefinitions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), RelatedListDefinitions, RelatedListDefinitions__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RelationshipDomains of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean RelationshipDomains__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult RelationshipDomains;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getRelationshipDomains() {
|
|
return RelationshipDomains;
|
|
}
|
|
|
|
public void setRelationshipDomains(com.sforce.soap.tooling.QueryResult RelationshipDomains) {
|
|
this.RelationshipDomains = RelationshipDomains;
|
|
RelationshipDomains__is_set = true;
|
|
}
|
|
|
|
protected void setRelationshipDomains(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("RelationshipDomains", "urn:sobject.tooling.soap.sforce.com","RelationshipDomains","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setRelationshipDomains((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("RelationshipDomains", "urn:sobject.tooling.soap.sforce.com","RelationshipDomains","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRelationshipDomains(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RelationshipDomains", "urn:sobject.tooling.soap.sforce.com","RelationshipDomains","urn:tooling.soap.sforce.com","QueryResult",0,1,true), RelationshipDomains, RelationshipDomains__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RunningUserEntityAccess of type {urn:sobject.tooling.soap.sforce.com}UserEntityAccess
|
|
* java type: com.sforce.soap.tooling.sobject.UserEntityAccess
|
|
*/
|
|
private boolean RunningUserEntityAccess__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.UserEntityAccess RunningUserEntityAccess;
|
|
|
|
public com.sforce.soap.tooling.sobject.UserEntityAccess getRunningUserEntityAccess() {
|
|
return RunningUserEntityAccess;
|
|
}
|
|
|
|
public void setRunningUserEntityAccess(com.sforce.soap.tooling.sobject.UserEntityAccess RunningUserEntityAccess) {
|
|
this.RunningUserEntityAccess = RunningUserEntityAccess;
|
|
RunningUserEntityAccess__is_set = true;
|
|
}
|
|
|
|
protected void setRunningUserEntityAccess(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("RunningUserEntityAccess", "urn:sobject.tooling.soap.sforce.com","RunningUserEntityAccess","urn:sobject.tooling.soap.sforce.com","UserEntityAccess",0,1,true))) {
|
|
setRunningUserEntityAccess((com.sforce.soap.tooling.sobject.UserEntityAccess)__typeMapper.readObject(__in, _lookupTypeInfo("RunningUserEntityAccess", "urn:sobject.tooling.soap.sforce.com","RunningUserEntityAccess","urn:sobject.tooling.soap.sforce.com","UserEntityAccess",0,1,true), com.sforce.soap.tooling.sobject.UserEntityAccess.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRunningUserEntityAccess(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RunningUserEntityAccess", "urn:sobject.tooling.soap.sforce.com","RunningUserEntityAccess","urn:sobject.tooling.soap.sforce.com","UserEntityAccess",0,1,true), RunningUserEntityAccess, RunningUserEntityAccess__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RunningUserEntityAccessId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean RunningUserEntityAccessId__is_set = false;
|
|
|
|
private java.lang.String RunningUserEntityAccessId;
|
|
|
|
public java.lang.String getRunningUserEntityAccessId() {
|
|
return RunningUserEntityAccessId;
|
|
}
|
|
|
|
public void setRunningUserEntityAccessId(java.lang.String RunningUserEntityAccessId) {
|
|
this.RunningUserEntityAccessId = RunningUserEntityAccessId;
|
|
RunningUserEntityAccessId__is_set = true;
|
|
}
|
|
|
|
protected void setRunningUserEntityAccessId(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("RunningUserEntityAccessId", "urn:sobject.tooling.soap.sforce.com","RunningUserEntityAccessId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setRunningUserEntityAccessId(__typeMapper.readString(__in, _lookupTypeInfo("RunningUserEntityAccessId", "urn:sobject.tooling.soap.sforce.com","RunningUserEntityAccessId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRunningUserEntityAccessId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RunningUserEntityAccessId", "urn:sobject.tooling.soap.sforce.com","RunningUserEntityAccessId","http://www.w3.org/2001/XMLSchema","string",0,1,true), RunningUserEntityAccessId, RunningUserEntityAccessId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SearchLayouts of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean SearchLayouts__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult SearchLayouts;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getSearchLayouts() {
|
|
return SearchLayouts;
|
|
}
|
|
|
|
public void setSearchLayouts(com.sforce.soap.tooling.QueryResult SearchLayouts) {
|
|
this.SearchLayouts = SearchLayouts;
|
|
SearchLayouts__is_set = true;
|
|
}
|
|
|
|
protected void setSearchLayouts(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("SearchLayouts", "urn:sobject.tooling.soap.sforce.com","SearchLayouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setSearchLayouts((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("SearchLayouts", "urn:sobject.tooling.soap.sforce.com","SearchLayouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSearchLayouts(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SearchLayouts", "urn:sobject.tooling.soap.sforce.com","SearchLayouts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), SearchLayouts, SearchLayouts__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : StandardActions of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean StandardActions__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult StandardActions;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getStandardActions() {
|
|
return StandardActions;
|
|
}
|
|
|
|
public void setStandardActions(com.sforce.soap.tooling.QueryResult StandardActions) {
|
|
this.StandardActions = StandardActions;
|
|
StandardActions__is_set = true;
|
|
}
|
|
|
|
protected void setStandardActions(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("StandardActions", "urn:sobject.tooling.soap.sforce.com","StandardActions","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setStandardActions((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("StandardActions", "urn:sobject.tooling.soap.sforce.com","StandardActions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStandardActions(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("StandardActions", "urn:sobject.tooling.soap.sforce.com","StandardActions","urn:tooling.soap.sforce.com","QueryResult",0,1,true), StandardActions, StandardActions__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ValidationRules of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean ValidationRules__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult ValidationRules;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getValidationRules() {
|
|
return ValidationRules;
|
|
}
|
|
|
|
public void setValidationRules(com.sforce.soap.tooling.QueryResult ValidationRules) {
|
|
this.ValidationRules = ValidationRules;
|
|
ValidationRules__is_set = true;
|
|
}
|
|
|
|
protected void setValidationRules(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("ValidationRules", "urn:sobject.tooling.soap.sforce.com","ValidationRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setValidationRules((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("ValidationRules", "urn:sobject.tooling.soap.sforce.com","ValidationRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldValidationRules(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ValidationRules", "urn:sobject.tooling.soap.sforce.com","ValidationRules","urn:tooling.soap.sforce.com","QueryResult",0,1,true), ValidationRules, ValidationRules__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : WebLinks of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean WebLinks__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult WebLinks;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getWebLinks() {
|
|
return WebLinks;
|
|
}
|
|
|
|
public void setWebLinks(com.sforce.soap.tooling.QueryResult WebLinks) {
|
|
this.WebLinks = WebLinks;
|
|
WebLinks__is_set = true;
|
|
}
|
|
|
|
protected void setWebLinks(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("WebLinks", "urn:sobject.tooling.soap.sforce.com","WebLinks","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setWebLinks((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("WebLinks", "urn:sobject.tooling.soap.sforce.com","WebLinks","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldWebLinks(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("WebLinks", "urn:sobject.tooling.soap.sforce.com","WebLinks","urn:tooling.soap.sforce.com","QueryResult",0,1,true), WebLinks, WebLinks__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : WorkflowAlerts of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean WorkflowAlerts__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult WorkflowAlerts;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getWorkflowAlerts() {
|
|
return WorkflowAlerts;
|
|
}
|
|
|
|
public void setWorkflowAlerts(com.sforce.soap.tooling.QueryResult WorkflowAlerts) {
|
|
this.WorkflowAlerts = WorkflowAlerts;
|
|
WorkflowAlerts__is_set = true;
|
|
}
|
|
|
|
protected void setWorkflowAlerts(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("WorkflowAlerts", "urn:sobject.tooling.soap.sforce.com","WorkflowAlerts","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setWorkflowAlerts((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("WorkflowAlerts", "urn:sobject.tooling.soap.sforce.com","WorkflowAlerts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldWorkflowAlerts(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("WorkflowAlerts", "urn:sobject.tooling.soap.sforce.com","WorkflowAlerts","urn:tooling.soap.sforce.com","QueryResult",0,1,true), WorkflowAlerts, WorkflowAlerts__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : WorkflowFieldUpdates of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean WorkflowFieldUpdates__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult WorkflowFieldUpdates;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getWorkflowFieldUpdates() {
|
|
return WorkflowFieldUpdates;
|
|
}
|
|
|
|
public void setWorkflowFieldUpdates(com.sforce.soap.tooling.QueryResult WorkflowFieldUpdates) {
|
|
this.WorkflowFieldUpdates = WorkflowFieldUpdates;
|
|
WorkflowFieldUpdates__is_set = true;
|
|
}
|
|
|
|
protected void setWorkflowFieldUpdates(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("WorkflowFieldUpdates", "urn:sobject.tooling.soap.sforce.com","WorkflowFieldUpdates","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setWorkflowFieldUpdates((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("WorkflowFieldUpdates", "urn:sobject.tooling.soap.sforce.com","WorkflowFieldUpdates","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldWorkflowFieldUpdates(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("WorkflowFieldUpdates", "urn:sobject.tooling.soap.sforce.com","WorkflowFieldUpdates","urn:tooling.soap.sforce.com","QueryResult",0,1,true), WorkflowFieldUpdates, WorkflowFieldUpdates__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : WorkflowOutboundMessages of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean WorkflowOutboundMessages__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult WorkflowOutboundMessages;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getWorkflowOutboundMessages() {
|
|
return WorkflowOutboundMessages;
|
|
}
|
|
|
|
public void setWorkflowOutboundMessages(com.sforce.soap.tooling.QueryResult WorkflowOutboundMessages) {
|
|
this.WorkflowOutboundMessages = WorkflowOutboundMessages;
|
|
WorkflowOutboundMessages__is_set = true;
|
|
}
|
|
|
|
protected void setWorkflowOutboundMessages(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("WorkflowOutboundMessages", "urn:sobject.tooling.soap.sforce.com","WorkflowOutboundMessages","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setWorkflowOutboundMessages((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("WorkflowOutboundMessages", "urn:sobject.tooling.soap.sforce.com","WorkflowOutboundMessages","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldWorkflowOutboundMessages(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("WorkflowOutboundMessages", "urn:sobject.tooling.soap.sforce.com","WorkflowOutboundMessages","urn:tooling.soap.sforce.com","QueryResult",0,1,true), WorkflowOutboundMessages, WorkflowOutboundMessages__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : WorkflowTasks of type {urn:tooling.soap.sforce.com}QueryResult
|
|
* java type: com.sforce.soap.tooling.QueryResult
|
|
*/
|
|
private boolean WorkflowTasks__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.QueryResult WorkflowTasks;
|
|
|
|
public com.sforce.soap.tooling.QueryResult getWorkflowTasks() {
|
|
return WorkflowTasks;
|
|
}
|
|
|
|
public void setWorkflowTasks(com.sforce.soap.tooling.QueryResult WorkflowTasks) {
|
|
this.WorkflowTasks = WorkflowTasks;
|
|
WorkflowTasks__is_set = true;
|
|
}
|
|
|
|
protected void setWorkflowTasks(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("WorkflowTasks", "urn:sobject.tooling.soap.sforce.com","WorkflowTasks","urn:tooling.soap.sforce.com","QueryResult",0,1,true))) {
|
|
setWorkflowTasks((com.sforce.soap.tooling.QueryResult)__typeMapper.readObject(__in, _lookupTypeInfo("WorkflowTasks", "urn:sobject.tooling.soap.sforce.com","WorkflowTasks","urn:tooling.soap.sforce.com","QueryResult",0,1,true), com.sforce.soap.tooling.QueryResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldWorkflowTasks(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("WorkflowTasks", "urn:sobject.tooling.soap.sforce.com","WorkflowTasks","urn:tooling.soap.sforce.com","QueryResult",0,1,true), WorkflowTasks, WorkflowTasks__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", "EntityDefinition");
|
|
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("[EntityDefinition ");
|
|
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 {
|
|
writeFieldApexTriggers(__out, __typeMapper);
|
|
writeFieldAssignmentRules(__out, __typeMapper);
|
|
writeFieldAutoResponseRules(__out, __typeMapper);
|
|
writeFieldBusinessProcesses(__out, __typeMapper);
|
|
writeFieldChildRelationships(__out, __typeMapper);
|
|
writeFieldCompactLayouts(__out, __typeMapper);
|
|
writeFieldCustomFields(__out, __typeMapper);
|
|
writeFieldDefaultCompactLayout(__out, __typeMapper);
|
|
writeFieldDefaultCompactLayoutId(__out, __typeMapper);
|
|
writeFieldDefaultImplementation(__out, __typeMapper);
|
|
writeFieldDeploymentStatus(__out, __typeMapper);
|
|
writeFieldDescription(__out, __typeMapper);
|
|
writeFieldDetailUrl(__out, __typeMapper);
|
|
writeFieldDeveloperName(__out, __typeMapper);
|
|
writeFieldDurableId(__out, __typeMapper);
|
|
writeFieldEditDefinitionUrl(__out, __typeMapper);
|
|
writeFieldEditUrl(__out, __typeMapper);
|
|
writeFieldExtendedBy(__out, __typeMapper);
|
|
writeFieldExtendsInterfaces(__out, __typeMapper);
|
|
writeFieldExternalSharingModel(__out, __typeMapper);
|
|
writeFieldFieldSets(__out, __typeMapper);
|
|
writeFieldFields(__out, __typeMapper);
|
|
writeFieldFormulaVariables(__out, __typeMapper);
|
|
writeFieldFullName(__out, __typeMapper);
|
|
writeFieldHasSubtypes(__out, __typeMapper);
|
|
writeFieldHelpSettingPageName(__out, __typeMapper);
|
|
writeFieldHelpSettingPageUrl(__out, __typeMapper);
|
|
writeFieldImplementedBy(__out, __typeMapper);
|
|
writeFieldImplementsInterfaces(__out, __typeMapper);
|
|
writeFieldInternalSharingModel(__out, __typeMapper);
|
|
writeFieldIsActivityTrackable(__out, __typeMapper);
|
|
writeFieldIsApexTriggerable(__out, __typeMapper);
|
|
writeFieldIsAutoActivityCaptureEnabled(__out, __typeMapper);
|
|
writeFieldIsCompactLayoutable(__out, __typeMapper);
|
|
writeFieldIsCustomSetting(__out, __typeMapper);
|
|
writeFieldIsCustomizable(__out, __typeMapper);
|
|
writeFieldIsDeepCloneable(__out, __typeMapper);
|
|
writeFieldIsDeprecatedAndHidden(__out, __typeMapper);
|
|
writeFieldIsEverCreatable(__out, __typeMapper);
|
|
writeFieldIsEverDeletable(__out, __typeMapper);
|
|
writeFieldIsEverUpdatable(__out, __typeMapper);
|
|
writeFieldIsFeedEnabled(__out, __typeMapper);
|
|
writeFieldIsFieldHistoryTracked(__out, __typeMapper);
|
|
writeFieldIsFlsEnabled(__out, __typeMapper);
|
|
writeFieldIsIdEnabled(__out, __typeMapper);
|
|
writeFieldIsInterface(__out, __typeMapper);
|
|
writeFieldIsLayoutable(__out, __typeMapper);
|
|
writeFieldIsMruEnabled(__out, __typeMapper);
|
|
writeFieldIsProcessEnabled(__out, __typeMapper);
|
|
writeFieldIsQueryable(__out, __typeMapper);
|
|
writeFieldIsReplicateable(__out, __typeMapper);
|
|
writeFieldIsReportingEnabled(__out, __typeMapper);
|
|
writeFieldIsRetrieveable(__out, __typeMapper);
|
|
writeFieldIsSearchLayoutable(__out, __typeMapper);
|
|
writeFieldIsSearchable(__out, __typeMapper);
|
|
writeFieldIsSubtype(__out, __typeMapper);
|
|
writeFieldIsTriggerable(__out, __typeMapper);
|
|
writeFieldIsWorkflowEnabled(__out, __typeMapper);
|
|
writeFieldKeyPrefix(__out, __typeMapper);
|
|
writeFieldLabel(__out, __typeMapper);
|
|
writeFieldLastModifiedBy(__out, __typeMapper);
|
|
writeFieldLastModifiedById(__out, __typeMapper);
|
|
writeFieldLastModifiedDate(__out, __typeMapper);
|
|
writeFieldLayouts(__out, __typeMapper);
|
|
writeFieldLimits(__out, __typeMapper);
|
|
writeFieldLookupFilters(__out, __typeMapper);
|
|
writeFieldMasterLabel(__out, __typeMapper);
|
|
writeFieldMetadata(__out, __typeMapper);
|
|
writeFieldNamespacePrefix(__out, __typeMapper);
|
|
writeFieldNewUrl(__out, __typeMapper);
|
|
writeFieldOwnerChangeOptions(__out, __typeMapper);
|
|
writeFieldParticles(__out, __typeMapper);
|
|
writeFieldPluralLabel(__out, __typeMapper);
|
|
writeFieldPostTemplates(__out, __typeMapper);
|
|
writeFieldPublisher(__out, __typeMapper);
|
|
writeFieldPublisherId(__out, __typeMapper);
|
|
writeFieldQualifiedApiName(__out, __typeMapper);
|
|
writeFieldQuickActionDefinitions(__out, __typeMapper);
|
|
writeFieldRecordTypes(__out, __typeMapper);
|
|
writeFieldRecordTypesSupported(__out, __typeMapper);
|
|
writeFieldRelatedListDefinitions(__out, __typeMapper);
|
|
writeFieldRelationshipDomains(__out, __typeMapper);
|
|
writeFieldRunningUserEntityAccess(__out, __typeMapper);
|
|
writeFieldRunningUserEntityAccessId(__out, __typeMapper);
|
|
writeFieldSearchLayouts(__out, __typeMapper);
|
|
writeFieldStandardActions(__out, __typeMapper);
|
|
writeFieldValidationRules(__out, __typeMapper);
|
|
writeFieldWebLinks(__out, __typeMapper);
|
|
writeFieldWorkflowAlerts(__out, __typeMapper);
|
|
writeFieldWorkflowFieldUpdates(__out, __typeMapper);
|
|
writeFieldWorkflowOutboundMessages(__out, __typeMapper);
|
|
writeFieldWorkflowTasks(__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 {
|
|
setApexTriggers(__in, __typeMapper);
|
|
setAssignmentRules(__in, __typeMapper);
|
|
setAutoResponseRules(__in, __typeMapper);
|
|
setBusinessProcesses(__in, __typeMapper);
|
|
setChildRelationships(__in, __typeMapper);
|
|
setCompactLayouts(__in, __typeMapper);
|
|
setCustomFields(__in, __typeMapper);
|
|
setDefaultCompactLayout(__in, __typeMapper);
|
|
setDefaultCompactLayoutId(__in, __typeMapper);
|
|
setDefaultImplementation(__in, __typeMapper);
|
|
setDeploymentStatus(__in, __typeMapper);
|
|
setDescription(__in, __typeMapper);
|
|
setDetailUrl(__in, __typeMapper);
|
|
setDeveloperName(__in, __typeMapper);
|
|
setDurableId(__in, __typeMapper);
|
|
setEditDefinitionUrl(__in, __typeMapper);
|
|
setEditUrl(__in, __typeMapper);
|
|
setExtendedBy(__in, __typeMapper);
|
|
setExtendsInterfaces(__in, __typeMapper);
|
|
setExternalSharingModel(__in, __typeMapper);
|
|
setFieldSets(__in, __typeMapper);
|
|
setFields(__in, __typeMapper);
|
|
setFormulaVariables(__in, __typeMapper);
|
|
setFullName(__in, __typeMapper);
|
|
setHasSubtypes(__in, __typeMapper);
|
|
setHelpSettingPageName(__in, __typeMapper);
|
|
setHelpSettingPageUrl(__in, __typeMapper);
|
|
setImplementedBy(__in, __typeMapper);
|
|
setImplementsInterfaces(__in, __typeMapper);
|
|
setInternalSharingModel(__in, __typeMapper);
|
|
setIsActivityTrackable(__in, __typeMapper);
|
|
setIsApexTriggerable(__in, __typeMapper);
|
|
setIsAutoActivityCaptureEnabled(__in, __typeMapper);
|
|
setIsCompactLayoutable(__in, __typeMapper);
|
|
setIsCustomSetting(__in, __typeMapper);
|
|
setIsCustomizable(__in, __typeMapper);
|
|
setIsDeepCloneable(__in, __typeMapper);
|
|
setIsDeprecatedAndHidden(__in, __typeMapper);
|
|
setIsEverCreatable(__in, __typeMapper);
|
|
setIsEverDeletable(__in, __typeMapper);
|
|
setIsEverUpdatable(__in, __typeMapper);
|
|
setIsFeedEnabled(__in, __typeMapper);
|
|
setIsFieldHistoryTracked(__in, __typeMapper);
|
|
setIsFlsEnabled(__in, __typeMapper);
|
|
setIsIdEnabled(__in, __typeMapper);
|
|
setIsInterface(__in, __typeMapper);
|
|
setIsLayoutable(__in, __typeMapper);
|
|
setIsMruEnabled(__in, __typeMapper);
|
|
setIsProcessEnabled(__in, __typeMapper);
|
|
setIsQueryable(__in, __typeMapper);
|
|
setIsReplicateable(__in, __typeMapper);
|
|
setIsReportingEnabled(__in, __typeMapper);
|
|
setIsRetrieveable(__in, __typeMapper);
|
|
setIsSearchLayoutable(__in, __typeMapper);
|
|
setIsSearchable(__in, __typeMapper);
|
|
setIsSubtype(__in, __typeMapper);
|
|
setIsTriggerable(__in, __typeMapper);
|
|
setIsWorkflowEnabled(__in, __typeMapper);
|
|
setKeyPrefix(__in, __typeMapper);
|
|
setLabel(__in, __typeMapper);
|
|
setLastModifiedBy(__in, __typeMapper);
|
|
setLastModifiedById(__in, __typeMapper);
|
|
setLastModifiedDate(__in, __typeMapper);
|
|
setLayouts(__in, __typeMapper);
|
|
setLimits(__in, __typeMapper);
|
|
setLookupFilters(__in, __typeMapper);
|
|
setMasterLabel(__in, __typeMapper);
|
|
setMetadata(__in, __typeMapper);
|
|
setNamespacePrefix(__in, __typeMapper);
|
|
setNewUrl(__in, __typeMapper);
|
|
setOwnerChangeOptions(__in, __typeMapper);
|
|
setParticles(__in, __typeMapper);
|
|
setPluralLabel(__in, __typeMapper);
|
|
setPostTemplates(__in, __typeMapper);
|
|
setPublisher(__in, __typeMapper);
|
|
setPublisherId(__in, __typeMapper);
|
|
setQualifiedApiName(__in, __typeMapper);
|
|
setQuickActionDefinitions(__in, __typeMapper);
|
|
setRecordTypes(__in, __typeMapper);
|
|
setRecordTypesSupported(__in, __typeMapper);
|
|
setRelatedListDefinitions(__in, __typeMapper);
|
|
setRelationshipDomains(__in, __typeMapper);
|
|
setRunningUserEntityAccess(__in, __typeMapper);
|
|
setRunningUserEntityAccessId(__in, __typeMapper);
|
|
setSearchLayouts(__in, __typeMapper);
|
|
setStandardActions(__in, __typeMapper);
|
|
setValidationRules(__in, __typeMapper);
|
|
setWebLinks(__in, __typeMapper);
|
|
setWorkflowAlerts(__in, __typeMapper);
|
|
setWorkflowFieldUpdates(__in, __typeMapper);
|
|
setWorkflowOutboundMessages(__in, __typeMapper);
|
|
setWorkflowTasks(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "ApexTriggers", ApexTriggers);
|
|
toStringHelper(sb, "AssignmentRules", AssignmentRules);
|
|
toStringHelper(sb, "AutoResponseRules", AutoResponseRules);
|
|
toStringHelper(sb, "BusinessProcesses", BusinessProcesses);
|
|
toStringHelper(sb, "ChildRelationships", ChildRelationships);
|
|
toStringHelper(sb, "CompactLayouts", CompactLayouts);
|
|
toStringHelper(sb, "CustomFields", CustomFields);
|
|
toStringHelper(sb, "DefaultCompactLayout", DefaultCompactLayout);
|
|
toStringHelper(sb, "DefaultCompactLayoutId", DefaultCompactLayoutId);
|
|
toStringHelper(sb, "DefaultImplementation", DefaultImplementation);
|
|
toStringHelper(sb, "DeploymentStatus", DeploymentStatus);
|
|
toStringHelper(sb, "Description", Description);
|
|
toStringHelper(sb, "DetailUrl", DetailUrl);
|
|
toStringHelper(sb, "DeveloperName", DeveloperName);
|
|
toStringHelper(sb, "DurableId", DurableId);
|
|
toStringHelper(sb, "EditDefinitionUrl", EditDefinitionUrl);
|
|
toStringHelper(sb, "EditUrl", EditUrl);
|
|
toStringHelper(sb, "ExtendedBy", ExtendedBy);
|
|
toStringHelper(sb, "ExtendsInterfaces", ExtendsInterfaces);
|
|
toStringHelper(sb, "ExternalSharingModel", ExternalSharingModel);
|
|
toStringHelper(sb, "FieldSets", FieldSets);
|
|
toStringHelper(sb, "Fields", Fields);
|
|
toStringHelper(sb, "FormulaVariables", FormulaVariables);
|
|
toStringHelper(sb, "FullName", FullName);
|
|
toStringHelper(sb, "HasSubtypes", HasSubtypes);
|
|
toStringHelper(sb, "HelpSettingPageName", HelpSettingPageName);
|
|
toStringHelper(sb, "HelpSettingPageUrl", HelpSettingPageUrl);
|
|
toStringHelper(sb, "ImplementedBy", ImplementedBy);
|
|
toStringHelper(sb, "ImplementsInterfaces", ImplementsInterfaces);
|
|
toStringHelper(sb, "InternalSharingModel", InternalSharingModel);
|
|
toStringHelper(sb, "IsActivityTrackable", IsActivityTrackable);
|
|
toStringHelper(sb, "IsApexTriggerable", IsApexTriggerable);
|
|
toStringHelper(sb, "IsAutoActivityCaptureEnabled", IsAutoActivityCaptureEnabled);
|
|
toStringHelper(sb, "IsCompactLayoutable", IsCompactLayoutable);
|
|
toStringHelper(sb, "IsCustomSetting", IsCustomSetting);
|
|
toStringHelper(sb, "IsCustomizable", IsCustomizable);
|
|
toStringHelper(sb, "IsDeepCloneable", IsDeepCloneable);
|
|
toStringHelper(sb, "IsDeprecatedAndHidden", IsDeprecatedAndHidden);
|
|
toStringHelper(sb, "IsEverCreatable", IsEverCreatable);
|
|
toStringHelper(sb, "IsEverDeletable", IsEverDeletable);
|
|
toStringHelper(sb, "IsEverUpdatable", IsEverUpdatable);
|
|
toStringHelper(sb, "IsFeedEnabled", IsFeedEnabled);
|
|
toStringHelper(sb, "IsFieldHistoryTracked", IsFieldHistoryTracked);
|
|
toStringHelper(sb, "IsFlsEnabled", IsFlsEnabled);
|
|
toStringHelper(sb, "IsIdEnabled", IsIdEnabled);
|
|
toStringHelper(sb, "IsInterface", IsInterface);
|
|
toStringHelper(sb, "IsLayoutable", IsLayoutable);
|
|
toStringHelper(sb, "IsMruEnabled", IsMruEnabled);
|
|
toStringHelper(sb, "IsProcessEnabled", IsProcessEnabled);
|
|
toStringHelper(sb, "IsQueryable", IsQueryable);
|
|
toStringHelper(sb, "IsReplicateable", IsReplicateable);
|
|
toStringHelper(sb, "IsReportingEnabled", IsReportingEnabled);
|
|
toStringHelper(sb, "IsRetrieveable", IsRetrieveable);
|
|
toStringHelper(sb, "IsSearchLayoutable", IsSearchLayoutable);
|
|
toStringHelper(sb, "IsSearchable", IsSearchable);
|
|
toStringHelper(sb, "IsSubtype", IsSubtype);
|
|
toStringHelper(sb, "IsTriggerable", IsTriggerable);
|
|
toStringHelper(sb, "IsWorkflowEnabled", IsWorkflowEnabled);
|
|
toStringHelper(sb, "KeyPrefix", KeyPrefix);
|
|
toStringHelper(sb, "Label", Label);
|
|
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
|
|
toStringHelper(sb, "LastModifiedById", LastModifiedById);
|
|
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
|
|
toStringHelper(sb, "Layouts", Layouts);
|
|
toStringHelper(sb, "Limits", Limits);
|
|
toStringHelper(sb, "LookupFilters", LookupFilters);
|
|
toStringHelper(sb, "MasterLabel", MasterLabel);
|
|
toStringHelper(sb, "Metadata", Metadata);
|
|
toStringHelper(sb, "NamespacePrefix", NamespacePrefix);
|
|
toStringHelper(sb, "NewUrl", NewUrl);
|
|
toStringHelper(sb, "OwnerChangeOptions", OwnerChangeOptions);
|
|
toStringHelper(sb, "Particles", Particles);
|
|
toStringHelper(sb, "PluralLabel", PluralLabel);
|
|
toStringHelper(sb, "PostTemplates", PostTemplates);
|
|
toStringHelper(sb, "Publisher", Publisher);
|
|
toStringHelper(sb, "PublisherId", PublisherId);
|
|
toStringHelper(sb, "QualifiedApiName", QualifiedApiName);
|
|
toStringHelper(sb, "QuickActionDefinitions", QuickActionDefinitions);
|
|
toStringHelper(sb, "RecordTypes", RecordTypes);
|
|
toStringHelper(sb, "RecordTypesSupported", RecordTypesSupported);
|
|
toStringHelper(sb, "RelatedListDefinitions", RelatedListDefinitions);
|
|
toStringHelper(sb, "RelationshipDomains", RelationshipDomains);
|
|
toStringHelper(sb, "RunningUserEntityAccess", RunningUserEntityAccess);
|
|
toStringHelper(sb, "RunningUserEntityAccessId", RunningUserEntityAccessId);
|
|
toStringHelper(sb, "SearchLayouts", SearchLayouts);
|
|
toStringHelper(sb, "StandardActions", StandardActions);
|
|
toStringHelper(sb, "ValidationRules", ValidationRules);
|
|
toStringHelper(sb, "WebLinks", WebLinks);
|
|
toStringHelper(sb, "WorkflowAlerts", WorkflowAlerts);
|
|
toStringHelper(sb, "WorkflowFieldUpdates", WorkflowFieldUpdates);
|
|
toStringHelper(sb, "WorkflowOutboundMessages", WorkflowOutboundMessages);
|
|
toStringHelper(sb, "WorkflowTasks", WorkflowTasks);
|
|
}
|
|
|
|
|
|
}
|