694 lines
35 KiB
Java
694 lines
35 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 SrvcMgmtObjCollabAppCnfg extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public SrvcMgmtObjCollabAppCnfg() {}
|
|
|
|
/* 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 : CollabApplication of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean CollabApplication__is_set = false;
|
|
|
|
private java.lang.String CollabApplication;
|
|
|
|
public java.lang.String getCollabApplication() {
|
|
return CollabApplication;
|
|
}
|
|
|
|
public void setCollabApplication(java.lang.String CollabApplication) {
|
|
this.CollabApplication = CollabApplication;
|
|
CollabApplication__is_set = true;
|
|
}
|
|
|
|
protected void setCollabApplication(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("CollabApplication", "urn:sobject.tooling.soap.sforce.com","CollabApplication","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setCollabApplication(__typeMapper.readString(__in, _lookupTypeInfo("CollabApplication", "urn:sobject.tooling.soap.sforce.com","CollabApplication","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldCollabApplication(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("CollabApplication", "urn:sobject.tooling.soap.sforce.com","CollabApplication","http://www.w3.org/2001/XMLSchema","string",0,1,true), CollabApplication, CollabApplication__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 : DeveloperName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DeveloperName__is_set = false;
|
|
|
|
private java.lang.String DeveloperName;
|
|
|
|
public java.lang.String getDeveloperName() {
|
|
return DeveloperName;
|
|
}
|
|
|
|
public void setDeveloperName(java.lang.String DeveloperName) {
|
|
this.DeveloperName = DeveloperName;
|
|
DeveloperName__is_set = true;
|
|
}
|
|
|
|
protected void setDeveloperName(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("DeveloperName", "urn:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDeveloperName(__typeMapper.readString(__in, _lookupTypeInfo("DeveloperName", "urn:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDeveloperName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DeveloperName", "urn:sobject.tooling.soap.sforce.com","DeveloperName","http://www.w3.org/2001/XMLSchema","string",0,1,true), DeveloperName, DeveloperName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsActive of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsActive__is_set = false;
|
|
|
|
private java.lang.Boolean IsActive;
|
|
|
|
public java.lang.Boolean getIsActive() {
|
|
return IsActive;
|
|
}
|
|
|
|
public void setIsActive(java.lang.Boolean IsActive) {
|
|
this.IsActive = IsActive;
|
|
IsActive__is_set = true;
|
|
}
|
|
|
|
protected void setIsActive(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("IsActive", "urn:sobject.tooling.soap.sforce.com","IsActive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsActive((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsActive", "urn:sobject.tooling.soap.sforce.com","IsActive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsActive(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsActive", "urn:sobject.tooling.soap.sforce.com","IsActive","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsActive, IsActive__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 : Language of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Language__is_set = false;
|
|
|
|
private java.lang.String Language;
|
|
|
|
public java.lang.String getLanguage() {
|
|
return Language;
|
|
}
|
|
|
|
public void setLanguage(java.lang.String Language) {
|
|
this.Language = Language;
|
|
Language__is_set = true;
|
|
}
|
|
|
|
protected void setLanguage(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("Language", "urn:sobject.tooling.soap.sforce.com","Language","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setLanguage(__typeMapper.readString(__in, _lookupTypeInfo("Language", "urn:sobject.tooling.soap.sforce.com","Language","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldLanguage(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Language", "urn:sobject.tooling.soap.sforce.com","Language","http://www.w3.org/2001/XMLSchema","string",0,1,true), Language, Language__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 : 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.isElement(__in, _lookupTypeInfo("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setMasterLabel(__typeMapper.readString(__in, _lookupTypeInfo("MasterLabel", "urn:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,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:sobject.tooling.soap.sforce.com","MasterLabel","http://www.w3.org/2001/XMLSchema","string",0,1,true), MasterLabel, MasterLabel__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RefObjRecPageLayout of type {urn:sobject.tooling.soap.sforce.com}Layout
|
|
* java type: com.sforce.soap.tooling.sobject.Layout
|
|
*/
|
|
private boolean RefObjRecPageLayout__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.Layout RefObjRecPageLayout;
|
|
|
|
public com.sforce.soap.tooling.sobject.Layout getRefObjRecPageLayout() {
|
|
return RefObjRecPageLayout;
|
|
}
|
|
|
|
public void setRefObjRecPageLayout(com.sforce.soap.tooling.sobject.Layout RefObjRecPageLayout) {
|
|
this.RefObjRecPageLayout = RefObjRecPageLayout;
|
|
RefObjRecPageLayout__is_set = true;
|
|
}
|
|
|
|
protected void setRefObjRecPageLayout(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("RefObjRecPageLayout", "urn:sobject.tooling.soap.sforce.com","RefObjRecPageLayout","urn:sobject.tooling.soap.sforce.com","Layout",0,1,true))) {
|
|
setRefObjRecPageLayout((com.sforce.soap.tooling.sobject.Layout)__typeMapper.readObject(__in, _lookupTypeInfo("RefObjRecPageLayout", "urn:sobject.tooling.soap.sforce.com","RefObjRecPageLayout","urn:sobject.tooling.soap.sforce.com","Layout",0,1,true), com.sforce.soap.tooling.sobject.Layout.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRefObjRecPageLayout(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RefObjRecPageLayout", "urn:sobject.tooling.soap.sforce.com","RefObjRecPageLayout","urn:sobject.tooling.soap.sforce.com","Layout",0,1,true), RefObjRecPageLayout, RefObjRecPageLayout__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RefObjRecPageLayoutId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean RefObjRecPageLayoutId__is_set = false;
|
|
|
|
private java.lang.String RefObjRecPageLayoutId;
|
|
|
|
public java.lang.String getRefObjRecPageLayoutId() {
|
|
return RefObjRecPageLayoutId;
|
|
}
|
|
|
|
public void setRefObjRecPageLayoutId(java.lang.String RefObjRecPageLayoutId) {
|
|
this.RefObjRecPageLayoutId = RefObjRecPageLayoutId;
|
|
RefObjRecPageLayoutId__is_set = true;
|
|
}
|
|
|
|
protected void setRefObjRecPageLayoutId(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("RefObjRecPageLayoutId", "urn:sobject.tooling.soap.sforce.com","RefObjRecPageLayoutId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setRefObjRecPageLayoutId(__typeMapper.readString(__in, _lookupTypeInfo("RefObjRecPageLayoutId", "urn:sobject.tooling.soap.sforce.com","RefObjRecPageLayoutId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRefObjRecPageLayoutId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RefObjRecPageLayoutId", "urn:sobject.tooling.soap.sforce.com","RefObjRecPageLayoutId","urn:tooling.soap.sforce.com","ID",0,1,true), RefObjRecPageLayoutId, RefObjRecPageLayoutId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RefObjRecordType of type {urn:sobject.tooling.soap.sforce.com}RecordType
|
|
* java type: com.sforce.soap.tooling.sobject.RecordType
|
|
*/
|
|
private boolean RefObjRecordType__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.RecordType RefObjRecordType;
|
|
|
|
public com.sforce.soap.tooling.sobject.RecordType getRefObjRecordType() {
|
|
return RefObjRecordType;
|
|
}
|
|
|
|
public void setRefObjRecordType(com.sforce.soap.tooling.sobject.RecordType RefObjRecordType) {
|
|
this.RefObjRecordType = RefObjRecordType;
|
|
RefObjRecordType__is_set = true;
|
|
}
|
|
|
|
protected void setRefObjRecordType(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("RefObjRecordType", "urn:sobject.tooling.soap.sforce.com","RefObjRecordType","urn:sobject.tooling.soap.sforce.com","RecordType",0,1,true))) {
|
|
setRefObjRecordType((com.sforce.soap.tooling.sobject.RecordType)__typeMapper.readObject(__in, _lookupTypeInfo("RefObjRecordType", "urn:sobject.tooling.soap.sforce.com","RefObjRecordType","urn:sobject.tooling.soap.sforce.com","RecordType",0,1,true), com.sforce.soap.tooling.sobject.RecordType.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRefObjRecordType(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RefObjRecordType", "urn:sobject.tooling.soap.sforce.com","RefObjRecordType","urn:sobject.tooling.soap.sforce.com","RecordType",0,1,true), RefObjRecordType, RefObjRecordType__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : RefObjRecordTypeId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean RefObjRecordTypeId__is_set = false;
|
|
|
|
private java.lang.String RefObjRecordTypeId;
|
|
|
|
public java.lang.String getRefObjRecordTypeId() {
|
|
return RefObjRecordTypeId;
|
|
}
|
|
|
|
public void setRefObjRecordTypeId(java.lang.String RefObjRecordTypeId) {
|
|
this.RefObjRecordTypeId = RefObjRecordTypeId;
|
|
RefObjRecordTypeId__is_set = true;
|
|
}
|
|
|
|
protected void setRefObjRecordTypeId(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("RefObjRecordTypeId", "urn:sobject.tooling.soap.sforce.com","RefObjRecordTypeId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setRefObjRecordTypeId(__typeMapper.readString(__in, _lookupTypeInfo("RefObjRecordTypeId", "urn:sobject.tooling.soap.sforce.com","RefObjRecordTypeId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldRefObjRecordTypeId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("RefObjRecordTypeId", "urn:sobject.tooling.soap.sforce.com","RefObjRecordTypeId","urn:tooling.soap.sforce.com","ID",0,1,true), RefObjRecordTypeId, RefObjRecordTypeId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ReferenceObject of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ReferenceObject__is_set = false;
|
|
|
|
private java.lang.String ReferenceObject;
|
|
|
|
public java.lang.String getReferenceObject() {
|
|
return ReferenceObject;
|
|
}
|
|
|
|
public void setReferenceObject(java.lang.String ReferenceObject) {
|
|
this.ReferenceObject = ReferenceObject;
|
|
ReferenceObject__is_set = true;
|
|
}
|
|
|
|
protected void setReferenceObject(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("ReferenceObject", "urn:sobject.tooling.soap.sforce.com","ReferenceObject","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setReferenceObject(__typeMapper.readString(__in, _lookupTypeInfo("ReferenceObject", "urn:sobject.tooling.soap.sforce.com","ReferenceObject","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldReferenceObject(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ReferenceObject", "urn:sobject.tooling.soap.sforce.com","ReferenceObject","http://www.w3.org/2001/XMLSchema","string",0,1,true), ReferenceObject, ReferenceObject__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 : TargetApplication of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean TargetApplication__is_set = false;
|
|
|
|
private java.lang.String TargetApplication;
|
|
|
|
public java.lang.String getTargetApplication() {
|
|
return TargetApplication;
|
|
}
|
|
|
|
public void setTargetApplication(java.lang.String TargetApplication) {
|
|
this.TargetApplication = TargetApplication;
|
|
TargetApplication__is_set = true;
|
|
}
|
|
|
|
protected void setTargetApplication(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("TargetApplication", "urn:sobject.tooling.soap.sforce.com","TargetApplication","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setTargetApplication(__typeMapper.readString(__in, _lookupTypeInfo("TargetApplication", "urn:sobject.tooling.soap.sforce.com","TargetApplication","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldTargetApplication(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("TargetApplication", "urn:sobject.tooling.soap.sforce.com","TargetApplication","http://www.w3.org/2001/XMLSchema","string",0,1,true), TargetApplication, TargetApplication__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", "SrvcMgmtObjCollabAppCnfg");
|
|
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("[SrvcMgmtObjCollabAppCnfg ");
|
|
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 {
|
|
writeFieldCollabApplication(__out, __typeMapper);
|
|
writeFieldCreatedBy(__out, __typeMapper);
|
|
writeFieldCreatedById(__out, __typeMapper);
|
|
writeFieldCreatedDate(__out, __typeMapper);
|
|
writeFieldDeveloperName(__out, __typeMapper);
|
|
writeFieldIsActive(__out, __typeMapper);
|
|
writeFieldIsDeleted(__out, __typeMapper);
|
|
writeFieldLanguage(__out, __typeMapper);
|
|
writeFieldLastModifiedBy(__out, __typeMapper);
|
|
writeFieldLastModifiedById(__out, __typeMapper);
|
|
writeFieldLastModifiedDate(__out, __typeMapper);
|
|
writeFieldMasterLabel(__out, __typeMapper);
|
|
writeFieldRefObjRecPageLayout(__out, __typeMapper);
|
|
writeFieldRefObjRecPageLayoutId(__out, __typeMapper);
|
|
writeFieldRefObjRecordType(__out, __typeMapper);
|
|
writeFieldRefObjRecordTypeId(__out, __typeMapper);
|
|
writeFieldReferenceObject(__out, __typeMapper);
|
|
writeFieldSystemModstamp(__out, __typeMapper);
|
|
writeFieldTargetApplication(__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 {
|
|
setCollabApplication(__in, __typeMapper);
|
|
setCreatedBy(__in, __typeMapper);
|
|
setCreatedById(__in, __typeMapper);
|
|
setCreatedDate(__in, __typeMapper);
|
|
setDeveloperName(__in, __typeMapper);
|
|
setIsActive(__in, __typeMapper);
|
|
setIsDeleted(__in, __typeMapper);
|
|
setLanguage(__in, __typeMapper);
|
|
setLastModifiedBy(__in, __typeMapper);
|
|
setLastModifiedById(__in, __typeMapper);
|
|
setLastModifiedDate(__in, __typeMapper);
|
|
setMasterLabel(__in, __typeMapper);
|
|
setRefObjRecPageLayout(__in, __typeMapper);
|
|
setRefObjRecPageLayoutId(__in, __typeMapper);
|
|
setRefObjRecordType(__in, __typeMapper);
|
|
setRefObjRecordTypeId(__in, __typeMapper);
|
|
setReferenceObject(__in, __typeMapper);
|
|
setSystemModstamp(__in, __typeMapper);
|
|
setTargetApplication(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "CollabApplication", CollabApplication);
|
|
toStringHelper(sb, "CreatedBy", CreatedBy);
|
|
toStringHelper(sb, "CreatedById", CreatedById);
|
|
toStringHelper(sb, "CreatedDate", CreatedDate);
|
|
toStringHelper(sb, "DeveloperName", DeveloperName);
|
|
toStringHelper(sb, "IsActive", IsActive);
|
|
toStringHelper(sb, "IsDeleted", IsDeleted);
|
|
toStringHelper(sb, "Language", Language);
|
|
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
|
|
toStringHelper(sb, "LastModifiedById", LastModifiedById);
|
|
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
|
|
toStringHelper(sb, "MasterLabel", MasterLabel);
|
|
toStringHelper(sb, "RefObjRecPageLayout", RefObjRecPageLayout);
|
|
toStringHelper(sb, "RefObjRecPageLayoutId", RefObjRecPageLayoutId);
|
|
toStringHelper(sb, "RefObjRecordType", RefObjRecordType);
|
|
toStringHelper(sb, "RefObjRecordTypeId", RefObjRecordTypeId);
|
|
toStringHelper(sb, "ReferenceObject", ReferenceObject);
|
|
toStringHelper(sb, "SystemModstamp", SystemModstamp);
|
|
toStringHelper(sb, "TargetApplication", TargetApplication);
|
|
}
|
|
|
|
|
|
}
|