278 lines
13 KiB
Java
278 lines
13 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 CallCenter extends com.sforce.soap.tooling.metadata.Metadata {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public CallCenter() {}
|
|
|
|
/* 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 : adapterUrl of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean adapterUrl__is_set = false;
|
|
|
|
private java.lang.String adapterUrl;
|
|
|
|
public java.lang.String getAdapterUrl() {
|
|
return adapterUrl;
|
|
}
|
|
|
|
public void setAdapterUrl(java.lang.String adapterUrl) {
|
|
this.adapterUrl = adapterUrl;
|
|
adapterUrl__is_set = true;
|
|
}
|
|
|
|
protected void setAdapterUrl(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("adapterUrl", "urn:metadata.tooling.soap.sforce.com","adapterUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setAdapterUrl(__typeMapper.readString(__in, _lookupTypeInfo("adapterUrl", "urn:metadata.tooling.soap.sforce.com","adapterUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAdapterUrl(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("adapterUrl", "urn:metadata.tooling.soap.sforce.com","adapterUrl","http://www.w3.org/2001/XMLSchema","string",0,1,true), adapterUrl, adapterUrl__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : customSettings of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean customSettings__is_set = false;
|
|
|
|
private java.lang.String customSettings;
|
|
|
|
public java.lang.String getCustomSettings() {
|
|
return customSettings;
|
|
}
|
|
|
|
public void setCustomSettings(java.lang.String customSettings) {
|
|
this.customSettings = customSettings;
|
|
customSettings__is_set = true;
|
|
}
|
|
|
|
protected void setCustomSettings(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("customSettings", "urn:metadata.tooling.soap.sforce.com","customSettings","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setCustomSettings(__typeMapper.readString(__in, _lookupTypeInfo("customSettings", "urn:metadata.tooling.soap.sforce.com","customSettings","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCustomSettings(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("customSettings", "urn:metadata.tooling.soap.sforce.com","customSettings","http://www.w3.org/2001/XMLSchema","string",0,1,true), customSettings, customSettings__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : displayName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean displayName__is_set = false;
|
|
|
|
private java.lang.String displayName;
|
|
|
|
public java.lang.String getDisplayName() {
|
|
return displayName;
|
|
}
|
|
|
|
public void setDisplayName(java.lang.String displayName) {
|
|
this.displayName = displayName;
|
|
displayName__is_set = true;
|
|
}
|
|
|
|
protected void setDisplayName(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("displayName", "urn:metadata.tooling.soap.sforce.com","displayName","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
|
setDisplayName(__typeMapper.readString(__in, _lookupTypeInfo("displayName", "urn:metadata.tooling.soap.sforce.com","displayName","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDisplayName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("displayName", "urn:metadata.tooling.soap.sforce.com","displayName","http://www.w3.org/2001/XMLSchema","string",1,1,true), displayName, displayName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : displayNameLabel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean displayNameLabel__is_set = false;
|
|
|
|
private java.lang.String displayNameLabel;
|
|
|
|
public java.lang.String getDisplayNameLabel() {
|
|
return displayNameLabel;
|
|
}
|
|
|
|
public void setDisplayNameLabel(java.lang.String displayNameLabel) {
|
|
this.displayNameLabel = displayNameLabel;
|
|
displayNameLabel__is_set = true;
|
|
}
|
|
|
|
protected void setDisplayNameLabel(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("displayNameLabel", "urn:metadata.tooling.soap.sforce.com","displayNameLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
|
setDisplayNameLabel(__typeMapper.readString(__in, _lookupTypeInfo("displayNameLabel", "urn:metadata.tooling.soap.sforce.com","displayNameLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDisplayNameLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("displayNameLabel", "urn:metadata.tooling.soap.sforce.com","displayNameLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), displayNameLabel, displayNameLabel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : internalNameLabel of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean internalNameLabel__is_set = false;
|
|
|
|
private java.lang.String internalNameLabel;
|
|
|
|
public java.lang.String getInternalNameLabel() {
|
|
return internalNameLabel;
|
|
}
|
|
|
|
public void setInternalNameLabel(java.lang.String internalNameLabel) {
|
|
this.internalNameLabel = internalNameLabel;
|
|
internalNameLabel__is_set = true;
|
|
}
|
|
|
|
protected void setInternalNameLabel(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("internalNameLabel", "urn:metadata.tooling.soap.sforce.com","internalNameLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
|
setInternalNameLabel(__typeMapper.readString(__in, _lookupTypeInfo("internalNameLabel", "urn:metadata.tooling.soap.sforce.com","internalNameLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldInternalNameLabel(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("internalNameLabel", "urn:metadata.tooling.soap.sforce.com","internalNameLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), internalNameLabel, internalNameLabel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : version of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean version__is_set = false;
|
|
|
|
private java.lang.String version;
|
|
|
|
public java.lang.String getVersion() {
|
|
return version;
|
|
}
|
|
|
|
public void setVersion(java.lang.String version) {
|
|
this.version = version;
|
|
version__is_set = true;
|
|
}
|
|
|
|
protected void setVersion(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("version", "urn:metadata.tooling.soap.sforce.com","version","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setVersion(__typeMapper.readString(__in, _lookupTypeInfo("version", "urn:metadata.tooling.soap.sforce.com","version","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldVersion(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("version", "urn:metadata.tooling.soap.sforce.com","version","http://www.w3.org/2001/XMLSchema","string",0,1,true), version, version__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", "CallCenter");
|
|
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("[CallCenter ");
|
|
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 {
|
|
writeFieldAdapterUrl(__out, __typeMapper);
|
|
writeFieldCustomSettings(__out, __typeMapper);
|
|
writeFieldDisplayName(__out, __typeMapper);
|
|
writeFieldDisplayNameLabel(__out, __typeMapper);
|
|
writeFieldInternalNameLabel(__out, __typeMapper);
|
|
writeFieldVersion(__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 {
|
|
setAdapterUrl(__in, __typeMapper);
|
|
setCustomSettings(__in, __typeMapper);
|
|
setDisplayName(__in, __typeMapper);
|
|
setDisplayNameLabel(__in, __typeMapper);
|
|
setInternalNameLabel(__in, __typeMapper);
|
|
setVersion(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "adapterUrl", adapterUrl);
|
|
toStringHelper(sb, "customSettings", customSettings);
|
|
toStringHelper(sb, "displayName", displayName);
|
|
toStringHelper(sb, "displayNameLabel", displayNameLabel);
|
|
toStringHelper(sb, "internalNameLabel", internalNameLabel);
|
|
toStringHelper(sb, "version", version);
|
|
}
|
|
|
|
|
|
}
|