822 lines
40 KiB
Java
822 lines
40 KiB
Java
package com.sforce.soap.tooling.sobject;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class SandboxInfo extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public SandboxInfo() {}
|
|
|
|
/* 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 : ActivationUserGroup of type {urn:sobject.tooling.soap.sforce.com}Group
|
|
* java type: com.sforce.soap.tooling.sobject.Group
|
|
*/
|
|
private boolean ActivationUserGroup__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.Group ActivationUserGroup;
|
|
|
|
public com.sforce.soap.tooling.sobject.Group getActivationUserGroup() {
|
|
return ActivationUserGroup;
|
|
}
|
|
|
|
public void setActivationUserGroup(com.sforce.soap.tooling.sobject.Group ActivationUserGroup) {
|
|
this.ActivationUserGroup = ActivationUserGroup;
|
|
ActivationUserGroup__is_set = true;
|
|
}
|
|
|
|
protected void setActivationUserGroup(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("ActivationUserGroup", "urn:sobject.tooling.soap.sforce.com","ActivationUserGroup","urn:sobject.tooling.soap.sforce.com","Group",0,1,true))) {
|
|
setActivationUserGroup((com.sforce.soap.tooling.sobject.Group)__typeMapper.readObject(__in, _lookupTypeInfo("ActivationUserGroup", "urn:sobject.tooling.soap.sforce.com","ActivationUserGroup","urn:sobject.tooling.soap.sforce.com","Group",0,1,true), com.sforce.soap.tooling.sobject.Group.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldActivationUserGroup(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ActivationUserGroup", "urn:sobject.tooling.soap.sforce.com","ActivationUserGroup","urn:sobject.tooling.soap.sforce.com","Group",0,1,true), ActivationUserGroup, ActivationUserGroup__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ActivationUserGroupId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ActivationUserGroupId__is_set = false;
|
|
|
|
private java.lang.String ActivationUserGroupId;
|
|
|
|
public java.lang.String getActivationUserGroupId() {
|
|
return ActivationUserGroupId;
|
|
}
|
|
|
|
public void setActivationUserGroupId(java.lang.String ActivationUserGroupId) {
|
|
this.ActivationUserGroupId = ActivationUserGroupId;
|
|
ActivationUserGroupId__is_set = true;
|
|
}
|
|
|
|
protected void setActivationUserGroupId(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("ActivationUserGroupId", "urn:sobject.tooling.soap.sforce.com","ActivationUserGroupId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setActivationUserGroupId(__typeMapper.readString(__in, _lookupTypeInfo("ActivationUserGroupId", "urn:sobject.tooling.soap.sforce.com","ActivationUserGroupId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldActivationUserGroupId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ActivationUserGroupId", "urn:sobject.tooling.soap.sforce.com","ActivationUserGroupId","urn:tooling.soap.sforce.com","ID",0,1,true), ActivationUserGroupId, ActivationUserGroupId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ApexClass of type {urn:sobject.tooling.soap.sforce.com}ApexClass
|
|
* java type: com.sforce.soap.tooling.sobject.ApexClass
|
|
*/
|
|
private boolean ApexClass__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.ApexClass ApexClass;
|
|
|
|
public com.sforce.soap.tooling.sobject.ApexClass getApexClass() {
|
|
return ApexClass;
|
|
}
|
|
|
|
public void setApexClass(com.sforce.soap.tooling.sobject.ApexClass ApexClass) {
|
|
this.ApexClass = ApexClass;
|
|
ApexClass__is_set = true;
|
|
}
|
|
|
|
protected void setApexClass(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("ApexClass", "urn:sobject.tooling.soap.sforce.com","ApexClass","urn:sobject.tooling.soap.sforce.com","ApexClass",0,1,true))) {
|
|
setApexClass((com.sforce.soap.tooling.sobject.ApexClass)__typeMapper.readObject(__in, _lookupTypeInfo("ApexClass", "urn:sobject.tooling.soap.sforce.com","ApexClass","urn:sobject.tooling.soap.sforce.com","ApexClass",0,1,true), com.sforce.soap.tooling.sobject.ApexClass.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexClass(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexClass", "urn:sobject.tooling.soap.sforce.com","ApexClass","urn:sobject.tooling.soap.sforce.com","ApexClass",0,1,true), ApexClass, ApexClass__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ApexClassId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ApexClassId__is_set = false;
|
|
|
|
private java.lang.String ApexClassId;
|
|
|
|
public java.lang.String getApexClassId() {
|
|
return ApexClassId;
|
|
}
|
|
|
|
public void setApexClassId(java.lang.String ApexClassId) {
|
|
this.ApexClassId = ApexClassId;
|
|
ApexClassId__is_set = true;
|
|
}
|
|
|
|
protected void setApexClassId(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("ApexClassId", "urn:sobject.tooling.soap.sforce.com","ApexClassId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setApexClassId(__typeMapper.readString(__in, _lookupTypeInfo("ApexClassId", "urn:sobject.tooling.soap.sforce.com","ApexClassId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexClassId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexClassId", "urn:sobject.tooling.soap.sforce.com","ApexClassId","urn:tooling.soap.sforce.com","ID",0,1,true), ApexClassId, ApexClassId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : AutoActivate of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean AutoActivate__is_set = false;
|
|
|
|
private java.lang.Boolean AutoActivate;
|
|
|
|
public java.lang.Boolean getAutoActivate() {
|
|
return AutoActivate;
|
|
}
|
|
|
|
public void setAutoActivate(java.lang.Boolean AutoActivate) {
|
|
this.AutoActivate = AutoActivate;
|
|
AutoActivate__is_set = true;
|
|
}
|
|
|
|
protected void setAutoActivate(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("AutoActivate", "urn:sobject.tooling.soap.sforce.com","AutoActivate","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setAutoActivate((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("AutoActivate", "urn:sobject.tooling.soap.sforce.com","AutoActivate","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldAutoActivate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("AutoActivate", "urn:sobject.tooling.soap.sforce.com","AutoActivate","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), AutoActivate, AutoActivate__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CopyChatter of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean CopyChatter__is_set = false;
|
|
|
|
private java.lang.Boolean CopyChatter;
|
|
|
|
public java.lang.Boolean getCopyChatter() {
|
|
return CopyChatter;
|
|
}
|
|
|
|
public void setCopyChatter(java.lang.Boolean CopyChatter) {
|
|
this.CopyChatter = CopyChatter;
|
|
CopyChatter__is_set = true;
|
|
}
|
|
|
|
protected void setCopyChatter(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("CopyChatter", "urn:sobject.tooling.soap.sforce.com","CopyChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setCopyChatter((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("CopyChatter", "urn:sobject.tooling.soap.sforce.com","CopyChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCopyChatter(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CopyChatter", "urn:sobject.tooling.soap.sforce.com","CopyChatter","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), CopyChatter, CopyChatter__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedBy of type {urn:sobject.tooling.soap.sforce.com}User
|
|
* java type: com.sforce.soap.tooling.sobject.User
|
|
*/
|
|
private boolean CreatedBy__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.User CreatedBy;
|
|
|
|
public com.sforce.soap.tooling.sobject.User getCreatedBy() {
|
|
return CreatedBy;
|
|
}
|
|
|
|
public void setCreatedBy(com.sforce.soap.tooling.sobject.User CreatedBy) {
|
|
this.CreatedBy = CreatedBy;
|
|
CreatedBy__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedBy(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("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
|
|
setCreatedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedBy", "urn:sobject.tooling.soap.sforce.com","CreatedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), CreatedBy, CreatedBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedById of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean CreatedById__is_set = false;
|
|
|
|
private java.lang.String CreatedById;
|
|
|
|
public java.lang.String getCreatedById() {
|
|
return CreatedById;
|
|
}
|
|
|
|
public void setCreatedById(java.lang.String CreatedById) {
|
|
this.CreatedById = CreatedById;
|
|
CreatedById__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedById(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("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setCreatedById(__typeMapper.readString(__in, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedById", "urn:sobject.tooling.soap.sforce.com","CreatedById","urn:tooling.soap.sforce.com","ID",0,1,true), CreatedById, CreatedById__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : CreatedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean CreatedDate__is_set = false;
|
|
|
|
private java.util.Calendar CreatedDate;
|
|
|
|
public java.util.Calendar getCreatedDate() {
|
|
return CreatedDate;
|
|
}
|
|
|
|
public void setCreatedDate(java.util.Calendar CreatedDate) {
|
|
this.CreatedDate = CreatedDate;
|
|
CreatedDate__is_set = true;
|
|
}
|
|
|
|
protected void setCreatedDate(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("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setCreatedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCreatedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CreatedDate", "urn:sobject.tooling.soap.sforce.com","CreatedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), CreatedDate, CreatedDate__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Description of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Description__is_set = false;
|
|
|
|
private java.lang.String Description;
|
|
|
|
public java.lang.String getDescription() {
|
|
return Description;
|
|
}
|
|
|
|
public void setDescription(java.lang.String Description) {
|
|
this.Description = Description;
|
|
Description__is_set = true;
|
|
}
|
|
|
|
protected void setDescription(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("Description", "urn:sobject.tooling.soap.sforce.com","Description","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDescription(__typeMapper.readString(__in, _lookupTypeInfo("Description", "urn:sobject.tooling.soap.sforce.com","Description","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDescription(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Description", "urn:sobject.tooling.soap.sforce.com","Description","http://www.w3.org/2001/XMLSchema","string",0,1,true), Description, Description__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Features of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Features__is_set = false;
|
|
|
|
private java.lang.String Features;
|
|
|
|
public java.lang.String getFeatures() {
|
|
return Features;
|
|
}
|
|
|
|
public void setFeatures(java.lang.String Features) {
|
|
this.Features = Features;
|
|
Features__is_set = true;
|
|
}
|
|
|
|
protected void setFeatures(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("Features", "urn:sobject.tooling.soap.sforce.com","Features","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFeatures(__typeMapper.readString(__in, _lookupTypeInfo("Features", "urn:sobject.tooling.soap.sforce.com","Features","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFeatures(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Features", "urn:sobject.tooling.soap.sforce.com","Features","http://www.w3.org/2001/XMLSchema","string",0,1,true), Features, Features__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : HistoryDays of type {http://www.w3.org/2001/XMLSchema}int
|
|
* java type: java.lang.Integer
|
|
*/
|
|
private boolean HistoryDays__is_set = false;
|
|
|
|
private java.lang.Integer HistoryDays;
|
|
|
|
public java.lang.Integer getHistoryDays() {
|
|
return HistoryDays;
|
|
}
|
|
|
|
public void setHistoryDays(java.lang.Integer HistoryDays) {
|
|
this.HistoryDays = HistoryDays;
|
|
HistoryDays__is_set = true;
|
|
}
|
|
|
|
protected void setHistoryDays(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("HistoryDays", "urn:sobject.tooling.soap.sforce.com","HistoryDays","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
|
|
setHistoryDays((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("HistoryDays", "urn:sobject.tooling.soap.sforce.com","HistoryDays","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldHistoryDays(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("HistoryDays", "urn:sobject.tooling.soap.sforce.com","HistoryDays","http://www.w3.org/2001/XMLSchema","int",0,1,true), HistoryDays, HistoryDays__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsDeleted of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsDeleted__is_set = false;
|
|
|
|
private java.lang.Boolean IsDeleted;
|
|
|
|
public java.lang.Boolean getIsDeleted() {
|
|
return IsDeleted;
|
|
}
|
|
|
|
public void setIsDeleted(java.lang.Boolean IsDeleted) {
|
|
this.IsDeleted = IsDeleted;
|
|
IsDeleted__is_set = true;
|
|
}
|
|
|
|
protected void setIsDeleted(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("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsDeleted((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsDeleted(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsDeleted", "urn:sobject.tooling.soap.sforce.com","IsDeleted","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDeleted, IsDeleted__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LastModifiedBy of type {urn:sobject.tooling.soap.sforce.com}User
|
|
* java type: com.sforce.soap.tooling.sobject.User
|
|
*/
|
|
private boolean LastModifiedBy__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.User LastModifiedBy;
|
|
|
|
public com.sforce.soap.tooling.sobject.User getLastModifiedBy() {
|
|
return LastModifiedBy;
|
|
}
|
|
|
|
public void setLastModifiedBy(com.sforce.soap.tooling.sobject.User LastModifiedBy) {
|
|
this.LastModifiedBy = LastModifiedBy;
|
|
LastModifiedBy__is_set = true;
|
|
}
|
|
|
|
protected void setLastModifiedBy(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("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true))) {
|
|
setLastModifiedBy((com.sforce.soap.tooling.sobject.User)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), com.sforce.soap.tooling.sobject.User.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLastModifiedBy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedBy", "urn:sobject.tooling.soap.sforce.com","LastModifiedBy","urn:sobject.tooling.soap.sforce.com","User",0,1,true), LastModifiedBy, LastModifiedBy__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LastModifiedById of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean LastModifiedById__is_set = false;
|
|
|
|
private java.lang.String LastModifiedById;
|
|
|
|
public java.lang.String getLastModifiedById() {
|
|
return LastModifiedById;
|
|
}
|
|
|
|
public void setLastModifiedById(java.lang.String LastModifiedById) {
|
|
this.LastModifiedById = LastModifiedById;
|
|
LastModifiedById__is_set = true;
|
|
}
|
|
|
|
protected void setLastModifiedById(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("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setLastModifiedById(__typeMapper.readString(__in, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLastModifiedById(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedById", "urn:sobject.tooling.soap.sforce.com","LastModifiedById","urn:tooling.soap.sforce.com","ID",0,1,true), LastModifiedById, LastModifiedById__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LastModifiedDate of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean LastModifiedDate__is_set = false;
|
|
|
|
private java.util.Calendar LastModifiedDate;
|
|
|
|
public java.util.Calendar getLastModifiedDate() {
|
|
return LastModifiedDate;
|
|
}
|
|
|
|
public void setLastModifiedDate(java.util.Calendar LastModifiedDate) {
|
|
this.LastModifiedDate = LastModifiedDate;
|
|
LastModifiedDate__is_set = true;
|
|
}
|
|
|
|
protected void setLastModifiedDate(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("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setLastModifiedDate((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLastModifiedDate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LastModifiedDate", "urn:sobject.tooling.soap.sforce.com","LastModifiedDate","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), LastModifiedDate, LastModifiedDate__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : LicenseType of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean LicenseType__is_set = false;
|
|
|
|
private java.lang.String LicenseType;
|
|
|
|
public java.lang.String getLicenseType() {
|
|
return LicenseType;
|
|
}
|
|
|
|
public void setLicenseType(java.lang.String LicenseType) {
|
|
this.LicenseType = LicenseType;
|
|
LicenseType__is_set = true;
|
|
}
|
|
|
|
protected void setLicenseType(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("LicenseType", "urn:sobject.tooling.soap.sforce.com","LicenseType","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLicenseType(__typeMapper.readString(__in, _lookupTypeInfo("LicenseType", "urn:sobject.tooling.soap.sforce.com","LicenseType","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLicenseType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("LicenseType", "urn:sobject.tooling.soap.sforce.com","LicenseType","http://www.w3.org/2001/XMLSchema","string",0,1,true), LicenseType, LicenseType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SandboxName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean SandboxName__is_set = false;
|
|
|
|
private java.lang.String SandboxName;
|
|
|
|
public java.lang.String getSandboxName() {
|
|
return SandboxName;
|
|
}
|
|
|
|
public void setSandboxName(java.lang.String SandboxName) {
|
|
this.SandboxName = SandboxName;
|
|
SandboxName__is_set = true;
|
|
}
|
|
|
|
protected void setSandboxName(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("SandboxName", "urn:sobject.tooling.soap.sforce.com","SandboxName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setSandboxName(__typeMapper.readString(__in, _lookupTypeInfo("SandboxName", "urn:sobject.tooling.soap.sforce.com","SandboxName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSandboxName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SandboxName", "urn:sobject.tooling.soap.sforce.com","SandboxName","http://www.w3.org/2001/XMLSchema","string",0,1,true), SandboxName, SandboxName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Source of type {urn:sobject.tooling.soap.sforce.com}SandboxInfo
|
|
* java type: com.sforce.soap.tooling.sobject.SandboxInfo
|
|
*/
|
|
private boolean Source__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.SandboxInfo Source;
|
|
|
|
public com.sforce.soap.tooling.sobject.SandboxInfo getSource() {
|
|
return Source;
|
|
}
|
|
|
|
public void setSource(com.sforce.soap.tooling.sobject.SandboxInfo Source) {
|
|
this.Source = Source;
|
|
Source__is_set = true;
|
|
}
|
|
|
|
protected void setSource(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("Source", "urn:sobject.tooling.soap.sforce.com","Source","urn:sobject.tooling.soap.sforce.com","SandboxInfo",0,1,true))) {
|
|
setSource((com.sforce.soap.tooling.sobject.SandboxInfo)__typeMapper.readObject(__in, _lookupTypeInfo("Source", "urn:sobject.tooling.soap.sforce.com","Source","urn:sobject.tooling.soap.sforce.com","SandboxInfo",0,1,true), com.sforce.soap.tooling.sobject.SandboxInfo.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSource(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Source", "urn:sobject.tooling.soap.sforce.com","Source","urn:sobject.tooling.soap.sforce.com","SandboxInfo",0,1,true), Source, Source__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SourceId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean SourceId__is_set = false;
|
|
|
|
private java.lang.String SourceId;
|
|
|
|
public java.lang.String getSourceId() {
|
|
return SourceId;
|
|
}
|
|
|
|
public void setSourceId(java.lang.String SourceId) {
|
|
this.SourceId = SourceId;
|
|
SourceId__is_set = true;
|
|
}
|
|
|
|
protected void setSourceId(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("SourceId", "urn:sobject.tooling.soap.sforce.com","SourceId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setSourceId(__typeMapper.readString(__in, _lookupTypeInfo("SourceId", "urn:sobject.tooling.soap.sforce.com","SourceId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSourceId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SourceId", "urn:sobject.tooling.soap.sforce.com","SourceId","urn:tooling.soap.sforce.com","ID",0,1,true), SourceId, SourceId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SystemModstamp of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean SystemModstamp__is_set = false;
|
|
|
|
private java.util.Calendar SystemModstamp;
|
|
|
|
public java.util.Calendar getSystemModstamp() {
|
|
return SystemModstamp;
|
|
}
|
|
|
|
public void setSystemModstamp(java.util.Calendar SystemModstamp) {
|
|
this.SystemModstamp = SystemModstamp;
|
|
SystemModstamp__is_set = true;
|
|
}
|
|
|
|
protected void setSystemModstamp(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("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setSystemModstamp((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSystemModstamp(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SystemModstamp", "urn:sobject.tooling.soap.sforce.com","SystemModstamp","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), SystemModstamp, SystemModstamp__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Template of type {urn:sobject.tooling.soap.sforce.com}PartitionLevelScheme
|
|
* java type: com.sforce.soap.tooling.sobject.PartitionLevelScheme
|
|
*/
|
|
private boolean Template__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.PartitionLevelScheme Template;
|
|
|
|
public com.sforce.soap.tooling.sobject.PartitionLevelScheme getTemplate() {
|
|
return Template;
|
|
}
|
|
|
|
public void setTemplate(com.sforce.soap.tooling.sobject.PartitionLevelScheme Template) {
|
|
this.Template = Template;
|
|
Template__is_set = true;
|
|
}
|
|
|
|
protected void setTemplate(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("Template", "urn:sobject.tooling.soap.sforce.com","Template","urn:sobject.tooling.soap.sforce.com","PartitionLevelScheme",0,1,true))) {
|
|
setTemplate((com.sforce.soap.tooling.sobject.PartitionLevelScheme)__typeMapper.readObject(__in, _lookupTypeInfo("Template", "urn:sobject.tooling.soap.sforce.com","Template","urn:sobject.tooling.soap.sforce.com","PartitionLevelScheme",0,1,true), com.sforce.soap.tooling.sobject.PartitionLevelScheme.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldTemplate(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Template", "urn:sobject.tooling.soap.sforce.com","Template","urn:sobject.tooling.soap.sforce.com","PartitionLevelScheme",0,1,true), Template, Template__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : TemplateId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean TemplateId__is_set = false;
|
|
|
|
private java.lang.String TemplateId;
|
|
|
|
public java.lang.String getTemplateId() {
|
|
return TemplateId;
|
|
}
|
|
|
|
public void setTemplateId(java.lang.String TemplateId) {
|
|
this.TemplateId = TemplateId;
|
|
TemplateId__is_set = true;
|
|
}
|
|
|
|
protected void setTemplateId(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("TemplateId", "urn:sobject.tooling.soap.sforce.com","TemplateId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setTemplateId(__typeMapper.readString(__in, _lookupTypeInfo("TemplateId", "urn:sobject.tooling.soap.sforce.com","TemplateId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldTemplateId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("TemplateId", "urn:sobject.tooling.soap.sforce.com","TemplateId","urn:tooling.soap.sforce.com","ID",0,1,true), TemplateId, TemplateId__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:sobject.tooling.soap.sforce.com", "SandboxInfo");
|
|
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("[SandboxInfo ");
|
|
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 {
|
|
writeFieldActivationUserGroup(__out, __typeMapper);
|
|
writeFieldActivationUserGroupId(__out, __typeMapper);
|
|
writeFieldApexClass(__out, __typeMapper);
|
|
writeFieldApexClassId(__out, __typeMapper);
|
|
writeFieldAutoActivate(__out, __typeMapper);
|
|
writeFieldCopyChatter(__out, __typeMapper);
|
|
writeFieldCreatedBy(__out, __typeMapper);
|
|
writeFieldCreatedById(__out, __typeMapper);
|
|
writeFieldCreatedDate(__out, __typeMapper);
|
|
writeFieldDescription(__out, __typeMapper);
|
|
writeFieldFeatures(__out, __typeMapper);
|
|
writeFieldHistoryDays(__out, __typeMapper);
|
|
writeFieldIsDeleted(__out, __typeMapper);
|
|
writeFieldLastModifiedBy(__out, __typeMapper);
|
|
writeFieldLastModifiedById(__out, __typeMapper);
|
|
writeFieldLastModifiedDate(__out, __typeMapper);
|
|
writeFieldLicenseType(__out, __typeMapper);
|
|
writeFieldSandboxName(__out, __typeMapper);
|
|
writeFieldSource(__out, __typeMapper);
|
|
writeFieldSourceId(__out, __typeMapper);
|
|
writeFieldSystemModstamp(__out, __typeMapper);
|
|
writeFieldTemplate(__out, __typeMapper);
|
|
writeFieldTemplateId(__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 {
|
|
setActivationUserGroup(__in, __typeMapper);
|
|
setActivationUserGroupId(__in, __typeMapper);
|
|
setApexClass(__in, __typeMapper);
|
|
setApexClassId(__in, __typeMapper);
|
|
setAutoActivate(__in, __typeMapper);
|
|
setCopyChatter(__in, __typeMapper);
|
|
setCreatedBy(__in, __typeMapper);
|
|
setCreatedById(__in, __typeMapper);
|
|
setCreatedDate(__in, __typeMapper);
|
|
setDescription(__in, __typeMapper);
|
|
setFeatures(__in, __typeMapper);
|
|
setHistoryDays(__in, __typeMapper);
|
|
setIsDeleted(__in, __typeMapper);
|
|
setLastModifiedBy(__in, __typeMapper);
|
|
setLastModifiedById(__in, __typeMapper);
|
|
setLastModifiedDate(__in, __typeMapper);
|
|
setLicenseType(__in, __typeMapper);
|
|
setSandboxName(__in, __typeMapper);
|
|
setSource(__in, __typeMapper);
|
|
setSourceId(__in, __typeMapper);
|
|
setSystemModstamp(__in, __typeMapper);
|
|
setTemplate(__in, __typeMapper);
|
|
setTemplateId(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "ActivationUserGroup", ActivationUserGroup);
|
|
toStringHelper(sb, "ActivationUserGroupId", ActivationUserGroupId);
|
|
toStringHelper(sb, "ApexClass", ApexClass);
|
|
toStringHelper(sb, "ApexClassId", ApexClassId);
|
|
toStringHelper(sb, "AutoActivate", AutoActivate);
|
|
toStringHelper(sb, "CopyChatter", CopyChatter);
|
|
toStringHelper(sb, "CreatedBy", CreatedBy);
|
|
toStringHelper(sb, "CreatedById", CreatedById);
|
|
toStringHelper(sb, "CreatedDate", CreatedDate);
|
|
toStringHelper(sb, "Description", Description);
|
|
toStringHelper(sb, "Features", Features);
|
|
toStringHelper(sb, "HistoryDays", HistoryDays);
|
|
toStringHelper(sb, "IsDeleted", IsDeleted);
|
|
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
|
|
toStringHelper(sb, "LastModifiedById", LastModifiedById);
|
|
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
|
|
toStringHelper(sb, "LicenseType", LicenseType);
|
|
toStringHelper(sb, "SandboxName", SandboxName);
|
|
toStringHelper(sb, "Source", Source);
|
|
toStringHelper(sb, "SourceId", SourceId);
|
|
toStringHelper(sb, "SystemModstamp", SystemModstamp);
|
|
toStringHelper(sb, "Template", Template);
|
|
toStringHelper(sb, "TemplateId", TemplateId);
|
|
}
|
|
|
|
|
|
}
|