858 lines
46 KiB
Java
858 lines
46 KiB
Java
package com.sforce.soap.tooling.metadata;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class Layout extends com.sforce.soap.tooling.metadata.Metadata {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public Layout() {}
|
|
|
|
/* 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 : customButtons of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String[]
|
|
*/
|
|
private boolean customButtons__is_set = false;
|
|
|
|
private java.lang.String[] customButtons = new java.lang.String[0];
|
|
|
|
public java.lang.String[] getCustomButtons() {
|
|
return customButtons;
|
|
}
|
|
|
|
public void setCustomButtons(java.lang.String[] customButtons) {
|
|
this.customButtons = customButtons;
|
|
customButtons__is_set = true;
|
|
}
|
|
|
|
protected void setCustomButtons(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("customButtons", "urn:metadata.tooling.soap.sforce.com","customButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
|
setCustomButtons((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("customButtons", "urn:metadata.tooling.soap.sforce.com","customButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCustomButtons(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("customButtons", "urn:metadata.tooling.soap.sforce.com","customButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), customButtons, customButtons__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : customConsoleComponents of type {urn:metadata.tooling.soap.sforce.com}CustomConsoleComponents
|
|
* java type: com.sforce.soap.tooling.metadata.CustomConsoleComponents
|
|
*/
|
|
private boolean customConsoleComponents__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.CustomConsoleComponents customConsoleComponents;
|
|
|
|
public com.sforce.soap.tooling.metadata.CustomConsoleComponents getCustomConsoleComponents() {
|
|
return customConsoleComponents;
|
|
}
|
|
|
|
public void setCustomConsoleComponents(com.sforce.soap.tooling.metadata.CustomConsoleComponents customConsoleComponents) {
|
|
this.customConsoleComponents = customConsoleComponents;
|
|
customConsoleComponents__is_set = true;
|
|
}
|
|
|
|
protected void setCustomConsoleComponents(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("customConsoleComponents", "urn:metadata.tooling.soap.sforce.com","customConsoleComponents","urn:metadata.tooling.soap.sforce.com","CustomConsoleComponents",0,1,true))) {
|
|
setCustomConsoleComponents((com.sforce.soap.tooling.metadata.CustomConsoleComponents)__typeMapper.readObject(__in, _lookupTypeInfo("customConsoleComponents", "urn:metadata.tooling.soap.sforce.com","customConsoleComponents","urn:metadata.tooling.soap.sforce.com","CustomConsoleComponents",0,1,true), com.sforce.soap.tooling.metadata.CustomConsoleComponents.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCustomConsoleComponents(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("customConsoleComponents", "urn:metadata.tooling.soap.sforce.com","customConsoleComponents","urn:metadata.tooling.soap.sforce.com","CustomConsoleComponents",0,1,true), customConsoleComponents, customConsoleComponents__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : emailDefault of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean emailDefault__is_set = false;
|
|
|
|
private boolean emailDefault;
|
|
|
|
public boolean getEmailDefault() {
|
|
return emailDefault;
|
|
}
|
|
|
|
public boolean isEmailDefault() {
|
|
return emailDefault;
|
|
}
|
|
|
|
public void setEmailDefault(boolean emailDefault) {
|
|
this.emailDefault = emailDefault;
|
|
emailDefault__is_set = true;
|
|
}
|
|
|
|
protected void setEmailDefault(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("emailDefault", "urn:metadata.tooling.soap.sforce.com","emailDefault","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEmailDefault(__typeMapper.readBoolean(__in, _lookupTypeInfo("emailDefault", "urn:metadata.tooling.soap.sforce.com","emailDefault","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEmailDefault(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("emailDefault", "urn:metadata.tooling.soap.sforce.com","emailDefault","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), emailDefault, emailDefault__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : excludeButtons of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String[]
|
|
*/
|
|
private boolean excludeButtons__is_set = false;
|
|
|
|
private java.lang.String[] excludeButtons = new java.lang.String[0];
|
|
|
|
public java.lang.String[] getExcludeButtons() {
|
|
return excludeButtons;
|
|
}
|
|
|
|
public void setExcludeButtons(java.lang.String[] excludeButtons) {
|
|
this.excludeButtons = excludeButtons;
|
|
excludeButtons__is_set = true;
|
|
}
|
|
|
|
protected void setExcludeButtons(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("excludeButtons", "urn:metadata.tooling.soap.sforce.com","excludeButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
|
setExcludeButtons((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("excludeButtons", "urn:metadata.tooling.soap.sforce.com","excludeButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldExcludeButtons(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("excludeButtons", "urn:metadata.tooling.soap.sforce.com","excludeButtons","http://www.w3.org/2001/XMLSchema","string",0,-1,true), excludeButtons, excludeButtons__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : feedLayout of type {urn:metadata.tooling.soap.sforce.com}FeedLayout
|
|
* java type: com.sforce.soap.tooling.metadata.FeedLayout
|
|
*/
|
|
private boolean feedLayout__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.FeedLayout feedLayout;
|
|
|
|
public com.sforce.soap.tooling.metadata.FeedLayout getFeedLayout() {
|
|
return feedLayout;
|
|
}
|
|
|
|
public void setFeedLayout(com.sforce.soap.tooling.metadata.FeedLayout feedLayout) {
|
|
this.feedLayout = feedLayout;
|
|
feedLayout__is_set = true;
|
|
}
|
|
|
|
protected void setFeedLayout(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("feedLayout", "urn:metadata.tooling.soap.sforce.com","feedLayout","urn:metadata.tooling.soap.sforce.com","FeedLayout",0,1,true))) {
|
|
setFeedLayout((com.sforce.soap.tooling.metadata.FeedLayout)__typeMapper.readObject(__in, _lookupTypeInfo("feedLayout", "urn:metadata.tooling.soap.sforce.com","feedLayout","urn:metadata.tooling.soap.sforce.com","FeedLayout",0,1,true), com.sforce.soap.tooling.metadata.FeedLayout.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFeedLayout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("feedLayout", "urn:metadata.tooling.soap.sforce.com","feedLayout","urn:metadata.tooling.soap.sforce.com","FeedLayout",0,1,true), feedLayout, feedLayout__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : headers of type {urn:tooling.soap.sforce.com}LayoutHeader
|
|
* java type: com.sforce.soap.tooling.LayoutHeader[]
|
|
*/
|
|
private boolean headers__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.LayoutHeader[] headers = new com.sforce.soap.tooling.LayoutHeader[0];
|
|
|
|
public com.sforce.soap.tooling.LayoutHeader[] getHeaders() {
|
|
return headers;
|
|
}
|
|
|
|
public void setHeaders(com.sforce.soap.tooling.LayoutHeader[] headers) {
|
|
this.headers = headers;
|
|
headers__is_set = true;
|
|
}
|
|
|
|
protected void setHeaders(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("headers", "urn:metadata.tooling.soap.sforce.com","headers","urn:tooling.soap.sforce.com","LayoutHeader",0,-1,true))) {
|
|
setHeaders((com.sforce.soap.tooling.LayoutHeader[])__typeMapper.readObject(__in, _lookupTypeInfo("headers", "urn:metadata.tooling.soap.sforce.com","headers","urn:tooling.soap.sforce.com","LayoutHeader",0,-1,true), com.sforce.soap.tooling.LayoutHeader[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldHeaders(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("headers", "urn:metadata.tooling.soap.sforce.com","headers","urn:tooling.soap.sforce.com","LayoutHeader",0,-1,true), headers, headers__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : layoutSections of type {urn:metadata.tooling.soap.sforce.com}LayoutSection
|
|
* java type: com.sforce.soap.tooling.metadata.LayoutSection[]
|
|
*/
|
|
private boolean layoutSections__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.LayoutSection[] layoutSections = new com.sforce.soap.tooling.metadata.LayoutSection[0];
|
|
|
|
public com.sforce.soap.tooling.metadata.LayoutSection[] getLayoutSections() {
|
|
return layoutSections;
|
|
}
|
|
|
|
public void setLayoutSections(com.sforce.soap.tooling.metadata.LayoutSection[] layoutSections) {
|
|
this.layoutSections = layoutSections;
|
|
layoutSections__is_set = true;
|
|
}
|
|
|
|
protected void setLayoutSections(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("layoutSections", "urn:metadata.tooling.soap.sforce.com","layoutSections","urn:metadata.tooling.soap.sforce.com","LayoutSection",0,-1,true))) {
|
|
setLayoutSections((com.sforce.soap.tooling.metadata.LayoutSection[])__typeMapper.readObject(__in, _lookupTypeInfo("layoutSections", "urn:metadata.tooling.soap.sforce.com","layoutSections","urn:metadata.tooling.soap.sforce.com","LayoutSection",0,-1,true), com.sforce.soap.tooling.metadata.LayoutSection[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLayoutSections(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("layoutSections", "urn:metadata.tooling.soap.sforce.com","layoutSections","urn:metadata.tooling.soap.sforce.com","LayoutSection",0,-1,true), layoutSections, layoutSections__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : miniLayout of type {urn:metadata.tooling.soap.sforce.com}MiniLayout
|
|
* java type: com.sforce.soap.tooling.metadata.MiniLayout
|
|
*/
|
|
private boolean miniLayout__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.MiniLayout miniLayout;
|
|
|
|
public com.sforce.soap.tooling.metadata.MiniLayout getMiniLayout() {
|
|
return miniLayout;
|
|
}
|
|
|
|
public void setMiniLayout(com.sforce.soap.tooling.metadata.MiniLayout miniLayout) {
|
|
this.miniLayout = miniLayout;
|
|
miniLayout__is_set = true;
|
|
}
|
|
|
|
protected void setMiniLayout(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("miniLayout", "urn:metadata.tooling.soap.sforce.com","miniLayout","urn:metadata.tooling.soap.sforce.com","MiniLayout",0,1,true))) {
|
|
setMiniLayout((com.sforce.soap.tooling.metadata.MiniLayout)__typeMapper.readObject(__in, _lookupTypeInfo("miniLayout", "urn:metadata.tooling.soap.sforce.com","miniLayout","urn:metadata.tooling.soap.sforce.com","MiniLayout",0,1,true), com.sforce.soap.tooling.metadata.MiniLayout.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMiniLayout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("miniLayout", "urn:metadata.tooling.soap.sforce.com","miniLayout","urn:metadata.tooling.soap.sforce.com","MiniLayout",0,1,true), miniLayout, miniLayout__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : multilineLayoutFields of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String[]
|
|
*/
|
|
private boolean multilineLayoutFields__is_set = false;
|
|
|
|
private java.lang.String[] multilineLayoutFields = new java.lang.String[0];
|
|
|
|
public java.lang.String[] getMultilineLayoutFields() {
|
|
return multilineLayoutFields;
|
|
}
|
|
|
|
public void setMultilineLayoutFields(java.lang.String[] multilineLayoutFields) {
|
|
this.multilineLayoutFields = multilineLayoutFields;
|
|
multilineLayoutFields__is_set = true;
|
|
}
|
|
|
|
protected void setMultilineLayoutFields(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("multilineLayoutFields", "urn:metadata.tooling.soap.sforce.com","multilineLayoutFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
|
setMultilineLayoutFields((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("multilineLayoutFields", "urn:metadata.tooling.soap.sforce.com","multilineLayoutFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMultilineLayoutFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("multilineLayoutFields", "urn:metadata.tooling.soap.sforce.com","multilineLayoutFields","http://www.w3.org/2001/XMLSchema","string",0,-1,true), multilineLayoutFields, multilineLayoutFields__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : platformActionList of type {urn:metadata.tooling.soap.sforce.com}PlatformActionList
|
|
* java type: com.sforce.soap.tooling.metadata.PlatformActionList
|
|
*/
|
|
private boolean platformActionList__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.PlatformActionList platformActionList;
|
|
|
|
public com.sforce.soap.tooling.metadata.PlatformActionList getPlatformActionList() {
|
|
return platformActionList;
|
|
}
|
|
|
|
public void setPlatformActionList(com.sforce.soap.tooling.metadata.PlatformActionList platformActionList) {
|
|
this.platformActionList = platformActionList;
|
|
platformActionList__is_set = true;
|
|
}
|
|
|
|
protected void setPlatformActionList(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("platformActionList", "urn:metadata.tooling.soap.sforce.com","platformActionList","urn:metadata.tooling.soap.sforce.com","PlatformActionList",0,1,true))) {
|
|
setPlatformActionList((com.sforce.soap.tooling.metadata.PlatformActionList)__typeMapper.readObject(__in, _lookupTypeInfo("platformActionList", "urn:metadata.tooling.soap.sforce.com","platformActionList","urn:metadata.tooling.soap.sforce.com","PlatformActionList",0,1,true), com.sforce.soap.tooling.metadata.PlatformActionList.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldPlatformActionList(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("platformActionList", "urn:metadata.tooling.soap.sforce.com","platformActionList","urn:metadata.tooling.soap.sforce.com","PlatformActionList",0,1,true), platformActionList, platformActionList__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : quickActionList of type {urn:metadata.tooling.soap.sforce.com}QuickActionList
|
|
* java type: com.sforce.soap.tooling.metadata.QuickActionList
|
|
*/
|
|
private boolean quickActionList__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.QuickActionList quickActionList;
|
|
|
|
public com.sforce.soap.tooling.metadata.QuickActionList getQuickActionList() {
|
|
return quickActionList;
|
|
}
|
|
|
|
public void setQuickActionList(com.sforce.soap.tooling.metadata.QuickActionList quickActionList) {
|
|
this.quickActionList = quickActionList;
|
|
quickActionList__is_set = true;
|
|
}
|
|
|
|
protected void setQuickActionList(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("quickActionList", "urn:metadata.tooling.soap.sforce.com","quickActionList","urn:metadata.tooling.soap.sforce.com","QuickActionList",0,1,true))) {
|
|
setQuickActionList((com.sforce.soap.tooling.metadata.QuickActionList)__typeMapper.readObject(__in, _lookupTypeInfo("quickActionList", "urn:metadata.tooling.soap.sforce.com","quickActionList","urn:metadata.tooling.soap.sforce.com","QuickActionList",0,1,true), com.sforce.soap.tooling.metadata.QuickActionList.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldQuickActionList(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("quickActionList", "urn:metadata.tooling.soap.sforce.com","quickActionList","urn:metadata.tooling.soap.sforce.com","QuickActionList",0,1,true), quickActionList, quickActionList__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : relatedContent of type {urn:metadata.tooling.soap.sforce.com}RelatedContent
|
|
* java type: com.sforce.soap.tooling.metadata.RelatedContent
|
|
*/
|
|
private boolean relatedContent__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.RelatedContent relatedContent;
|
|
|
|
public com.sforce.soap.tooling.metadata.RelatedContent getRelatedContent() {
|
|
return relatedContent;
|
|
}
|
|
|
|
public void setRelatedContent(com.sforce.soap.tooling.metadata.RelatedContent relatedContent) {
|
|
this.relatedContent = relatedContent;
|
|
relatedContent__is_set = true;
|
|
}
|
|
|
|
protected void setRelatedContent(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("relatedContent", "urn:metadata.tooling.soap.sforce.com","relatedContent","urn:metadata.tooling.soap.sforce.com","RelatedContent",0,1,true))) {
|
|
setRelatedContent((com.sforce.soap.tooling.metadata.RelatedContent)__typeMapper.readObject(__in, _lookupTypeInfo("relatedContent", "urn:metadata.tooling.soap.sforce.com","relatedContent","urn:metadata.tooling.soap.sforce.com","RelatedContent",0,1,true), com.sforce.soap.tooling.metadata.RelatedContent.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRelatedContent(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("relatedContent", "urn:metadata.tooling.soap.sforce.com","relatedContent","urn:metadata.tooling.soap.sforce.com","RelatedContent",0,1,true), relatedContent, relatedContent__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : relatedLists of type {urn:metadata.tooling.soap.sforce.com}RelatedListItem
|
|
* java type: com.sforce.soap.tooling.metadata.RelatedListItem[]
|
|
*/
|
|
private boolean relatedLists__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.RelatedListItem[] relatedLists = new com.sforce.soap.tooling.metadata.RelatedListItem[0];
|
|
|
|
public com.sforce.soap.tooling.metadata.RelatedListItem[] getRelatedLists() {
|
|
return relatedLists;
|
|
}
|
|
|
|
public void setRelatedLists(com.sforce.soap.tooling.metadata.RelatedListItem[] relatedLists) {
|
|
this.relatedLists = relatedLists;
|
|
relatedLists__is_set = true;
|
|
}
|
|
|
|
protected void setRelatedLists(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("relatedLists", "urn:metadata.tooling.soap.sforce.com","relatedLists","urn:metadata.tooling.soap.sforce.com","RelatedListItem",0,-1,true))) {
|
|
setRelatedLists((com.sforce.soap.tooling.metadata.RelatedListItem[])__typeMapper.readObject(__in, _lookupTypeInfo("relatedLists", "urn:metadata.tooling.soap.sforce.com","relatedLists","urn:metadata.tooling.soap.sforce.com","RelatedListItem",0,-1,true), com.sforce.soap.tooling.metadata.RelatedListItem[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRelatedLists(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("relatedLists", "urn:metadata.tooling.soap.sforce.com","relatedLists","urn:metadata.tooling.soap.sforce.com","RelatedListItem",0,-1,true), relatedLists, relatedLists__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : relatedObjects of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String[]
|
|
*/
|
|
private boolean relatedObjects__is_set = false;
|
|
|
|
private java.lang.String[] relatedObjects = new java.lang.String[0];
|
|
|
|
public java.lang.String[] getRelatedObjects() {
|
|
return relatedObjects;
|
|
}
|
|
|
|
public void setRelatedObjects(java.lang.String[] relatedObjects) {
|
|
this.relatedObjects = relatedObjects;
|
|
relatedObjects__is_set = true;
|
|
}
|
|
|
|
protected void setRelatedObjects(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("relatedObjects", "urn:metadata.tooling.soap.sforce.com","relatedObjects","http://www.w3.org/2001/XMLSchema","string",0,-1,true))) {
|
|
setRelatedObjects((java.lang.String[])__typeMapper.readObject(__in, _lookupTypeInfo("relatedObjects", "urn:metadata.tooling.soap.sforce.com","relatedObjects","http://www.w3.org/2001/XMLSchema","string",0,-1,true), java.lang.String[].class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRelatedObjects(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("relatedObjects", "urn:metadata.tooling.soap.sforce.com","relatedObjects","http://www.w3.org/2001/XMLSchema","string",0,-1,true), relatedObjects, relatedObjects__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : runAssignmentRulesDefault of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean runAssignmentRulesDefault__is_set = false;
|
|
|
|
private boolean runAssignmentRulesDefault;
|
|
|
|
public boolean getRunAssignmentRulesDefault() {
|
|
return runAssignmentRulesDefault;
|
|
}
|
|
|
|
public boolean isRunAssignmentRulesDefault() {
|
|
return runAssignmentRulesDefault;
|
|
}
|
|
|
|
public void setRunAssignmentRulesDefault(boolean runAssignmentRulesDefault) {
|
|
this.runAssignmentRulesDefault = runAssignmentRulesDefault;
|
|
runAssignmentRulesDefault__is_set = true;
|
|
}
|
|
|
|
protected void setRunAssignmentRulesDefault(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("runAssignmentRulesDefault", "urn:metadata.tooling.soap.sforce.com","runAssignmentRulesDefault","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setRunAssignmentRulesDefault(__typeMapper.readBoolean(__in, _lookupTypeInfo("runAssignmentRulesDefault", "urn:metadata.tooling.soap.sforce.com","runAssignmentRulesDefault","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRunAssignmentRulesDefault(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("runAssignmentRulesDefault", "urn:metadata.tooling.soap.sforce.com","runAssignmentRulesDefault","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), runAssignmentRulesDefault, runAssignmentRulesDefault__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : showEmailCheckbox of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean showEmailCheckbox__is_set = false;
|
|
|
|
private boolean showEmailCheckbox;
|
|
|
|
public boolean getShowEmailCheckbox() {
|
|
return showEmailCheckbox;
|
|
}
|
|
|
|
public boolean isShowEmailCheckbox() {
|
|
return showEmailCheckbox;
|
|
}
|
|
|
|
public void setShowEmailCheckbox(boolean showEmailCheckbox) {
|
|
this.showEmailCheckbox = showEmailCheckbox;
|
|
showEmailCheckbox__is_set = true;
|
|
}
|
|
|
|
protected void setShowEmailCheckbox(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("showEmailCheckbox", "urn:metadata.tooling.soap.sforce.com","showEmailCheckbox","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowEmailCheckbox(__typeMapper.readBoolean(__in, _lookupTypeInfo("showEmailCheckbox", "urn:metadata.tooling.soap.sforce.com","showEmailCheckbox","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowEmailCheckbox(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("showEmailCheckbox", "urn:metadata.tooling.soap.sforce.com","showEmailCheckbox","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), showEmailCheckbox, showEmailCheckbox__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : showHighlightsPanel of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean showHighlightsPanel__is_set = false;
|
|
|
|
private boolean showHighlightsPanel;
|
|
|
|
public boolean getShowHighlightsPanel() {
|
|
return showHighlightsPanel;
|
|
}
|
|
|
|
public boolean isShowHighlightsPanel() {
|
|
return showHighlightsPanel;
|
|
}
|
|
|
|
public void setShowHighlightsPanel(boolean showHighlightsPanel) {
|
|
this.showHighlightsPanel = showHighlightsPanel;
|
|
showHighlightsPanel__is_set = true;
|
|
}
|
|
|
|
protected void setShowHighlightsPanel(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("showHighlightsPanel", "urn:metadata.tooling.soap.sforce.com","showHighlightsPanel","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowHighlightsPanel(__typeMapper.readBoolean(__in, _lookupTypeInfo("showHighlightsPanel", "urn:metadata.tooling.soap.sforce.com","showHighlightsPanel","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowHighlightsPanel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("showHighlightsPanel", "urn:metadata.tooling.soap.sforce.com","showHighlightsPanel","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), showHighlightsPanel, showHighlightsPanel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : showInteractionLogPanel of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean showInteractionLogPanel__is_set = false;
|
|
|
|
private boolean showInteractionLogPanel;
|
|
|
|
public boolean getShowInteractionLogPanel() {
|
|
return showInteractionLogPanel;
|
|
}
|
|
|
|
public boolean isShowInteractionLogPanel() {
|
|
return showInteractionLogPanel;
|
|
}
|
|
|
|
public void setShowInteractionLogPanel(boolean showInteractionLogPanel) {
|
|
this.showInteractionLogPanel = showInteractionLogPanel;
|
|
showInteractionLogPanel__is_set = true;
|
|
}
|
|
|
|
protected void setShowInteractionLogPanel(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("showInteractionLogPanel", "urn:metadata.tooling.soap.sforce.com","showInteractionLogPanel","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowInteractionLogPanel(__typeMapper.readBoolean(__in, _lookupTypeInfo("showInteractionLogPanel", "urn:metadata.tooling.soap.sforce.com","showInteractionLogPanel","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowInteractionLogPanel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("showInteractionLogPanel", "urn:metadata.tooling.soap.sforce.com","showInteractionLogPanel","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), showInteractionLogPanel, showInteractionLogPanel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : showKnowledgeComponent of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean showKnowledgeComponent__is_set = false;
|
|
|
|
private boolean showKnowledgeComponent;
|
|
|
|
public boolean getShowKnowledgeComponent() {
|
|
return showKnowledgeComponent;
|
|
}
|
|
|
|
public boolean isShowKnowledgeComponent() {
|
|
return showKnowledgeComponent;
|
|
}
|
|
|
|
public void setShowKnowledgeComponent(boolean showKnowledgeComponent) {
|
|
this.showKnowledgeComponent = showKnowledgeComponent;
|
|
showKnowledgeComponent__is_set = true;
|
|
}
|
|
|
|
protected void setShowKnowledgeComponent(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("showKnowledgeComponent", "urn:metadata.tooling.soap.sforce.com","showKnowledgeComponent","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowKnowledgeComponent(__typeMapper.readBoolean(__in, _lookupTypeInfo("showKnowledgeComponent", "urn:metadata.tooling.soap.sforce.com","showKnowledgeComponent","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowKnowledgeComponent(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("showKnowledgeComponent", "urn:metadata.tooling.soap.sforce.com","showKnowledgeComponent","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), showKnowledgeComponent, showKnowledgeComponent__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : showRunAssignmentRulesCheckbox of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean showRunAssignmentRulesCheckbox__is_set = false;
|
|
|
|
private boolean showRunAssignmentRulesCheckbox;
|
|
|
|
public boolean getShowRunAssignmentRulesCheckbox() {
|
|
return showRunAssignmentRulesCheckbox;
|
|
}
|
|
|
|
public boolean isShowRunAssignmentRulesCheckbox() {
|
|
return showRunAssignmentRulesCheckbox;
|
|
}
|
|
|
|
public void setShowRunAssignmentRulesCheckbox(boolean showRunAssignmentRulesCheckbox) {
|
|
this.showRunAssignmentRulesCheckbox = showRunAssignmentRulesCheckbox;
|
|
showRunAssignmentRulesCheckbox__is_set = true;
|
|
}
|
|
|
|
protected void setShowRunAssignmentRulesCheckbox(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("showRunAssignmentRulesCheckbox", "urn:metadata.tooling.soap.sforce.com","showRunAssignmentRulesCheckbox","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowRunAssignmentRulesCheckbox(__typeMapper.readBoolean(__in, _lookupTypeInfo("showRunAssignmentRulesCheckbox", "urn:metadata.tooling.soap.sforce.com","showRunAssignmentRulesCheckbox","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowRunAssignmentRulesCheckbox(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("showRunAssignmentRulesCheckbox", "urn:metadata.tooling.soap.sforce.com","showRunAssignmentRulesCheckbox","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), showRunAssignmentRulesCheckbox, showRunAssignmentRulesCheckbox__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : showSolutionSection of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean showSolutionSection__is_set = false;
|
|
|
|
private boolean showSolutionSection;
|
|
|
|
public boolean getShowSolutionSection() {
|
|
return showSolutionSection;
|
|
}
|
|
|
|
public boolean isShowSolutionSection() {
|
|
return showSolutionSection;
|
|
}
|
|
|
|
public void setShowSolutionSection(boolean showSolutionSection) {
|
|
this.showSolutionSection = showSolutionSection;
|
|
showSolutionSection__is_set = true;
|
|
}
|
|
|
|
protected void setShowSolutionSection(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("showSolutionSection", "urn:metadata.tooling.soap.sforce.com","showSolutionSection","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowSolutionSection(__typeMapper.readBoolean(__in, _lookupTypeInfo("showSolutionSection", "urn:metadata.tooling.soap.sforce.com","showSolutionSection","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowSolutionSection(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("showSolutionSection", "urn:metadata.tooling.soap.sforce.com","showSolutionSection","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), showSolutionSection, showSolutionSection__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : showSubmitAndAttachButton of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean showSubmitAndAttachButton__is_set = false;
|
|
|
|
private boolean showSubmitAndAttachButton;
|
|
|
|
public boolean getShowSubmitAndAttachButton() {
|
|
return showSubmitAndAttachButton;
|
|
}
|
|
|
|
public boolean isShowSubmitAndAttachButton() {
|
|
return showSubmitAndAttachButton;
|
|
}
|
|
|
|
public void setShowSubmitAndAttachButton(boolean showSubmitAndAttachButton) {
|
|
this.showSubmitAndAttachButton = showSubmitAndAttachButton;
|
|
showSubmitAndAttachButton__is_set = true;
|
|
}
|
|
|
|
protected void setShowSubmitAndAttachButton(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("showSubmitAndAttachButton", "urn:metadata.tooling.soap.sforce.com","showSubmitAndAttachButton","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setShowSubmitAndAttachButton(__typeMapper.readBoolean(__in, _lookupTypeInfo("showSubmitAndAttachButton", "urn:metadata.tooling.soap.sforce.com","showSubmitAndAttachButton","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldShowSubmitAndAttachButton(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("showSubmitAndAttachButton", "urn:metadata.tooling.soap.sforce.com","showSubmitAndAttachButton","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), showSubmitAndAttachButton, showSubmitAndAttachButton__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : summaryLayout of type {urn:metadata.tooling.soap.sforce.com}SummaryLayout
|
|
* java type: com.sforce.soap.tooling.metadata.SummaryLayout
|
|
*/
|
|
private boolean summaryLayout__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.SummaryLayout summaryLayout;
|
|
|
|
public com.sforce.soap.tooling.metadata.SummaryLayout getSummaryLayout() {
|
|
return summaryLayout;
|
|
}
|
|
|
|
public void setSummaryLayout(com.sforce.soap.tooling.metadata.SummaryLayout summaryLayout) {
|
|
this.summaryLayout = summaryLayout;
|
|
summaryLayout__is_set = true;
|
|
}
|
|
|
|
protected void setSummaryLayout(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("summaryLayout", "urn:metadata.tooling.soap.sforce.com","summaryLayout","urn:metadata.tooling.soap.sforce.com","SummaryLayout",0,1,true))) {
|
|
setSummaryLayout((com.sforce.soap.tooling.metadata.SummaryLayout)__typeMapper.readObject(__in, _lookupTypeInfo("summaryLayout", "urn:metadata.tooling.soap.sforce.com","summaryLayout","urn:metadata.tooling.soap.sforce.com","SummaryLayout",0,1,true), com.sforce.soap.tooling.metadata.SummaryLayout.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSummaryLayout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("summaryLayout", "urn:metadata.tooling.soap.sforce.com","summaryLayout","urn:metadata.tooling.soap.sforce.com","SummaryLayout",0,1,true), summaryLayout, summaryLayout__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:metadata.tooling.soap.sforce.com", "Layout");
|
|
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("[Layout ");
|
|
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 {
|
|
writeFieldCustomButtons(__out, __typeMapper);
|
|
writeFieldCustomConsoleComponents(__out, __typeMapper);
|
|
writeFieldEmailDefault(__out, __typeMapper);
|
|
writeFieldExcludeButtons(__out, __typeMapper);
|
|
writeFieldFeedLayout(__out, __typeMapper);
|
|
writeFieldHeaders(__out, __typeMapper);
|
|
writeFieldLayoutSections(__out, __typeMapper);
|
|
writeFieldMiniLayout(__out, __typeMapper);
|
|
writeFieldMultilineLayoutFields(__out, __typeMapper);
|
|
writeFieldPlatformActionList(__out, __typeMapper);
|
|
writeFieldQuickActionList(__out, __typeMapper);
|
|
writeFieldRelatedContent(__out, __typeMapper);
|
|
writeFieldRelatedLists(__out, __typeMapper);
|
|
writeFieldRelatedObjects(__out, __typeMapper);
|
|
writeFieldRunAssignmentRulesDefault(__out, __typeMapper);
|
|
writeFieldShowEmailCheckbox(__out, __typeMapper);
|
|
writeFieldShowHighlightsPanel(__out, __typeMapper);
|
|
writeFieldShowInteractionLogPanel(__out, __typeMapper);
|
|
writeFieldShowKnowledgeComponent(__out, __typeMapper);
|
|
writeFieldShowRunAssignmentRulesCheckbox(__out, __typeMapper);
|
|
writeFieldShowSolutionSection(__out, __typeMapper);
|
|
writeFieldShowSubmitAndAttachButton(__out, __typeMapper);
|
|
writeFieldSummaryLayout(__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 {
|
|
setCustomButtons(__in, __typeMapper);
|
|
setCustomConsoleComponents(__in, __typeMapper);
|
|
setEmailDefault(__in, __typeMapper);
|
|
setExcludeButtons(__in, __typeMapper);
|
|
setFeedLayout(__in, __typeMapper);
|
|
setHeaders(__in, __typeMapper);
|
|
setLayoutSections(__in, __typeMapper);
|
|
setMiniLayout(__in, __typeMapper);
|
|
setMultilineLayoutFields(__in, __typeMapper);
|
|
setPlatformActionList(__in, __typeMapper);
|
|
setQuickActionList(__in, __typeMapper);
|
|
setRelatedContent(__in, __typeMapper);
|
|
setRelatedLists(__in, __typeMapper);
|
|
setRelatedObjects(__in, __typeMapper);
|
|
setRunAssignmentRulesDefault(__in, __typeMapper);
|
|
setShowEmailCheckbox(__in, __typeMapper);
|
|
setShowHighlightsPanel(__in, __typeMapper);
|
|
setShowInteractionLogPanel(__in, __typeMapper);
|
|
setShowKnowledgeComponent(__in, __typeMapper);
|
|
setShowRunAssignmentRulesCheckbox(__in, __typeMapper);
|
|
setShowSolutionSection(__in, __typeMapper);
|
|
setShowSubmitAndAttachButton(__in, __typeMapper);
|
|
setSummaryLayout(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "customButtons", customButtons);
|
|
toStringHelper(sb, "customConsoleComponents", customConsoleComponents);
|
|
toStringHelper(sb, "emailDefault", emailDefault);
|
|
toStringHelper(sb, "excludeButtons", excludeButtons);
|
|
toStringHelper(sb, "feedLayout", feedLayout);
|
|
toStringHelper(sb, "headers", headers);
|
|
toStringHelper(sb, "layoutSections", layoutSections);
|
|
toStringHelper(sb, "miniLayout", miniLayout);
|
|
toStringHelper(sb, "multilineLayoutFields", multilineLayoutFields);
|
|
toStringHelper(sb, "platformActionList", platformActionList);
|
|
toStringHelper(sb, "quickActionList", quickActionList);
|
|
toStringHelper(sb, "relatedContent", relatedContent);
|
|
toStringHelper(sb, "relatedLists", relatedLists);
|
|
toStringHelper(sb, "relatedObjects", relatedObjects);
|
|
toStringHelper(sb, "runAssignmentRulesDefault", runAssignmentRulesDefault);
|
|
toStringHelper(sb, "showEmailCheckbox", showEmailCheckbox);
|
|
toStringHelper(sb, "showHighlightsPanel", showHighlightsPanel);
|
|
toStringHelper(sb, "showInteractionLogPanel", showInteractionLogPanel);
|
|
toStringHelper(sb, "showKnowledgeComponent", showKnowledgeComponent);
|
|
toStringHelper(sb, "showRunAssignmentRulesCheckbox", showRunAssignmentRulesCheckbox);
|
|
toStringHelper(sb, "showSolutionSection", showSolutionSection);
|
|
toStringHelper(sb, "showSubmitAndAttachButton", showSubmitAndAttachButton);
|
|
toStringHelper(sb, "summaryLayout", summaryLayout);
|
|
}
|
|
|
|
|
|
}
|