822 lines
41 KiB
Java
822 lines
41 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 CustomApplication extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public CustomApplication() {}
|
|
|
|
/* 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 : BrandId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean BrandId__is_set = false;
|
|
|
|
private java.lang.String BrandId;
|
|
|
|
public java.lang.String getBrandId() {
|
|
return BrandId;
|
|
}
|
|
|
|
public void setBrandId(java.lang.String BrandId) {
|
|
this.BrandId = BrandId;
|
|
BrandId__is_set = true;
|
|
}
|
|
|
|
protected void setBrandId(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("BrandId", "urn:sobject.tooling.soap.sforce.com","BrandId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setBrandId(__typeMapper.readString(__in, _lookupTypeInfo("BrandId", "urn:sobject.tooling.soap.sforce.com","BrandId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldBrandId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("BrandId", "urn:sobject.tooling.soap.sforce.com","BrandId","urn:tooling.soap.sforce.com","ID",0,1,true), BrandId, BrandId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedBy of type {urn:sobject.tooling.soap.sforce.com}User
|
|
* java type: com.sforce.soap.tooling.sobject.User
|
|
*/
|
|
private boolean CreatedBy__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.User CreatedBy;
|
|
|
|
public com.sforce.soap.tooling.sobject.User getCreatedBy() {
|
|
return CreatedBy;
|
|
}
|
|
|
|
public void setCreatedBy(com.sforce.soap.tooling.sobject.User CreatedBy) {
|
|
this.CreatedBy = CreatedBy;
|
|
CreatedBy__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedBy(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
|
|
setCreatedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), CreatedBy, CreatedBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedById of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean CreatedById__is_set = false;
|
|
|
|
private java.lang.String CreatedById;
|
|
|
|
public java.lang.String getCreatedById() {
|
|
return CreatedById;
|
|
}
|
|
|
|
public void setCreatedById(java.lang.String CreatedById) {
|
|
this.CreatedById = CreatedById;
|
|
CreatedById__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedById(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setCreatedById(__typeMapper.readString(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), CreatedById, CreatedById__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean CreatedDate__is_set = false;
|
|
|
|
private java.util.Calendar CreatedDate;
|
|
|
|
public java.util.Calendar getCreatedDate() {
|
|
return CreatedDate;
|
|
}
|
|
|
|
public void setCreatedDate(java.util.Calendar CreatedDate) {
|
|
this.CreatedDate = CreatedDate;
|
|
CreatedDate__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedDate(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setCreatedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), CreatedDate, CreatedDate__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : 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 : 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 : 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 : IsNavAutoTempTabsDisabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsNavAutoTempTabsDisabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsNavAutoTempTabsDisabled;
|
|
|
|
public java.lang.Boolean getIsNavAutoTempTabsDisabled() {
|
|
return IsNavAutoTempTabsDisabled;
|
|
}
|
|
|
|
public void setIsNavAutoTempTabsDisabled(java.lang.Boolean IsNavAutoTempTabsDisabled) {
|
|
this.IsNavAutoTempTabsDisabled = IsNavAutoTempTabsDisabled;
|
|
IsNavAutoTempTabsDisabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsNavAutoTempTabsDisabled(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("IsNavAutoTempTabsDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavAutoTempTabsDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsNavAutoTempTabsDisabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsNavAutoTempTabsDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavAutoTempTabsDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsNavAutoTempTabsDisabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsNavAutoTempTabsDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavAutoTempTabsDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsNavAutoTempTabsDisabled, IsNavAutoTempTabsDisabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsNavPersonalizationDisabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsNavPersonalizationDisabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsNavPersonalizationDisabled;
|
|
|
|
public java.lang.Boolean getIsNavPersonalizationDisabled() {
|
|
return IsNavPersonalizationDisabled;
|
|
}
|
|
|
|
public void setIsNavPersonalizationDisabled(java.lang.Boolean IsNavPersonalizationDisabled) {
|
|
this.IsNavPersonalizationDisabled = IsNavPersonalizationDisabled;
|
|
IsNavPersonalizationDisabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsNavPersonalizationDisabled(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("IsNavPersonalizationDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavPersonalizationDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsNavPersonalizationDisabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsNavPersonalizationDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavPersonalizationDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsNavPersonalizationDisabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsNavPersonalizationDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavPersonalizationDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsNavPersonalizationDisabled, IsNavPersonalizationDisabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsNavTabPersistenceDisabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsNavTabPersistenceDisabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsNavTabPersistenceDisabled;
|
|
|
|
public java.lang.Boolean getIsNavTabPersistenceDisabled() {
|
|
return IsNavTabPersistenceDisabled;
|
|
}
|
|
|
|
public void setIsNavTabPersistenceDisabled(java.lang.Boolean IsNavTabPersistenceDisabled) {
|
|
this.IsNavTabPersistenceDisabled = IsNavTabPersistenceDisabled;
|
|
IsNavTabPersistenceDisabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsNavTabPersistenceDisabled(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("IsNavTabPersistenceDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavTabPersistenceDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsNavTabPersistenceDisabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsNavTabPersistenceDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavTabPersistenceDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsNavTabPersistenceDisabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsNavTabPersistenceDisabled", "urn:sobject.tooling.soap.sforce.com","IsNavTabPersistenceDisabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsNavTabPersistenceDisabled, IsNavTabPersistenceDisabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsOmniPinnedViewEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsOmniPinnedViewEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsOmniPinnedViewEnabled;
|
|
|
|
public java.lang.Boolean getIsOmniPinnedViewEnabled() {
|
|
return IsOmniPinnedViewEnabled;
|
|
}
|
|
|
|
public void setIsOmniPinnedViewEnabled(java.lang.Boolean IsOmniPinnedViewEnabled) {
|
|
this.IsOmniPinnedViewEnabled = IsOmniPinnedViewEnabled;
|
|
IsOmniPinnedViewEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsOmniPinnedViewEnabled(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("IsOmniPinnedViewEnabled", "urn:sobject.tooling.soap.sforce.com","IsOmniPinnedViewEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsOmniPinnedViewEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsOmniPinnedViewEnabled", "urn:sobject.tooling.soap.sforce.com","IsOmniPinnedViewEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsOmniPinnedViewEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsOmniPinnedViewEnabled", "urn:sobject.tooling.soap.sforce.com","IsOmniPinnedViewEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsOmniPinnedViewEnabled, IsOmniPinnedViewEnabled__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 : ManageableState of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ManageableState__is_set = false;
|
|
|
|
private java.lang.String ManageableState;
|
|
|
|
public java.lang.String getManageableState() {
|
|
return ManageableState;
|
|
}
|
|
|
|
public void setManageableState(java.lang.String ManageableState) {
|
|
this.ManageableState = ManageableState;
|
|
ManageableState__is_set = true;
|
|
}
|
|
|
|
protected void setManageableState(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("ManageableState", "urn:sobject.tooling.soap.sforce.com","ManageableState","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setManageableState(__typeMapper.readString(__in, _lookupTypeInfo("ManageableState", "urn:sobject.tooling.soap.sforce.com","ManageableState","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldManageableState(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ManageableState", "urn:sobject.tooling.soap.sforce.com","ManageableState","http://www.w3.org/2001/XMLSchema","string",0,1,true), ManageableState, ManageableState__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}CustomApplication
|
|
* java type: com.sforce.soap.tooling.metadata.CustomApplication
|
|
*/
|
|
private boolean Metadata__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.CustomApplication Metadata;
|
|
|
|
public com.sforce.soap.tooling.metadata.CustomApplication getMetadata() {
|
|
return Metadata;
|
|
}
|
|
|
|
public void setMetadata(com.sforce.soap.tooling.metadata.CustomApplication 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","CustomApplication",0,1,true))) {
|
|
setMetadata((com.sforce.soap.tooling.metadata.CustomApplication)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","CustomApplication",0,1,true), com.sforce.soap.tooling.metadata.CustomApplication.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","CustomApplication",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 : NavType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean NavType__is_set = false;
|
|
|
|
private java.lang.String NavType;
|
|
|
|
public java.lang.String getNavType() {
|
|
return NavType;
|
|
}
|
|
|
|
public void setNavType(java.lang.String NavType) {
|
|
this.NavType = NavType;
|
|
NavType__is_set = true;
|
|
}
|
|
|
|
protected void setNavType(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("NavType", "urn:sobject.tooling.soap.sforce.com","NavType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setNavType(__typeMapper.readString(__in, _lookupTypeInfo("NavType", "urn:sobject.tooling.soap.sforce.com","NavType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldNavType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("NavType", "urn:sobject.tooling.soap.sforce.com","NavType","http://www.w3.org/2001/XMLSchema","string",0,1,true), NavType, NavType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SetupExperienceId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean SetupExperienceId__is_set = false;
|
|
|
|
private java.lang.String SetupExperienceId;
|
|
|
|
public java.lang.String getSetupExperienceId() {
|
|
return SetupExperienceId;
|
|
}
|
|
|
|
public void setSetupExperienceId(java.lang.String SetupExperienceId) {
|
|
this.SetupExperienceId = SetupExperienceId;
|
|
SetupExperienceId__is_set = true;
|
|
}
|
|
|
|
protected void setSetupExperienceId(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("SetupExperienceId", "urn:sobject.tooling.soap.sforce.com","SetupExperienceId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setSetupExperienceId(__typeMapper.readString(__in, _lookupTypeInfo("SetupExperienceId", "urn:sobject.tooling.soap.sforce.com","SetupExperienceId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSetupExperienceId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SetupExperienceId", "urn:sobject.tooling.soap.sforce.com","SetupExperienceId","http://www.w3.org/2001/XMLSchema","string",0,1,true), SetupExperienceId, SetupExperienceId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : UiType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean UiType__is_set = false;
|
|
|
|
private java.lang.String UiType;
|
|
|
|
public java.lang.String getUiType() {
|
|
return UiType;
|
|
}
|
|
|
|
public void setUiType(java.lang.String UiType) {
|
|
this.UiType = UiType;
|
|
UiType__is_set = true;
|
|
}
|
|
|
|
protected void setUiType(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("UiType", "urn:sobject.tooling.soap.sforce.com","UiType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setUiType(__typeMapper.readString(__in, _lookupTypeInfo("UiType", "urn:sobject.tooling.soap.sforce.com","UiType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldUiType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("UiType", "urn:sobject.tooling.soap.sforce.com","UiType","http://www.w3.org/2001/XMLSchema","string",0,1,true), UiType, UiType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : UtilityBar of type {urn:sobject.tooling.soap.sforce.com}FlexiPage
|
|
* java type: com.sforce.soap.tooling.sobject.FlexiPage
|
|
*/
|
|
private boolean UtilityBar__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.FlexiPage UtilityBar;
|
|
|
|
public com.sforce.soap.tooling.sobject.FlexiPage getUtilityBar() {
|
|
return UtilityBar;
|
|
}
|
|
|
|
public void setUtilityBar(com.sforce.soap.tooling.sobject.FlexiPage UtilityBar) {
|
|
this.UtilityBar = UtilityBar;
|
|
UtilityBar__is_set = true;
|
|
}
|
|
|
|
protected void setUtilityBar(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("UtilityBar", "urn:sobject.tooling.soap.sforce.com","UtilityBar","urn:sobject.tooling.soap.sforce.com","FlexiPage",0,1,true))) {
|
|
setUtilityBar((com.sforce.soap.tooling.sobject.FlexiPage)__typeMapper.readObject(__in, _lookupTypeInfo("UtilityBar", "urn:sobject.tooling.soap.sforce.com","UtilityBar","urn:sobject.tooling.soap.sforce.com","FlexiPage",0,1,true), com.sforce.soap.tooling.sobject.FlexiPage.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldUtilityBar(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("UtilityBar", "urn:sobject.tooling.soap.sforce.com","UtilityBar","urn:sobject.tooling.soap.sforce.com","FlexiPage",0,1,true), UtilityBar, UtilityBar__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : UtilityBarId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean UtilityBarId__is_set = false;
|
|
|
|
private java.lang.String UtilityBarId;
|
|
|
|
public java.lang.String getUtilityBarId() {
|
|
return UtilityBarId;
|
|
}
|
|
|
|
public void setUtilityBarId(java.lang.String UtilityBarId) {
|
|
this.UtilityBarId = UtilityBarId;
|
|
UtilityBarId__is_set = true;
|
|
}
|
|
|
|
protected void setUtilityBarId(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("UtilityBarId", "urn:sobject.tooling.soap.sforce.com","UtilityBarId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setUtilityBarId(__typeMapper.readString(__in, _lookupTypeInfo("UtilityBarId", "urn:sobject.tooling.soap.sforce.com","UtilityBarId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldUtilityBarId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("UtilityBarId", "urn:sobject.tooling.soap.sforce.com","UtilityBarId","urn:tooling.soap.sforce.com","ID",0,1,true), UtilityBarId, UtilityBarId__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", "CustomApplication");
|
|
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("[CustomApplication ");
|
|
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 {
|
|
writeFieldBrandId(__out, __typeMapper);
|
|
writeFieldCreatedBy(__out, __typeMapper);
|
|
writeFieldCreatedById(__out, __typeMapper);
|
|
writeFieldCreatedDate(__out, __typeMapper);
|
|
writeFieldDescription(__out, __typeMapper);
|
|
writeFieldDeveloperName(__out, __typeMapper);
|
|
writeFieldFullName(__out, __typeMapper);
|
|
writeFieldIsNavAutoTempTabsDisabled(__out, __typeMapper);
|
|
writeFieldIsNavPersonalizationDisabled(__out, __typeMapper);
|
|
writeFieldIsNavTabPersistenceDisabled(__out, __typeMapper);
|
|
writeFieldIsOmniPinnedViewEnabled(__out, __typeMapper);
|
|
writeFieldLabel(__out, __typeMapper);
|
|
writeFieldLastModifiedBy(__out, __typeMapper);
|
|
writeFieldLastModifiedById(__out, __typeMapper);
|
|
writeFieldLastModifiedDate(__out, __typeMapper);
|
|
writeFieldManageableState(__out, __typeMapper);
|
|
writeFieldMetadata(__out, __typeMapper);
|
|
writeFieldNamespacePrefix(__out, __typeMapper);
|
|
writeFieldNavType(__out, __typeMapper);
|
|
writeFieldSetupExperienceId(__out, __typeMapper);
|
|
writeFieldUiType(__out, __typeMapper);
|
|
writeFieldUtilityBar(__out, __typeMapper);
|
|
writeFieldUtilityBarId(__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 {
|
|
setBrandId(__in, __typeMapper);
|
|
setCreatedBy(__in, __typeMapper);
|
|
setCreatedById(__in, __typeMapper);
|
|
setCreatedDate(__in, __typeMapper);
|
|
setDescription(__in, __typeMapper);
|
|
setDeveloperName(__in, __typeMapper);
|
|
setFullName(__in, __typeMapper);
|
|
setIsNavAutoTempTabsDisabled(__in, __typeMapper);
|
|
setIsNavPersonalizationDisabled(__in, __typeMapper);
|
|
setIsNavTabPersistenceDisabled(__in, __typeMapper);
|
|
setIsOmniPinnedViewEnabled(__in, __typeMapper);
|
|
setLabel(__in, __typeMapper);
|
|
setLastModifiedBy(__in, __typeMapper);
|
|
setLastModifiedById(__in, __typeMapper);
|
|
setLastModifiedDate(__in, __typeMapper);
|
|
setManageableState(__in, __typeMapper);
|
|
setMetadata(__in, __typeMapper);
|
|
setNamespacePrefix(__in, __typeMapper);
|
|
setNavType(__in, __typeMapper);
|
|
setSetupExperienceId(__in, __typeMapper);
|
|
setUiType(__in, __typeMapper);
|
|
setUtilityBar(__in, __typeMapper);
|
|
setUtilityBarId(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "BrandId", BrandId);
|
|
toStringHelper(sb, "CreatedBy", CreatedBy);
|
|
toStringHelper(sb, "CreatedById", CreatedById);
|
|
toStringHelper(sb, "CreatedDate", CreatedDate);
|
|
toStringHelper(sb, "Description", Description);
|
|
toStringHelper(sb, "DeveloperName", DeveloperName);
|
|
toStringHelper(sb, "FullName", FullName);
|
|
toStringHelper(sb, "IsNavAutoTempTabsDisabled", IsNavAutoTempTabsDisabled);
|
|
toStringHelper(sb, "IsNavPersonalizationDisabled", IsNavPersonalizationDisabled);
|
|
toStringHelper(sb, "IsNavTabPersistenceDisabled", IsNavTabPersistenceDisabled);
|
|
toStringHelper(sb, "IsOmniPinnedViewEnabled", IsOmniPinnedViewEnabled);
|
|
toStringHelper(sb, "Label", Label);
|
|
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
|
|
toStringHelper(sb, "LastModifiedById", LastModifiedById);
|
|
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
|
|
toStringHelper(sb, "ManageableState", ManageableState);
|
|
toStringHelper(sb, "Metadata", Metadata);
|
|
toStringHelper(sb, "NamespacePrefix", NamespacePrefix);
|
|
toStringHelper(sb, "NavType", NavType);
|
|
toStringHelper(sb, "SetupExperienceId", SetupExperienceId);
|
|
toStringHelper(sb, "UiType", UiType);
|
|
toStringHelper(sb, "UtilityBar", UtilityBar);
|
|
toStringHelper(sb, "UtilityBarId", UtilityBarId);
|
|
}
|
|
|
|
|
|
}
|