538 lines
28 KiB
Java
538 lines
28 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 VirtualVisitConfig extends com.sforce.soap.tooling.metadata.Metadata {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public VirtualVisitConfig() {}
|
||
|
|
|
||
|
|
/* 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 : comprehendServiceType of type {urn:tooling.soap.sforce.com}VirtualVisitComprehendServiceType
|
||
|
|
* java type: com.sforce.soap.tooling.VirtualVisitComprehendServiceType
|
||
|
|
*/
|
||
|
|
private boolean comprehendServiceType__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.tooling.VirtualVisitComprehendServiceType comprehendServiceType;
|
||
|
|
|
||
|
|
public com.sforce.soap.tooling.VirtualVisitComprehendServiceType getComprehendServiceType() {
|
||
|
|
return comprehendServiceType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setComprehendServiceType(com.sforce.soap.tooling.VirtualVisitComprehendServiceType comprehendServiceType) {
|
||
|
|
this.comprehendServiceType = comprehendServiceType;
|
||
|
|
comprehendServiceType__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setComprehendServiceType(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("comprehendServiceType", "urn:metadata.tooling.soap.sforce.com","comprehendServiceType","urn:tooling.soap.sforce.com","VirtualVisitComprehendServiceType",0,1,true))) {
|
||
|
|
setComprehendServiceType((com.sforce.soap.tooling.VirtualVisitComprehendServiceType)__typeMapper.readObject(__in, _lookupTypeInfo("comprehendServiceType", "urn:metadata.tooling.soap.sforce.com","comprehendServiceType","urn:tooling.soap.sforce.com","VirtualVisitComprehendServiceType",0,1,true), com.sforce.soap.tooling.VirtualVisitComprehendServiceType.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldComprehendServiceType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("comprehendServiceType", "urn:metadata.tooling.soap.sforce.com","comprehendServiceType","urn:tooling.soap.sforce.com","VirtualVisitComprehendServiceType",0,1,true), comprehendServiceType, comprehendServiceType__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : experienceCloudSiteUrl of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean experienceCloudSiteUrl__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String experienceCloudSiteUrl;
|
||
|
|
|
||
|
|
public java.lang.String getExperienceCloudSiteUrl() {
|
||
|
|
return experienceCloudSiteUrl;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setExperienceCloudSiteUrl(java.lang.String experienceCloudSiteUrl) {
|
||
|
|
this.experienceCloudSiteUrl = experienceCloudSiteUrl;
|
||
|
|
experienceCloudSiteUrl__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setExperienceCloudSiteUrl(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("experienceCloudSiteUrl", "urn:metadata.tooling.soap.sforce.com","experienceCloudSiteUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setExperienceCloudSiteUrl(__typeMapper.readString(__in, _lookupTypeInfo("experienceCloudSiteUrl", "urn:metadata.tooling.soap.sforce.com","experienceCloudSiteUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldExperienceCloudSiteUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("experienceCloudSiteUrl", "urn:metadata.tooling.soap.sforce.com","experienceCloudSiteUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), experienceCloudSiteUrl, experienceCloudSiteUrl__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : externalMsgServiceIdentifier of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean externalMsgServiceIdentifier__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String externalMsgServiceIdentifier;
|
||
|
|
|
||
|
|
public java.lang.String getExternalMsgServiceIdentifier() {
|
||
|
|
return externalMsgServiceIdentifier;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setExternalMsgServiceIdentifier(java.lang.String externalMsgServiceIdentifier) {
|
||
|
|
this.externalMsgServiceIdentifier = externalMsgServiceIdentifier;
|
||
|
|
externalMsgServiceIdentifier__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setExternalMsgServiceIdentifier(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("externalMsgServiceIdentifier", "urn:metadata.tooling.soap.sforce.com","externalMsgServiceIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setExternalMsgServiceIdentifier(__typeMapper.readString(__in, _lookupTypeInfo("externalMsgServiceIdentifier", "urn:metadata.tooling.soap.sforce.com","externalMsgServiceIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldExternalMsgServiceIdentifier(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("externalMsgServiceIdentifier", "urn:metadata.tooling.soap.sforce.com","externalMsgServiceIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), externalMsgServiceIdentifier, externalMsgServiceIdentifier__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : externalRoleIdentifier of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean externalRoleIdentifier__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String externalRoleIdentifier;
|
||
|
|
|
||
|
|
public java.lang.String getExternalRoleIdentifier() {
|
||
|
|
return externalRoleIdentifier;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setExternalRoleIdentifier(java.lang.String externalRoleIdentifier) {
|
||
|
|
this.externalRoleIdentifier = externalRoleIdentifier;
|
||
|
|
externalRoleIdentifier__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setExternalRoleIdentifier(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("externalRoleIdentifier", "urn:metadata.tooling.soap.sforce.com","externalRoleIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setExternalRoleIdentifier(__typeMapper.readString(__in, _lookupTypeInfo("externalRoleIdentifier", "urn:metadata.tooling.soap.sforce.com","externalRoleIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldExternalRoleIdentifier(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("externalRoleIdentifier", "urn:metadata.tooling.soap.sforce.com","externalRoleIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), externalRoleIdentifier, externalRoleIdentifier__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : externalUserIdentifier of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean externalUserIdentifier__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String externalUserIdentifier;
|
||
|
|
|
||
|
|
public java.lang.String getExternalUserIdentifier() {
|
||
|
|
return externalUserIdentifier;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setExternalUserIdentifier(java.lang.String externalUserIdentifier) {
|
||
|
|
this.externalUserIdentifier = externalUserIdentifier;
|
||
|
|
externalUserIdentifier__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setExternalUserIdentifier(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("externalUserIdentifier", "urn:metadata.tooling.soap.sforce.com","externalUserIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setExternalUserIdentifier(__typeMapper.readString(__in, _lookupTypeInfo("externalUserIdentifier", "urn:metadata.tooling.soap.sforce.com","externalUserIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldExternalUserIdentifier(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("externalUserIdentifier", "urn:metadata.tooling.soap.sforce.com","externalUserIdentifier","http://www.w3.org/2001/XMLSchema","string",0,1,true), externalUserIdentifier, externalUserIdentifier__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : isProtected of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: boolean
|
||
|
|
*/
|
||
|
|
private boolean isProtected__is_set = false;
|
||
|
|
|
||
|
|
private boolean isProtected;
|
||
|
|
|
||
|
|
public boolean getIsProtected() {
|
||
|
|
return isProtected;
|
||
|
|
}
|
||
|
|
|
||
|
|
public boolean isIsProtected() {
|
||
|
|
return isProtected;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsProtected(boolean isProtected) {
|
||
|
|
this.isProtected = isProtected;
|
||
|
|
isProtected__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsProtected(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("isProtected", "urn:metadata.tooling.soap.sforce.com","isProtected","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsProtected(__typeMapper.readBoolean(__in, _lookupTypeInfo("isProtected", "urn:metadata.tooling.soap.sforce.com","isProtected","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsProtected(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("isProtected", "urn:metadata.tooling.soap.sforce.com","isProtected","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), isProtected, isProtected__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : masterLabel of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean masterLabel__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String masterLabel;
|
||
|
|
|
||
|
|
public java.lang.String getMasterLabel() {
|
||
|
|
return masterLabel;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMasterLabel(java.lang.String masterLabel) {
|
||
|
|
this.masterLabel = masterLabel;
|
||
|
|
masterLabel__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setMasterLabel(com.sforce.ws.parser.XmlInputStream __in,
|
||
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
||
|
|
__in.peekTag();
|
||
|
|
if (__typeMapper.verifyElement(__in, _lookupTypeInfo("masterLabel", "urn:metadata.tooling.soap.sforce.com","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setMasterLabel(__typeMapper.readString(__in, _lookupTypeInfo("masterLabel", "urn:metadata.tooling.soap.sforce.com","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldMasterLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("masterLabel", "urn:metadata.tooling.soap.sforce.com","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), masterLabel, masterLabel__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : messagingRegion of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean messagingRegion__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String messagingRegion;
|
||
|
|
|
||
|
|
public java.lang.String getMessagingRegion() {
|
||
|
|
return messagingRegion;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMessagingRegion(java.lang.String messagingRegion) {
|
||
|
|
this.messagingRegion = messagingRegion;
|
||
|
|
messagingRegion__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setMessagingRegion(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("messagingRegion", "urn:metadata.tooling.soap.sforce.com","messagingRegion","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setMessagingRegion(__typeMapper.readString(__in, _lookupTypeInfo("messagingRegion", "urn:metadata.tooling.soap.sforce.com","messagingRegion","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldMessagingRegion(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("messagingRegion", "urn:metadata.tooling.soap.sforce.com","messagingRegion","http://www.w3.org/2001/XMLSchema","string",0,1,true), messagingRegion, messagingRegion__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : namedCredential of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean namedCredential__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String namedCredential;
|
||
|
|
|
||
|
|
public java.lang.String getNamedCredential() {
|
||
|
|
return namedCredential;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setNamedCredential(java.lang.String namedCredential) {
|
||
|
|
this.namedCredential = namedCredential;
|
||
|
|
namedCredential__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setNamedCredential(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("namedCredential", "urn:metadata.tooling.soap.sforce.com","namedCredential","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setNamedCredential(__typeMapper.readString(__in, _lookupTypeInfo("namedCredential", "urn:metadata.tooling.soap.sforce.com","namedCredential","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldNamedCredential(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("namedCredential", "urn:metadata.tooling.soap.sforce.com","namedCredential","http://www.w3.org/2001/XMLSchema","string",0,1,true), namedCredential, namedCredential__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : storageBucketName of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean storageBucketName__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String storageBucketName;
|
||
|
|
|
||
|
|
public java.lang.String getStorageBucketName() {
|
||
|
|
return storageBucketName;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setStorageBucketName(java.lang.String storageBucketName) {
|
||
|
|
this.storageBucketName = storageBucketName;
|
||
|
|
storageBucketName__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setStorageBucketName(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("storageBucketName", "urn:metadata.tooling.soap.sforce.com","storageBucketName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setStorageBucketName(__typeMapper.readString(__in, _lookupTypeInfo("storageBucketName", "urn:metadata.tooling.soap.sforce.com","storageBucketName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldStorageBucketName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("storageBucketName", "urn:metadata.tooling.soap.sforce.com","storageBucketName","http://www.w3.org/2001/XMLSchema","string",0,1,true), storageBucketName, storageBucketName__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : usageType of type {urn:tooling.soap.sforce.com}VirtualVisitUsageType
|
||
|
|
* java type: com.sforce.soap.tooling.VirtualVisitUsageType
|
||
|
|
*/
|
||
|
|
private boolean usageType__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.tooling.VirtualVisitUsageType usageType;
|
||
|
|
|
||
|
|
public com.sforce.soap.tooling.VirtualVisitUsageType getUsageType() {
|
||
|
|
return usageType;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setUsageType(com.sforce.soap.tooling.VirtualVisitUsageType usageType) {
|
||
|
|
this.usageType = usageType;
|
||
|
|
usageType__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setUsageType(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("usageType", "urn:metadata.tooling.soap.sforce.com","usageType","urn:tooling.soap.sforce.com","VirtualVisitUsageType",0,1,true))) {
|
||
|
|
setUsageType((com.sforce.soap.tooling.VirtualVisitUsageType)__typeMapper.readObject(__in, _lookupTypeInfo("usageType", "urn:metadata.tooling.soap.sforce.com","usageType","urn:tooling.soap.sforce.com","VirtualVisitUsageType",0,1,true), com.sforce.soap.tooling.VirtualVisitUsageType.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldUsageType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("usageType", "urn:metadata.tooling.soap.sforce.com","usageType","urn:tooling.soap.sforce.com","VirtualVisitUsageType",0,1,true), usageType, usageType__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : videoCallApptTypeValue of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean videoCallApptTypeValue__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String videoCallApptTypeValue;
|
||
|
|
|
||
|
|
public java.lang.String getVideoCallApptTypeValue() {
|
||
|
|
return videoCallApptTypeValue;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setVideoCallApptTypeValue(java.lang.String videoCallApptTypeValue) {
|
||
|
|
this.videoCallApptTypeValue = videoCallApptTypeValue;
|
||
|
|
videoCallApptTypeValue__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setVideoCallApptTypeValue(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("videoCallApptTypeValue", "urn:metadata.tooling.soap.sforce.com","videoCallApptTypeValue","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setVideoCallApptTypeValue(__typeMapper.readString(__in, _lookupTypeInfo("videoCallApptTypeValue", "urn:metadata.tooling.soap.sforce.com","videoCallApptTypeValue","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldVideoCallApptTypeValue(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("videoCallApptTypeValue", "urn:metadata.tooling.soap.sforce.com","videoCallApptTypeValue","http://www.w3.org/2001/XMLSchema","string",0,1,true), videoCallApptTypeValue, videoCallApptTypeValue__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : videoControlRegion of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean videoControlRegion__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String videoControlRegion;
|
||
|
|
|
||
|
|
public java.lang.String getVideoControlRegion() {
|
||
|
|
return videoControlRegion;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setVideoControlRegion(java.lang.String videoControlRegion) {
|
||
|
|
this.videoControlRegion = videoControlRegion;
|
||
|
|
videoControlRegion__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setVideoControlRegion(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("videoControlRegion", "urn:metadata.tooling.soap.sforce.com","videoControlRegion","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setVideoControlRegion(__typeMapper.readString(__in, _lookupTypeInfo("videoControlRegion", "urn:metadata.tooling.soap.sforce.com","videoControlRegion","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldVideoControlRegion(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("videoControlRegion", "urn:metadata.tooling.soap.sforce.com","videoControlRegion","http://www.w3.org/2001/XMLSchema","string",0,1,true), videoControlRegion, videoControlRegion__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : visitRegion of type {urn:tooling.soap.sforce.com}VirtualVisitVisitRegion
|
||
|
|
* java type: com.sforce.soap.tooling.VirtualVisitVisitRegion
|
||
|
|
*/
|
||
|
|
private boolean visitRegion__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.tooling.VirtualVisitVisitRegion visitRegion;
|
||
|
|
|
||
|
|
public com.sforce.soap.tooling.VirtualVisitVisitRegion getVisitRegion() {
|
||
|
|
return visitRegion;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setVisitRegion(com.sforce.soap.tooling.VirtualVisitVisitRegion visitRegion) {
|
||
|
|
this.visitRegion = visitRegion;
|
||
|
|
visitRegion__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setVisitRegion(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("visitRegion", "urn:metadata.tooling.soap.sforce.com","visitRegion","urn:tooling.soap.sforce.com","VirtualVisitVisitRegion",0,1,true))) {
|
||
|
|
setVisitRegion((com.sforce.soap.tooling.VirtualVisitVisitRegion)__typeMapper.readObject(__in, _lookupTypeInfo("visitRegion", "urn:metadata.tooling.soap.sforce.com","visitRegion","urn:tooling.soap.sforce.com","VirtualVisitVisitRegion",0,1,true), com.sforce.soap.tooling.VirtualVisitVisitRegion.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldVisitRegion(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("visitRegion", "urn:metadata.tooling.soap.sforce.com","visitRegion","urn:tooling.soap.sforce.com","VirtualVisitVisitRegion",0,1,true), visitRegion, visitRegion__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", "VirtualVisitConfig");
|
||
|
|
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("[VirtualVisitConfig ");
|
||
|
|
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 {
|
||
|
|
writeFieldComprehendServiceType(__out, __typeMapper);
|
||
|
|
writeFieldExperienceCloudSiteUrl(__out, __typeMapper);
|
||
|
|
writeFieldExternalMsgServiceIdentifier(__out, __typeMapper);
|
||
|
|
writeFieldExternalRoleIdentifier(__out, __typeMapper);
|
||
|
|
writeFieldExternalUserIdentifier(__out, __typeMapper);
|
||
|
|
writeFieldIsProtected(__out, __typeMapper);
|
||
|
|
writeFieldMasterLabel(__out, __typeMapper);
|
||
|
|
writeFieldMessagingRegion(__out, __typeMapper);
|
||
|
|
writeFieldNamedCredential(__out, __typeMapper);
|
||
|
|
writeFieldStorageBucketName(__out, __typeMapper);
|
||
|
|
writeFieldUsageType(__out, __typeMapper);
|
||
|
|
writeFieldVideoCallApptTypeValue(__out, __typeMapper);
|
||
|
|
writeFieldVideoControlRegion(__out, __typeMapper);
|
||
|
|
writeFieldVisitRegion(__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 {
|
||
|
|
setComprehendServiceType(__in, __typeMapper);
|
||
|
|
setExperienceCloudSiteUrl(__in, __typeMapper);
|
||
|
|
setExternalMsgServiceIdentifier(__in, __typeMapper);
|
||
|
|
setExternalRoleIdentifier(__in, __typeMapper);
|
||
|
|
setExternalUserIdentifier(__in, __typeMapper);
|
||
|
|
setIsProtected(__in, __typeMapper);
|
||
|
|
setMasterLabel(__in, __typeMapper);
|
||
|
|
setMessagingRegion(__in, __typeMapper);
|
||
|
|
setNamedCredential(__in, __typeMapper);
|
||
|
|
setStorageBucketName(__in, __typeMapper);
|
||
|
|
setUsageType(__in, __typeMapper);
|
||
|
|
setVideoCallApptTypeValue(__in, __typeMapper);
|
||
|
|
setVideoControlRegion(__in, __typeMapper);
|
||
|
|
setVisitRegion(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "comprehendServiceType", comprehendServiceType);
|
||
|
|
toStringHelper(sb, "experienceCloudSiteUrl", experienceCloudSiteUrl);
|
||
|
|
toStringHelper(sb, "externalMsgServiceIdentifier", externalMsgServiceIdentifier);
|
||
|
|
toStringHelper(sb, "externalRoleIdentifier", externalRoleIdentifier);
|
||
|
|
toStringHelper(sb, "externalUserIdentifier", externalUserIdentifier);
|
||
|
|
toStringHelper(sb, "isProtected", isProtected);
|
||
|
|
toStringHelper(sb, "masterLabel", masterLabel);
|
||
|
|
toStringHelper(sb, "messagingRegion", messagingRegion);
|
||
|
|
toStringHelper(sb, "namedCredential", namedCredential);
|
||
|
|
toStringHelper(sb, "storageBucketName", storageBucketName);
|
||
|
|
toStringHelper(sb, "usageType", usageType);
|
||
|
|
toStringHelper(sb, "videoCallApptTypeValue", videoCallApptTypeValue);
|
||
|
|
toStringHelper(sb, "videoControlRegion", videoControlRegion);
|
||
|
|
toStringHelper(sb, "visitRegion", visitRegion);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|