374 lines
18 KiB
Java
374 lines
18 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 StaticDynamicValMapping extends com.sforce.soap.metadata.Metadata {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public StaticDynamicValMapping() {}
|
||
|
|
|
||
|
|
/* 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 : attribute of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean attribute__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String attribute;
|
||
|
|
|
||
|
|
public java.lang.String getAttribute() {
|
||
|
|
return attribute;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setAttribute(java.lang.String attribute) {
|
||
|
|
this.attribute = attribute;
|
||
|
|
attribute__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setAttribute(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("attribute", "http://soap.sforce.com/2006/04/metadata","attribute","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setAttribute(__typeMapper.readString(__in, _lookupTypeInfo("attribute", "http://soap.sforce.com/2006/04/metadata","attribute","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldAttribute(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("attribute", "http://soap.sforce.com/2006/04/metadata","attribute","http://www.w3.org/2001/XMLSchema","string",1,1,true), attribute, attribute__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : dynamicValue of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean dynamicValue__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String dynamicValue;
|
||
|
|
|
||
|
|
public java.lang.String getDynamicValue() {
|
||
|
|
return dynamicValue;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDynamicValue(java.lang.String dynamicValue) {
|
||
|
|
this.dynamicValue = dynamicValue;
|
||
|
|
dynamicValue__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setDynamicValue(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("dynamicValue", "http://soap.sforce.com/2006/04/metadata","dynamicValue","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setDynamicValue(__typeMapper.readString(__in, _lookupTypeInfo("dynamicValue", "http://soap.sforce.com/2006/04/metadata","dynamicValue","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldDynamicValue(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("dynamicValue", "http://soap.sforce.com/2006/04/metadata","dynamicValue","http://www.w3.org/2001/XMLSchema","string",1,1,true), dynamicValue, dynamicValue__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : dynamicValueObject of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean dynamicValueObject__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String dynamicValueObject;
|
||
|
|
|
||
|
|
public java.lang.String getDynamicValueObject() {
|
||
|
|
return dynamicValueObject;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDynamicValueObject(java.lang.String dynamicValueObject) {
|
||
|
|
this.dynamicValueObject = dynamicValueObject;
|
||
|
|
dynamicValueObject__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setDynamicValueObject(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("dynamicValueObject", "http://soap.sforce.com/2006/04/metadata","dynamicValueObject","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setDynamicValueObject(__typeMapper.readString(__in, _lookupTypeInfo("dynamicValueObject", "http://soap.sforce.com/2006/04/metadata","dynamicValueObject","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldDynamicValueObject(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("dynamicValueObject", "http://soap.sforce.com/2006/04/metadata","dynamicValueObject","http://www.w3.org/2001/XMLSchema","string",1,1,true), dynamicValueObject, dynamicValueObject__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : dynamicValueObjectField of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean dynamicValueObjectField__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String dynamicValueObjectField;
|
||
|
|
|
||
|
|
public java.lang.String getDynamicValueObjectField() {
|
||
|
|
return dynamicValueObjectField;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDynamicValueObjectField(java.lang.String dynamicValueObjectField) {
|
||
|
|
this.dynamicValueObjectField = dynamicValueObjectField;
|
||
|
|
dynamicValueObjectField__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setDynamicValueObjectField(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("dynamicValueObjectField", "http://soap.sforce.com/2006/04/metadata","dynamicValueObjectField","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setDynamicValueObjectField(__typeMapper.readString(__in, _lookupTypeInfo("dynamicValueObjectField", "http://soap.sforce.com/2006/04/metadata","dynamicValueObjectField","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldDynamicValueObjectField(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("dynamicValueObjectField", "http://soap.sforce.com/2006/04/metadata","dynamicValueObjectField","http://www.w3.org/2001/XMLSchema","string",1,1,true), dynamicValueObjectField, dynamicValueObjectField__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", "http://soap.sforce.com/2006/04/metadata","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setMasterLabel(__typeMapper.readString(__in, _lookupTypeInfo("masterLabel", "http://soap.sforce.com/2006/04/metadata","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", "http://soap.sforce.com/2006/04/metadata","masterLabel","http://www.w3.org/2001/XMLSchema","string",1,1,true), masterLabel, masterLabel__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : staticValue of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean staticValue__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String staticValue;
|
||
|
|
|
||
|
|
public java.lang.String getStaticValue() {
|
||
|
|
return staticValue;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setStaticValue(java.lang.String staticValue) {
|
||
|
|
this.staticValue = staticValue;
|
||
|
|
staticValue__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setStaticValue(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("staticValue", "http://soap.sforce.com/2006/04/metadata","staticValue","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setStaticValue(__typeMapper.readString(__in, _lookupTypeInfo("staticValue", "http://soap.sforce.com/2006/04/metadata","staticValue","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldStaticValue(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("staticValue", "http://soap.sforce.com/2006/04/metadata","staticValue","http://www.w3.org/2001/XMLSchema","string",1,1,true), staticValue, staticValue__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : staticValueObject of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean staticValueObject__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String staticValueObject;
|
||
|
|
|
||
|
|
public java.lang.String getStaticValueObject() {
|
||
|
|
return staticValueObject;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setStaticValueObject(java.lang.String staticValueObject) {
|
||
|
|
this.staticValueObject = staticValueObject;
|
||
|
|
staticValueObject__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setStaticValueObject(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("staticValueObject", "http://soap.sforce.com/2006/04/metadata","staticValueObject","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setStaticValueObject(__typeMapper.readString(__in, _lookupTypeInfo("staticValueObject", "http://soap.sforce.com/2006/04/metadata","staticValueObject","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldStaticValueObject(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("staticValueObject", "http://soap.sforce.com/2006/04/metadata","staticValueObject","http://www.w3.org/2001/XMLSchema","string",1,1,true), staticValueObject, staticValueObject__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : staticValueObjectField of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean staticValueObjectField__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String staticValueObjectField;
|
||
|
|
|
||
|
|
public java.lang.String getStaticValueObjectField() {
|
||
|
|
return staticValueObjectField;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setStaticValueObjectField(java.lang.String staticValueObjectField) {
|
||
|
|
this.staticValueObjectField = staticValueObjectField;
|
||
|
|
staticValueObjectField__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setStaticValueObjectField(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("staticValueObjectField", "http://soap.sforce.com/2006/04/metadata","staticValueObjectField","http://www.w3.org/2001/XMLSchema","string",1,1,true))) {
|
||
|
|
setStaticValueObjectField(__typeMapper.readString(__in, _lookupTypeInfo("staticValueObjectField", "http://soap.sforce.com/2006/04/metadata","staticValueObjectField","http://www.w3.org/2001/XMLSchema","string",1,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldStaticValueObjectField(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("staticValueObjectField", "http://soap.sforce.com/2006/04/metadata","staticValueObjectField","http://www.w3.org/2001/XMLSchema","string",1,1,true), staticValueObjectField, staticValueObjectField__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : uniqueConstraintFormula of type {http://www.w3.org/2001/XMLSchema}string
|
||
|
|
* java type: java.lang.String
|
||
|
|
*/
|
||
|
|
private boolean uniqueConstraintFormula__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.String uniqueConstraintFormula;
|
||
|
|
|
||
|
|
public java.lang.String getUniqueConstraintFormula() {
|
||
|
|
return uniqueConstraintFormula;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setUniqueConstraintFormula(java.lang.String uniqueConstraintFormula) {
|
||
|
|
this.uniqueConstraintFormula = uniqueConstraintFormula;
|
||
|
|
uniqueConstraintFormula__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setUniqueConstraintFormula(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("uniqueConstraintFormula", "http://soap.sforce.com/2006/04/metadata","uniqueConstraintFormula","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
||
|
|
setUniqueConstraintFormula(__typeMapper.readString(__in, _lookupTypeInfo("uniqueConstraintFormula", "http://soap.sforce.com/2006/04/metadata","uniqueConstraintFormula","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldUniqueConstraintFormula(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("uniqueConstraintFormula", "http://soap.sforce.com/2006/04/metadata","uniqueConstraintFormula","http://www.w3.org/2001/XMLSchema","string",0,1,true), uniqueConstraintFormula, uniqueConstraintFormula__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", "StaticDynamicValMapping");
|
||
|
|
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("[StaticDynamicValMapping ");
|
||
|
|
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 {
|
||
|
|
writeFieldAttribute(__out, __typeMapper);
|
||
|
|
writeFieldDynamicValue(__out, __typeMapper);
|
||
|
|
writeFieldDynamicValueObject(__out, __typeMapper);
|
||
|
|
writeFieldDynamicValueObjectField(__out, __typeMapper);
|
||
|
|
writeFieldMasterLabel(__out, __typeMapper);
|
||
|
|
writeFieldStaticValue(__out, __typeMapper);
|
||
|
|
writeFieldStaticValueObject(__out, __typeMapper);
|
||
|
|
writeFieldStaticValueObjectField(__out, __typeMapper);
|
||
|
|
writeFieldUniqueConstraintFormula(__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 {
|
||
|
|
setAttribute(__in, __typeMapper);
|
||
|
|
setDynamicValue(__in, __typeMapper);
|
||
|
|
setDynamicValueObject(__in, __typeMapper);
|
||
|
|
setDynamicValueObjectField(__in, __typeMapper);
|
||
|
|
setMasterLabel(__in, __typeMapper);
|
||
|
|
setStaticValue(__in, __typeMapper);
|
||
|
|
setStaticValueObject(__in, __typeMapper);
|
||
|
|
setStaticValueObjectField(__in, __typeMapper);
|
||
|
|
setUniqueConstraintFormula(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "attribute", attribute);
|
||
|
|
toStringHelper(sb, "dynamicValue", dynamicValue);
|
||
|
|
toStringHelper(sb, "dynamicValueObject", dynamicValueObject);
|
||
|
|
toStringHelper(sb, "dynamicValueObjectField", dynamicValueObjectField);
|
||
|
|
toStringHelper(sb, "masterLabel", masterLabel);
|
||
|
|
toStringHelper(sb, "staticValue", staticValue);
|
||
|
|
toStringHelper(sb, "staticValueObject", staticValueObject);
|
||
|
|
toStringHelper(sb, "staticValueObjectField", staticValueObjectField);
|
||
|
|
toStringHelper(sb, "uniqueConstraintFormula", uniqueConstraintFormula);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|