430 lines
21 KiB
Java
430 lines
21 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 ExtlClntAppConfigurablePolicies extends com.sforce.soap.metadata.Metadata {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public ExtlClntAppConfigurablePolicies() {}
|
|
|
|
/* 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 : externalClientApplication of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean externalClientApplication__is_set = false;
|
|
|
|
private java.lang.String externalClientApplication;
|
|
|
|
public java.lang.String getExternalClientApplication() {
|
|
return externalClientApplication;
|
|
}
|
|
|
|
public void setExternalClientApplication(java.lang.String externalClientApplication) {
|
|
this.externalClientApplication = externalClientApplication;
|
|
externalClientApplication__is_set = true;
|
|
}
|
|
|
|
protected void setExternalClientApplication(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("externalClientApplication", "http://soap.sforce.com/2006/04/metadata","externalClientApplication","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
|
setExternalClientApplication(__typeMapper.readString(__in, _lookupTypeInfo("externalClientApplication", "http://soap.sforce.com/2006/04/metadata","externalClientApplication","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldExternalClientApplication(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("externalClientApplication", "http://soap.sforce.com/2006/04/metadata","externalClientApplication","http://www.w3.org/2001/XMLSchema","string",1,1,true), externalClientApplication, externalClientApplication__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : isEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean isEnabled__is_set = false;
|
|
|
|
private boolean isEnabled;
|
|
|
|
public boolean getIsEnabled() {
|
|
return isEnabled;
|
|
}
|
|
|
|
public boolean isIsEnabled() {
|
|
return isEnabled;
|
|
}
|
|
|
|
public void setIsEnabled(boolean isEnabled) {
|
|
this.isEnabled = isEnabled;
|
|
isEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsEnabled(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("isEnabled", "http://soap.sforce.com/2006/04/metadata","isEnabled","http://www.w3.org/2001/XMLSchema","boolean",1,1,true))) {
|
|
setIsEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("isEnabled", "http://soap.sforce.com/2006/04/metadata","isEnabled","http://www.w3.org/2001/XMLSchema","boolean",1,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isEnabled", "http://soap.sforce.com/2006/04/metadata","isEnabled","http://www.w3.org/2001/XMLSchema","boolean",1,1,true), isEnabled, isEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : isMobilePluginEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean isMobilePluginEnabled__is_set = false;
|
|
|
|
private boolean isMobilePluginEnabled;
|
|
|
|
public boolean getIsMobilePluginEnabled() {
|
|
return isMobilePluginEnabled;
|
|
}
|
|
|
|
public boolean isIsMobilePluginEnabled() {
|
|
return isMobilePluginEnabled;
|
|
}
|
|
|
|
public void setIsMobilePluginEnabled(boolean isMobilePluginEnabled) {
|
|
this.isMobilePluginEnabled = isMobilePluginEnabled;
|
|
isMobilePluginEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsMobilePluginEnabled(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("isMobilePluginEnabled", "http://soap.sforce.com/2006/04/metadata","isMobilePluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsMobilePluginEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("isMobilePluginEnabled", "http://soap.sforce.com/2006/04/metadata","isMobilePluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsMobilePluginEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isMobilePluginEnabled", "http://soap.sforce.com/2006/04/metadata","isMobilePluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isMobilePluginEnabled, isMobilePluginEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : isNotificationPluginEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean isNotificationPluginEnabled__is_set = false;
|
|
|
|
private boolean isNotificationPluginEnabled;
|
|
|
|
public boolean getIsNotificationPluginEnabled() {
|
|
return isNotificationPluginEnabled;
|
|
}
|
|
|
|
public boolean isIsNotificationPluginEnabled() {
|
|
return isNotificationPluginEnabled;
|
|
}
|
|
|
|
public void setIsNotificationPluginEnabled(boolean isNotificationPluginEnabled) {
|
|
this.isNotificationPluginEnabled = isNotificationPluginEnabled;
|
|
isNotificationPluginEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsNotificationPluginEnabled(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("isNotificationPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isNotificationPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsNotificationPluginEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("isNotificationPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isNotificationPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsNotificationPluginEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isNotificationPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isNotificationPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isNotificationPluginEnabled, isNotificationPluginEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : isOauthPluginEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean isOauthPluginEnabled__is_set = false;
|
|
|
|
private boolean isOauthPluginEnabled;
|
|
|
|
public boolean getIsOauthPluginEnabled() {
|
|
return isOauthPluginEnabled;
|
|
}
|
|
|
|
public boolean isIsOauthPluginEnabled() {
|
|
return isOauthPluginEnabled;
|
|
}
|
|
|
|
public void setIsOauthPluginEnabled(boolean isOauthPluginEnabled) {
|
|
this.isOauthPluginEnabled = isOauthPluginEnabled;
|
|
isOauthPluginEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsOauthPluginEnabled(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("isOauthPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isOauthPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsOauthPluginEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("isOauthPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isOauthPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsOauthPluginEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isOauthPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isOauthPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isOauthPluginEnabled, isOauthPluginEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : isPushPluginEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean isPushPluginEnabled__is_set = false;
|
|
|
|
private boolean isPushPluginEnabled;
|
|
|
|
public boolean getIsPushPluginEnabled() {
|
|
return isPushPluginEnabled;
|
|
}
|
|
|
|
public boolean isIsPushPluginEnabled() {
|
|
return isPushPluginEnabled;
|
|
}
|
|
|
|
public void setIsPushPluginEnabled(boolean isPushPluginEnabled) {
|
|
this.isPushPluginEnabled = isPushPluginEnabled;
|
|
isPushPluginEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsPushPluginEnabled(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("isPushPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isPushPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsPushPluginEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("isPushPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isPushPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsPushPluginEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isPushPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isPushPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isPushPluginEnabled, isPushPluginEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : isSamlPluginEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: boolean
|
|
*/
|
|
private boolean isSamlPluginEnabled__is_set = false;
|
|
|
|
private boolean isSamlPluginEnabled;
|
|
|
|
public boolean getIsSamlPluginEnabled() {
|
|
return isSamlPluginEnabled;
|
|
}
|
|
|
|
public boolean isIsSamlPluginEnabled() {
|
|
return isSamlPluginEnabled;
|
|
}
|
|
|
|
public void setIsSamlPluginEnabled(boolean isSamlPluginEnabled) {
|
|
this.isSamlPluginEnabled = isSamlPluginEnabled;
|
|
isSamlPluginEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsSamlPluginEnabled(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("isSamlPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isSamlPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSamlPluginEnabled(__typeMapper.readBoolean(__in, _lookupTypeInfo("isSamlPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isSamlPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSamlPluginEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isSamlPluginEnabled", "http://soap.sforce.com/2006/04/metadata","isSamlPluginEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isSamlPluginEnabled, isSamlPluginEnabled__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", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLabel(__typeMapper.readString(__in, _lookupTypeInfo("label", "http://soap.sforce.com/2006/04/metadata","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", "http://soap.sforce.com/2006/04/metadata","label","http://www.w3.org/2001/XMLSchema","string",0,1,true), label, label__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : startPage of type {http://soap.sforce.com/2006/04/metadata}ExtlClntAppStartPage
|
|
* java type: com.sforce.soap.metadata.ExtlClntAppStartPage
|
|
*/
|
|
private boolean startPage__is_set = false;
|
|
|
|
private com.sforce.soap.metadata.ExtlClntAppStartPage startPage;
|
|
|
|
public com.sforce.soap.metadata.ExtlClntAppStartPage getStartPage() {
|
|
return startPage;
|
|
}
|
|
|
|
public void setStartPage(com.sforce.soap.metadata.ExtlClntAppStartPage startPage) {
|
|
this.startPage = startPage;
|
|
startPage__is_set = true;
|
|
}
|
|
|
|
protected void setStartPage(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("startPage", "http://soap.sforce.com/2006/04/metadata","startPage","http://soap.sforce.com/2006/04/metadata","ExtlClntAppStartPage",0,1,true))) {
|
|
setStartPage((com.sforce.soap.metadata.ExtlClntAppStartPage)__typeMapper.readObject(__in, _lookupTypeInfo("startPage", "http://soap.sforce.com/2006/04/metadata","startPage","http://soap.sforce.com/2006/04/metadata","ExtlClntAppStartPage",0,1,true), com.sforce.soap.metadata.ExtlClntAppStartPage.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStartPage(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("startPage", "http://soap.sforce.com/2006/04/metadata","startPage","http://soap.sforce.com/2006/04/metadata","ExtlClntAppStartPage",0,1,true), startPage, startPage__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : startUrl of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean startUrl__is_set = false;
|
|
|
|
private java.lang.String startUrl;
|
|
|
|
public java.lang.String getStartUrl() {
|
|
return startUrl;
|
|
}
|
|
|
|
public void setStartUrl(java.lang.String startUrl) {
|
|
this.startUrl = startUrl;
|
|
startUrl__is_set = true;
|
|
}
|
|
|
|
protected void setStartUrl(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("startUrl", "http://soap.sforce.com/2006/04/metadata","startUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setStartUrl(__typeMapper.readString(__in, _lookupTypeInfo("startUrl", "http://soap.sforce.com/2006/04/metadata","startUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldStartUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("startUrl", "http://soap.sforce.com/2006/04/metadata","startUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), startUrl, startUrl__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", "ExtlClntAppConfigurablePolicies");
|
|
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("[ExtlClntAppConfigurablePolicies ");
|
|
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 {
|
|
writeFieldExternalClientApplication(__out, __typeMapper);
|
|
writeFieldIsEnabled(__out, __typeMapper);
|
|
writeFieldIsMobilePluginEnabled(__out, __typeMapper);
|
|
writeFieldIsNotificationPluginEnabled(__out, __typeMapper);
|
|
writeFieldIsOauthPluginEnabled(__out, __typeMapper);
|
|
writeFieldIsPushPluginEnabled(__out, __typeMapper);
|
|
writeFieldIsSamlPluginEnabled(__out, __typeMapper);
|
|
writeFieldLabel(__out, __typeMapper);
|
|
writeFieldStartPage(__out, __typeMapper);
|
|
writeFieldStartUrl(__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 {
|
|
setExternalClientApplication(__in, __typeMapper);
|
|
setIsEnabled(__in, __typeMapper);
|
|
setIsMobilePluginEnabled(__in, __typeMapper);
|
|
setIsNotificationPluginEnabled(__in, __typeMapper);
|
|
setIsOauthPluginEnabled(__in, __typeMapper);
|
|
setIsPushPluginEnabled(__in, __typeMapper);
|
|
setIsSamlPluginEnabled(__in, __typeMapper);
|
|
setLabel(__in, __typeMapper);
|
|
setStartPage(__in, __typeMapper);
|
|
setStartUrl(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "externalClientApplication", externalClientApplication);
|
|
toStringHelper(sb, "isEnabled", isEnabled);
|
|
toStringHelper(sb, "isMobilePluginEnabled", isMobilePluginEnabled);
|
|
toStringHelper(sb, "isNotificationPluginEnabled", isNotificationPluginEnabled);
|
|
toStringHelper(sb, "isOauthPluginEnabled", isOauthPluginEnabled);
|
|
toStringHelper(sb, "isPushPluginEnabled", isPushPluginEnabled);
|
|
toStringHelper(sb, "isSamlPluginEnabled", isSamlPluginEnabled);
|
|
toStringHelper(sb, "label", label);
|
|
toStringHelper(sb, "startPage", startPage);
|
|
toStringHelper(sb, "startUrl", startUrl);
|
|
}
|
|
|
|
|
|
}
|