374 lines
19 KiB
Java
374 lines
19 KiB
Java
package com.sforce.soap.metadata;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class DevHubSettings extends com.sforce.soap.metadata.Metadata {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public DevHubSettings() {}
|
|
|
|
/* 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 : enableALMSimpleDeployDataPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableALMSimpleDeployDataPref__is_set = false;
|
|
|
|
private boolean enableALMSimpleDeployDataPref;
|
|
|
|
public boolean getEnableALMSimpleDeployDataPref() {
|
|
return enableALMSimpleDeployDataPref;
|
|
}
|
|
|
|
public boolean isEnableALMSimpleDeployDataPref() {
|
|
return enableALMSimpleDeployDataPref;
|
|
}
|
|
|
|
public void setEnableALMSimpleDeployDataPref(boolean enableALMSimpleDeployDataPref) {
|
|
this.enableALMSimpleDeployDataPref = enableALMSimpleDeployDataPref;
|
|
enableALMSimpleDeployDataPref__is_set = true;
|
|
}
|
|
|
|
protected void setEnableALMSimpleDeployDataPref(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("enableALMSimpleDeployDataPref", "http://soap.sforce.com/2006/04/metadata","enableALMSimpleDeployDataPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableALMSimpleDeployDataPref(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableALMSimpleDeployDataPref", "http://soap.sforce.com/2006/04/metadata","enableALMSimpleDeployDataPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableALMSimpleDeployDataPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableALMSimpleDeployDataPref", "http://soap.sforce.com/2006/04/metadata","enableALMSimpleDeployDataPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableALMSimpleDeployDataPref, enableALMSimpleDeployDataPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableALMSimpleDeployPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableALMSimpleDeployPref__is_set = false;
|
|
|
|
private boolean enableALMSimpleDeployPref;
|
|
|
|
public boolean getEnableALMSimpleDeployPref() {
|
|
return enableALMSimpleDeployPref;
|
|
}
|
|
|
|
public boolean isEnableALMSimpleDeployPref() {
|
|
return enableALMSimpleDeployPref;
|
|
}
|
|
|
|
public void setEnableALMSimpleDeployPref(boolean enableALMSimpleDeployPref) {
|
|
this.enableALMSimpleDeployPref = enableALMSimpleDeployPref;
|
|
enableALMSimpleDeployPref__is_set = true;
|
|
}
|
|
|
|
protected void setEnableALMSimpleDeployPref(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("enableALMSimpleDeployPref", "http://soap.sforce.com/2006/04/metadata","enableALMSimpleDeployPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableALMSimpleDeployPref(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableALMSimpleDeployPref", "http://soap.sforce.com/2006/04/metadata","enableALMSimpleDeployPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableALMSimpleDeployPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableALMSimpleDeployPref", "http://soap.sforce.com/2006/04/metadata","enableALMSimpleDeployPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableALMSimpleDeployPref, enableALMSimpleDeployPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableDevOpsCenter of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableDevOpsCenter__is_set = false;
|
|
|
|
private boolean enableDevOpsCenter;
|
|
|
|
public boolean getEnableDevOpsCenter() {
|
|
return enableDevOpsCenter;
|
|
}
|
|
|
|
public boolean isEnableDevOpsCenter() {
|
|
return enableDevOpsCenter;
|
|
}
|
|
|
|
public void setEnableDevOpsCenter(boolean enableDevOpsCenter) {
|
|
this.enableDevOpsCenter = enableDevOpsCenter;
|
|
enableDevOpsCenter__is_set = true;
|
|
}
|
|
|
|
protected void setEnableDevOpsCenter(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("enableDevOpsCenter", "http://soap.sforce.com/2006/04/metadata","enableDevOpsCenter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableDevOpsCenter(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableDevOpsCenter", "http://soap.sforce.com/2006/04/metadata","enableDevOpsCenter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableDevOpsCenter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableDevOpsCenter", "http://soap.sforce.com/2006/04/metadata","enableDevOpsCenter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableDevOpsCenter, enableDevOpsCenter__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableDevOpsCenterGA of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableDevOpsCenterGA__is_set = false;
|
|
|
|
private boolean enableDevOpsCenterGA;
|
|
|
|
public boolean getEnableDevOpsCenterGA() {
|
|
return enableDevOpsCenterGA;
|
|
}
|
|
|
|
public boolean isEnableDevOpsCenterGA() {
|
|
return enableDevOpsCenterGA;
|
|
}
|
|
|
|
public void setEnableDevOpsCenterGA(boolean enableDevOpsCenterGA) {
|
|
this.enableDevOpsCenterGA = enableDevOpsCenterGA;
|
|
enableDevOpsCenterGA__is_set = true;
|
|
}
|
|
|
|
protected void setEnableDevOpsCenterGA(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("enableDevOpsCenterGA", "http://soap.sforce.com/2006/04/metadata","enableDevOpsCenterGA","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableDevOpsCenterGA(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableDevOpsCenterGA", "http://soap.sforce.com/2006/04/metadata","enableDevOpsCenterGA","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableDevOpsCenterGA(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableDevOpsCenterGA", "http://soap.sforce.com/2006/04/metadata","enableDevOpsCenterGA","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableDevOpsCenterGA, enableDevOpsCenterGA__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enablePackaging2 of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enablePackaging2__is_set = false;
|
|
|
|
private boolean enablePackaging2;
|
|
|
|
public boolean getEnablePackaging2() {
|
|
return enablePackaging2;
|
|
}
|
|
|
|
public boolean isEnablePackaging2() {
|
|
return enablePackaging2;
|
|
}
|
|
|
|
public void setEnablePackaging2(boolean enablePackaging2) {
|
|
this.enablePackaging2 = enablePackaging2;
|
|
enablePackaging2__is_set = true;
|
|
}
|
|
|
|
protected void setEnablePackaging2(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("enablePackaging2", "http://soap.sforce.com/2006/04/metadata","enablePackaging2","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnablePackaging2(__typeMapper.readBoolean(__in, _lookupTypeInfo("enablePackaging2", "http://soap.sforce.com/2006/04/metadata","enablePackaging2","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnablePackaging2(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enablePackaging2", "http://soap.sforce.com/2006/04/metadata","enablePackaging2","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enablePackaging2, enablePackaging2__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableScratchOrgManagementPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableScratchOrgManagementPref__is_set = false;
|
|
|
|
private boolean enableScratchOrgManagementPref;
|
|
|
|
public boolean getEnableScratchOrgManagementPref() {
|
|
return enableScratchOrgManagementPref;
|
|
}
|
|
|
|
public boolean isEnableScratchOrgManagementPref() {
|
|
return enableScratchOrgManagementPref;
|
|
}
|
|
|
|
public void setEnableScratchOrgManagementPref(boolean enableScratchOrgManagementPref) {
|
|
this.enableScratchOrgManagementPref = enableScratchOrgManagementPref;
|
|
enableScratchOrgManagementPref__is_set = true;
|
|
}
|
|
|
|
protected void setEnableScratchOrgManagementPref(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("enableScratchOrgManagementPref", "http://soap.sforce.com/2006/04/metadata","enableScratchOrgManagementPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableScratchOrgManagementPref(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableScratchOrgManagementPref", "http://soap.sforce.com/2006/04/metadata","enableScratchOrgManagementPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableScratchOrgManagementPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableScratchOrgManagementPref", "http://soap.sforce.com/2006/04/metadata","enableScratchOrgManagementPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableScratchOrgManagementPref, enableScratchOrgManagementPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableScratchOrgSnapshotPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableScratchOrgSnapshotPref__is_set = false;
|
|
|
|
private boolean enableScratchOrgSnapshotPref;
|
|
|
|
public boolean getEnableScratchOrgSnapshotPref() {
|
|
return enableScratchOrgSnapshotPref;
|
|
}
|
|
|
|
public boolean isEnableScratchOrgSnapshotPref() {
|
|
return enableScratchOrgSnapshotPref;
|
|
}
|
|
|
|
public void setEnableScratchOrgSnapshotPref(boolean enableScratchOrgSnapshotPref) {
|
|
this.enableScratchOrgSnapshotPref = enableScratchOrgSnapshotPref;
|
|
enableScratchOrgSnapshotPref__is_set = true;
|
|
}
|
|
|
|
protected void setEnableScratchOrgSnapshotPref(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("enableScratchOrgSnapshotPref", "http://soap.sforce.com/2006/04/metadata","enableScratchOrgSnapshotPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableScratchOrgSnapshotPref(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableScratchOrgSnapshotPref", "http://soap.sforce.com/2006/04/metadata","enableScratchOrgSnapshotPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableScratchOrgSnapshotPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableScratchOrgSnapshotPref", "http://soap.sforce.com/2006/04/metadata","enableScratchOrgSnapshotPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableScratchOrgSnapshotPref, enableScratchOrgSnapshotPref__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : enableShapeExportPref of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean enableShapeExportPref__is_set = false;
|
|
|
|
private boolean enableShapeExportPref;
|
|
|
|
public boolean getEnableShapeExportPref() {
|
|
return enableShapeExportPref;
|
|
}
|
|
|
|
public boolean isEnableShapeExportPref() {
|
|
return enableShapeExportPref;
|
|
}
|
|
|
|
public void setEnableShapeExportPref(boolean enableShapeExportPref) {
|
|
this.enableShapeExportPref = enableShapeExportPref;
|
|
enableShapeExportPref__is_set = true;
|
|
}
|
|
|
|
protected void setEnableShapeExportPref(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("enableShapeExportPref", "http://soap.sforce.com/2006/04/metadata","enableShapeExportPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setEnableShapeExportPref(__typeMapper.readBoolean(__in, _lookupTypeInfo("enableShapeExportPref", "http://soap.sforce.com/2006/04/metadata","enableShapeExportPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldEnableShapeExportPref(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("enableShapeExportPref", "http://soap.sforce.com/2006/04/metadata","enableShapeExportPref","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), enableShapeExportPref, enableShapeExportPref__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, "http://soap.sforce.com/2006/04/metadata", "DevHubSettings");
|
|
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("[DevHubSettings ");
|
|
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 {
|
|
writeFieldEnableALMSimpleDeployDataPref(__out, __typeMapper);
|
|
writeFieldEnableALMSimpleDeployPref(__out, __typeMapper);
|
|
writeFieldEnableDevOpsCenter(__out, __typeMapper);
|
|
writeFieldEnableDevOpsCenterGA(__out, __typeMapper);
|
|
writeFieldEnablePackaging2(__out, __typeMapper);
|
|
writeFieldEnableScratchOrgManagementPref(__out, __typeMapper);
|
|
writeFieldEnableScratchOrgSnapshotPref(__out, __typeMapper);
|
|
writeFieldEnableShapeExportPref(__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 {
|
|
setEnableALMSimpleDeployDataPref(__in, __typeMapper);
|
|
setEnableALMSimpleDeployPref(__in, __typeMapper);
|
|
setEnableDevOpsCenter(__in, __typeMapper);
|
|
setEnableDevOpsCenterGA(__in, __typeMapper);
|
|
setEnablePackaging2(__in, __typeMapper);
|
|
setEnableScratchOrgManagementPref(__in, __typeMapper);
|
|
setEnableScratchOrgSnapshotPref(__in, __typeMapper);
|
|
setEnableShapeExportPref(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "enableALMSimpleDeployDataPref", enableALMSimpleDeployDataPref);
|
|
toStringHelper(sb, "enableALMSimpleDeployPref", enableALMSimpleDeployPref);
|
|
toStringHelper(sb, "enableDevOpsCenter", enableDevOpsCenter);
|
|
toStringHelper(sb, "enableDevOpsCenterGA", enableDevOpsCenterGA);
|
|
toStringHelper(sb, "enablePackaging2", enablePackaging2);
|
|
toStringHelper(sb, "enableScratchOrgManagementPref", enableScratchOrgManagementPref);
|
|
toStringHelper(sb, "enableScratchOrgSnapshotPref", enableScratchOrgSnapshotPref);
|
|
toStringHelper(sb, "enableShapeExportPref", enableShapeExportPref);
|
|
}
|
|
|
|
|
|
}
|