918 lines
46 KiB
Java
918 lines
46 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 FlowTestResult extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public FlowTestResult() {}
|
|
|
|
/* 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 : ApexTestQueueItem of type {urn:sobject.tooling.soap.sforce.com}ApexTestQueueItem
|
|
* java type: com.sforce.soap.tooling.sobject.ApexTestQueueItem
|
|
*/
|
|
private boolean ApexTestQueueItem__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.ApexTestQueueItem ApexTestQueueItem;
|
|
|
|
public com.sforce.soap.tooling.sobject.ApexTestQueueItem getApexTestQueueItem() {
|
|
return ApexTestQueueItem;
|
|
}
|
|
|
|
public void setApexTestQueueItem(com.sforce.soap.tooling.sobject.ApexTestQueueItem ApexTestQueueItem) {
|
|
this.ApexTestQueueItem = ApexTestQueueItem;
|
|
ApexTestQueueItem__is_set = true;
|
|
}
|
|
|
|
protected void setApexTestQueueItem(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("ApexTestQueueItem", "urn:sobject.tooling.soap.sforce.com","ApexTestQueueItem","urn:sobject.tooling.soap.sforce.com","ApexTestQueueItem",0,1,true))) {
|
|
setApexTestQueueItem((com.sforce.soap.tooling.sobject.ApexTestQueueItem)__typeMapper.readObject(__in, _lookupTypeInfo("ApexTestQueueItem", "urn:sobject.tooling.soap.sforce.com","ApexTestQueueItem","urn:sobject.tooling.soap.sforce.com","ApexTestQueueItem",0,1,true), com.sforce.soap.tooling.sobject.ApexTestQueueItem.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexTestQueueItem(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexTestQueueItem", "urn:sobject.tooling.soap.sforce.com","ApexTestQueueItem","urn:sobject.tooling.soap.sforce.com","ApexTestQueueItem",0,1,true), ApexTestQueueItem, ApexTestQueueItem__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ApexTestQueueItemId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ApexTestQueueItemId__is_set = false;
|
|
|
|
private java.lang.String ApexTestQueueItemId;
|
|
|
|
public java.lang.String getApexTestQueueItemId() {
|
|
return ApexTestQueueItemId;
|
|
}
|
|
|
|
public void setApexTestQueueItemId(java.lang.String ApexTestQueueItemId) {
|
|
this.ApexTestQueueItemId = ApexTestQueueItemId;
|
|
ApexTestQueueItemId__is_set = true;
|
|
}
|
|
|
|
protected void setApexTestQueueItemId(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("ApexTestQueueItemId", "urn:sobject.tooling.soap.sforce.com","ApexTestQueueItemId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setApexTestQueueItemId(__typeMapper.readString(__in, _lookupTypeInfo("ApexTestQueueItemId", "urn:sobject.tooling.soap.sforce.com","ApexTestQueueItemId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexTestQueueItemId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexTestQueueItemId", "urn:sobject.tooling.soap.sforce.com","ApexTestQueueItemId","urn:tooling.soap.sforce.com","ID",0,1,true), ApexTestQueueItemId, ApexTestQueueItemId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ApexTestResult of type {urn:sobject.tooling.soap.sforce.com}ApexTestResult
|
|
* java type: com.sforce.soap.tooling.sobject.ApexTestResult
|
|
*/
|
|
private boolean ApexTestResult__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.ApexTestResult ApexTestResult;
|
|
|
|
public com.sforce.soap.tooling.sobject.ApexTestResult getApexTestResult() {
|
|
return ApexTestResult;
|
|
}
|
|
|
|
public void setApexTestResult(com.sforce.soap.tooling.sobject.ApexTestResult ApexTestResult) {
|
|
this.ApexTestResult = ApexTestResult;
|
|
ApexTestResult__is_set = true;
|
|
}
|
|
|
|
protected void setApexTestResult(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("ApexTestResult", "urn:sobject.tooling.soap.sforce.com","ApexTestResult","urn:sobject.tooling.soap.sforce.com","ApexTestResult",0,1,true))) {
|
|
setApexTestResult((com.sforce.soap.tooling.sobject.ApexTestResult)__typeMapper.readObject(__in, _lookupTypeInfo("ApexTestResult", "urn:sobject.tooling.soap.sforce.com","ApexTestResult","urn:sobject.tooling.soap.sforce.com","ApexTestResult",0,1,true), com.sforce.soap.tooling.sobject.ApexTestResult.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexTestResult(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexTestResult", "urn:sobject.tooling.soap.sforce.com","ApexTestResult","urn:sobject.tooling.soap.sforce.com","ApexTestResult",0,1,true), ApexTestResult, ApexTestResult__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : ApexTestResultId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean ApexTestResultId__is_set = false;
|
|
|
|
private java.lang.String ApexTestResultId;
|
|
|
|
public java.lang.String getApexTestResultId() {
|
|
return ApexTestResultId;
|
|
}
|
|
|
|
public void setApexTestResultId(java.lang.String ApexTestResultId) {
|
|
this.ApexTestResultId = ApexTestResultId;
|
|
ApexTestResultId__is_set = true;
|
|
}
|
|
|
|
protected void setApexTestResultId(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("ApexTestResultId", "urn:sobject.tooling.soap.sforce.com","ApexTestResultId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setApexTestResultId(__typeMapper.readString(__in, _lookupTypeInfo("ApexTestResultId", "urn:sobject.tooling.soap.sforce.com","ApexTestResultId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldApexTestResultId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ApexTestResultId", "urn:sobject.tooling.soap.sforce.com","ApexTestResultId","urn:tooling.soap.sforce.com","ID",0,1,true), ApexTestResultId, ApexTestResultId__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 : FlowDefinition of type {urn:sobject.tooling.soap.sforce.com}FlowDefinition
|
|
* java type: com.sforce.soap.tooling.sobject.FlowDefinition
|
|
*/
|
|
private boolean FlowDefinition__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.FlowDefinition FlowDefinition;
|
|
|
|
public com.sforce.soap.tooling.sobject.FlowDefinition getFlowDefinition() {
|
|
return FlowDefinition;
|
|
}
|
|
|
|
public void setFlowDefinition(com.sforce.soap.tooling.sobject.FlowDefinition FlowDefinition) {
|
|
this.FlowDefinition = FlowDefinition;
|
|
FlowDefinition__is_set = true;
|
|
}
|
|
|
|
protected void setFlowDefinition(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("FlowDefinition", "urn:sobject.tooling.soap.sforce.com","FlowDefinition","urn:sobject.tooling.soap.sforce.com","FlowDefinition",0,1,true))) {
|
|
setFlowDefinition((com.sforce.soap.tooling.sobject.FlowDefinition)__typeMapper.readObject(__in, _lookupTypeInfo("FlowDefinition", "urn:sobject.tooling.soap.sforce.com","FlowDefinition","urn:sobject.tooling.soap.sforce.com","FlowDefinition",0,1,true), com.sforce.soap.tooling.sobject.FlowDefinition.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowDefinition(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowDefinition", "urn:sobject.tooling.soap.sforce.com","FlowDefinition","urn:sobject.tooling.soap.sforce.com","FlowDefinition",0,1,true), FlowDefinition, FlowDefinition__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FlowDefinitionId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FlowDefinitionId__is_set = false;
|
|
|
|
private java.lang.String FlowDefinitionId;
|
|
|
|
public java.lang.String getFlowDefinitionId() {
|
|
return FlowDefinitionId;
|
|
}
|
|
|
|
public void setFlowDefinitionId(java.lang.String FlowDefinitionId) {
|
|
this.FlowDefinitionId = FlowDefinitionId;
|
|
FlowDefinitionId__is_set = true;
|
|
}
|
|
|
|
protected void setFlowDefinitionId(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("FlowDefinitionId", "urn:sobject.tooling.soap.sforce.com","FlowDefinitionId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setFlowDefinitionId(__typeMapper.readString(__in, _lookupTypeInfo("FlowDefinitionId", "urn:sobject.tooling.soap.sforce.com","FlowDefinitionId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowDefinitionId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowDefinitionId", "urn:sobject.tooling.soap.sforce.com","FlowDefinitionId","urn:tooling.soap.sforce.com","ID",0,1,true), FlowDefinitionId, FlowDefinitionId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FlowDefinitionViewId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FlowDefinitionViewId__is_set = false;
|
|
|
|
private java.lang.String FlowDefinitionViewId;
|
|
|
|
public java.lang.String getFlowDefinitionViewId() {
|
|
return FlowDefinitionViewId;
|
|
}
|
|
|
|
public void setFlowDefinitionViewId(java.lang.String FlowDefinitionViewId) {
|
|
this.FlowDefinitionViewId = FlowDefinitionViewId;
|
|
FlowDefinitionViewId__is_set = true;
|
|
}
|
|
|
|
protected void setFlowDefinitionViewId(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("FlowDefinitionViewId", "urn:sobject.tooling.soap.sforce.com","FlowDefinitionViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFlowDefinitionViewId(__typeMapper.readString(__in, _lookupTypeInfo("FlowDefinitionViewId", "urn:sobject.tooling.soap.sforce.com","FlowDefinitionViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowDefinitionViewId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowDefinitionViewId", "urn:sobject.tooling.soap.sforce.com","FlowDefinitionViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true), FlowDefinitionViewId, FlowDefinitionViewId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FlowTest of type {urn:sobject.tooling.soap.sforce.com}FlowTest
|
|
* java type: com.sforce.soap.tooling.sobject.FlowTest
|
|
*/
|
|
private boolean FlowTest__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.FlowTest FlowTest;
|
|
|
|
public com.sforce.soap.tooling.sobject.FlowTest getFlowTest() {
|
|
return FlowTest;
|
|
}
|
|
|
|
public void setFlowTest(com.sforce.soap.tooling.sobject.FlowTest FlowTest) {
|
|
this.FlowTest = FlowTest;
|
|
FlowTest__is_set = true;
|
|
}
|
|
|
|
protected void setFlowTest(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("FlowTest", "urn:sobject.tooling.soap.sforce.com","FlowTest","urn:sobject.tooling.soap.sforce.com","FlowTest",0,1,true))) {
|
|
setFlowTest((com.sforce.soap.tooling.sobject.FlowTest)__typeMapper.readObject(__in, _lookupTypeInfo("FlowTest", "urn:sobject.tooling.soap.sforce.com","FlowTest","urn:sobject.tooling.soap.sforce.com","FlowTest",0,1,true), com.sforce.soap.tooling.sobject.FlowTest.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowTest(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowTest", "urn:sobject.tooling.soap.sforce.com","FlowTest","urn:sobject.tooling.soap.sforce.com","FlowTest",0,1,true), FlowTest, FlowTest__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FlowTestId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FlowTestId__is_set = false;
|
|
|
|
private java.lang.String FlowTestId;
|
|
|
|
public java.lang.String getFlowTestId() {
|
|
return FlowTestId;
|
|
}
|
|
|
|
public void setFlowTestId(java.lang.String FlowTestId) {
|
|
this.FlowTestId = FlowTestId;
|
|
FlowTestId__is_set = true;
|
|
}
|
|
|
|
protected void setFlowTestId(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("FlowTestId", "urn:sobject.tooling.soap.sforce.com","FlowTestId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setFlowTestId(__typeMapper.readString(__in, _lookupTypeInfo("FlowTestId", "urn:sobject.tooling.soap.sforce.com","FlowTestId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowTestId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowTestId", "urn:sobject.tooling.soap.sforce.com","FlowTestId","urn:tooling.soap.sforce.com","ID",0,1,true), FlowTestId, FlowTestId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FlowTestViewId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FlowTestViewId__is_set = false;
|
|
|
|
private java.lang.String FlowTestViewId;
|
|
|
|
public java.lang.String getFlowTestViewId() {
|
|
return FlowTestViewId;
|
|
}
|
|
|
|
public void setFlowTestViewId(java.lang.String FlowTestViewId) {
|
|
this.FlowTestViewId = FlowTestViewId;
|
|
FlowTestViewId__is_set = true;
|
|
}
|
|
|
|
protected void setFlowTestViewId(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("FlowTestViewId", "urn:sobject.tooling.soap.sforce.com","FlowTestViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFlowTestViewId(__typeMapper.readString(__in, _lookupTypeInfo("FlowTestViewId", "urn:sobject.tooling.soap.sforce.com","FlowTestViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowTestViewId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowTestViewId", "urn:sobject.tooling.soap.sforce.com","FlowTestViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true), FlowTestViewId, FlowTestViewId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FlowVersionNumber of type {http://www.w3.org/2001/XMLSchema}int
|
|
* java type: java.lang.Integer
|
|
*/
|
|
private boolean FlowVersionNumber__is_set = false;
|
|
|
|
private java.lang.Integer FlowVersionNumber;
|
|
|
|
public java.lang.Integer getFlowVersionNumber() {
|
|
return FlowVersionNumber;
|
|
}
|
|
|
|
public void setFlowVersionNumber(java.lang.Integer FlowVersionNumber) {
|
|
this.FlowVersionNumber = FlowVersionNumber;
|
|
FlowVersionNumber__is_set = true;
|
|
}
|
|
|
|
protected void setFlowVersionNumber(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("FlowVersionNumber", "urn:sobject.tooling.soap.sforce.com","FlowVersionNumber","http://www.w3.org/2001/XMLSchema","int",0,1,true))) {
|
|
setFlowVersionNumber((java.lang.Integer)__typeMapper.readObject(__in, _lookupTypeInfo("FlowVersionNumber", "urn:sobject.tooling.soap.sforce.com","FlowVersionNumber","http://www.w3.org/2001/XMLSchema","int",0,1,true), java.lang.Integer.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowVersionNumber(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowVersionNumber", "urn:sobject.tooling.soap.sforce.com","FlowVersionNumber","http://www.w3.org/2001/XMLSchema","int",0,1,true), FlowVersionNumber, FlowVersionNumber__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FlowVersionViewId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FlowVersionViewId__is_set = false;
|
|
|
|
private java.lang.String FlowVersionViewId;
|
|
|
|
public java.lang.String getFlowVersionViewId() {
|
|
return FlowVersionViewId;
|
|
}
|
|
|
|
public void setFlowVersionViewId(java.lang.String FlowVersionViewId) {
|
|
this.FlowVersionViewId = FlowVersionViewId;
|
|
FlowVersionViewId__is_set = true;
|
|
}
|
|
|
|
protected void setFlowVersionViewId(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("FlowVersionViewId", "urn:sobject.tooling.soap.sforce.com","FlowVersionViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFlowVersionViewId(__typeMapper.readString(__in, _lookupTypeInfo("FlowVersionViewId", "urn:sobject.tooling.soap.sforce.com","FlowVersionViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFlowVersionViewId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FlowVersionViewId", "urn:sobject.tooling.soap.sforce.com","FlowVersionViewId","http://www.w3.org/2001/XMLSchema","string",0,1,true), FlowVersionViewId, FlowVersionViewId__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 : Name of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Name__is_set = false;
|
|
|
|
private java.lang.String Name;
|
|
|
|
public java.lang.String getName() {
|
|
return Name;
|
|
}
|
|
|
|
public void setName(java.lang.String Name) {
|
|
this.Name = Name;
|
|
Name__is_set = true;
|
|
}
|
|
|
|
protected void setName(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("Name", "urn:sobject.tooling.soap.sforce.com","Name","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setName(__typeMapper.readString(__in, _lookupTypeInfo("Name", "urn:sobject.tooling.soap.sforce.com","Name","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Name", "urn:sobject.tooling.soap.sforce.com","Name","http://www.w3.org/2001/XMLSchema","string",0,1,true), Name, Name__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Owner of type {urn:sobject.tooling.soap.sforce.com}sObject
|
|
* java type: com.sforce.soap.tooling.sobject.SObject
|
|
*/
|
|
private boolean Owner__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.sobject.SObject Owner;
|
|
|
|
public com.sforce.soap.tooling.sobject.SObject getOwner() {
|
|
return Owner;
|
|
}
|
|
|
|
public void setOwner(com.sforce.soap.tooling.sobject.SObject Owner) {
|
|
this.Owner = Owner;
|
|
Owner__is_set = true;
|
|
}
|
|
|
|
protected void setOwner(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("Owner", "urn:sobject.tooling.soap.sforce.com","Owner","urn:sobject.tooling.soap.sforce.com","sObject",0,1,true))) {
|
|
setOwner((com.sforce.soap.tooling.sobject.SObject)__typeMapper.readObject(__in, _lookupTypeInfo("Owner", "urn:sobject.tooling.soap.sforce.com","Owner","urn:sobject.tooling.soap.sforce.com","sObject",0,1,true), com.sforce.soap.tooling.sobject.SObject.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOwner(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Owner", "urn:sobject.tooling.soap.sforce.com","Owner","urn:sobject.tooling.soap.sforce.com","sObject",0,1,true), Owner, Owner__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : OwnerId of type {urn:tooling.soap.sforce.com}ID
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean OwnerId__is_set = false;
|
|
|
|
private java.lang.String OwnerId;
|
|
|
|
public java.lang.String getOwnerId() {
|
|
return OwnerId;
|
|
}
|
|
|
|
public void setOwnerId(java.lang.String OwnerId) {
|
|
this.OwnerId = OwnerId;
|
|
OwnerId__is_set = true;
|
|
}
|
|
|
|
protected void setOwnerId(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("OwnerId", "urn:sobject.tooling.soap.sforce.com","OwnerId","urn:tooling.soap.sforce.com","ID",0,1,true))) {
|
|
setOwnerId(__typeMapper.readString(__in, _lookupTypeInfo("OwnerId", "urn:sobject.tooling.soap.sforce.com","OwnerId","urn:tooling.soap.sforce.com","ID",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldOwnerId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("OwnerId", "urn:sobject.tooling.soap.sforce.com","OwnerId","urn:tooling.soap.sforce.com","ID",0,1,true), OwnerId, OwnerId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Result of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean Result__is_set = false;
|
|
|
|
private java.lang.String Result;
|
|
|
|
public java.lang.String getResult() {
|
|
return Result;
|
|
}
|
|
|
|
public void setResult(java.lang.String Result) {
|
|
this.Result = Result;
|
|
Result__is_set = true;
|
|
}
|
|
|
|
protected void setResult(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("Result", "urn:sobject.tooling.soap.sforce.com","Result","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setResult(__typeMapper.readString(__in, _lookupTypeInfo("Result", "urn:sobject.tooling.soap.sforce.com","Result","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldResult(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Result", "urn:sobject.tooling.soap.sforce.com","Result","http://www.w3.org/2001/XMLSchema","string",0,1,true), Result, Result__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 : TestEndDateTime of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean TestEndDateTime__is_set = false;
|
|
|
|
private java.util.Calendar TestEndDateTime;
|
|
|
|
public java.util.Calendar getTestEndDateTime() {
|
|
return TestEndDateTime;
|
|
}
|
|
|
|
public void setTestEndDateTime(java.util.Calendar TestEndDateTime) {
|
|
this.TestEndDateTime = TestEndDateTime;
|
|
TestEndDateTime__is_set = true;
|
|
}
|
|
|
|
protected void setTestEndDateTime(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("TestEndDateTime", "urn:sobject.tooling.soap.sforce.com","TestEndDateTime","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setTestEndDateTime((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("TestEndDateTime", "urn:sobject.tooling.soap.sforce.com","TestEndDateTime","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldTestEndDateTime(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("TestEndDateTime", "urn:sobject.tooling.soap.sforce.com","TestEndDateTime","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), TestEndDateTime, TestEndDateTime__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : TestStartDateTime of type {http://www.w3.org/2001/XMLSchema}dateTime
|
|
* java type: java.util.Calendar
|
|
*/
|
|
private boolean TestStartDateTime__is_set = false;
|
|
|
|
private java.util.Calendar TestStartDateTime;
|
|
|
|
public java.util.Calendar getTestStartDateTime() {
|
|
return TestStartDateTime;
|
|
}
|
|
|
|
public void setTestStartDateTime(java.util.Calendar TestStartDateTime) {
|
|
this.TestStartDateTime = TestStartDateTime;
|
|
TestStartDateTime__is_set = true;
|
|
}
|
|
|
|
protected void setTestStartDateTime(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("TestStartDateTime", "urn:sobject.tooling.soap.sforce.com","TestStartDateTime","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true))) {
|
|
setTestStartDateTime((java.util.Calendar)__typeMapper.readObject(__in, _lookupTypeInfo("TestStartDateTime", "urn:sobject.tooling.soap.sforce.com","TestStartDateTime","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), java.util.Calendar.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldTestStartDateTime(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("TestStartDateTime", "urn:sobject.tooling.soap.sforce.com","TestStartDateTime","http://www.w3.org/2001/XMLSchema","dateTime",0,1,true), TestStartDateTime, TestStartDateTime__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", "FlowTestResult");
|
|
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("[FlowTestResult ");
|
|
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 {
|
|
writeFieldApexTestQueueItem(__out, __typeMapper);
|
|
writeFieldApexTestQueueItemId(__out, __typeMapper);
|
|
writeFieldApexTestResult(__out, __typeMapper);
|
|
writeFieldApexTestResultId(__out, __typeMapper);
|
|
writeFieldCreatedBy(__out, __typeMapper);
|
|
writeFieldCreatedById(__out, __typeMapper);
|
|
writeFieldCreatedDate(__out, __typeMapper);
|
|
writeFieldFlowDefinition(__out, __typeMapper);
|
|
writeFieldFlowDefinitionId(__out, __typeMapper);
|
|
writeFieldFlowDefinitionViewId(__out, __typeMapper);
|
|
writeFieldFlowTest(__out, __typeMapper);
|
|
writeFieldFlowTestId(__out, __typeMapper);
|
|
writeFieldFlowTestViewId(__out, __typeMapper);
|
|
writeFieldFlowVersionNumber(__out, __typeMapper);
|
|
writeFieldFlowVersionViewId(__out, __typeMapper);
|
|
writeFieldIsDeleted(__out, __typeMapper);
|
|
writeFieldLastModifiedBy(__out, __typeMapper);
|
|
writeFieldLastModifiedById(__out, __typeMapper);
|
|
writeFieldLastModifiedDate(__out, __typeMapper);
|
|
writeFieldName(__out, __typeMapper);
|
|
writeFieldOwner(__out, __typeMapper);
|
|
writeFieldOwnerId(__out, __typeMapper);
|
|
writeFieldResult(__out, __typeMapper);
|
|
writeFieldSystemModstamp(__out, __typeMapper);
|
|
writeFieldTestEndDateTime(__out, __typeMapper);
|
|
writeFieldTestStartDateTime(__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 {
|
|
setApexTestQueueItem(__in, __typeMapper);
|
|
setApexTestQueueItemId(__in, __typeMapper);
|
|
setApexTestResult(__in, __typeMapper);
|
|
setApexTestResultId(__in, __typeMapper);
|
|
setCreatedBy(__in, __typeMapper);
|
|
setCreatedById(__in, __typeMapper);
|
|
setCreatedDate(__in, __typeMapper);
|
|
setFlowDefinition(__in, __typeMapper);
|
|
setFlowDefinitionId(__in, __typeMapper);
|
|
setFlowDefinitionViewId(__in, __typeMapper);
|
|
setFlowTest(__in, __typeMapper);
|
|
setFlowTestId(__in, __typeMapper);
|
|
setFlowTestViewId(__in, __typeMapper);
|
|
setFlowVersionNumber(__in, __typeMapper);
|
|
setFlowVersionViewId(__in, __typeMapper);
|
|
setIsDeleted(__in, __typeMapper);
|
|
setLastModifiedBy(__in, __typeMapper);
|
|
setLastModifiedById(__in, __typeMapper);
|
|
setLastModifiedDate(__in, __typeMapper);
|
|
setName(__in, __typeMapper);
|
|
setOwner(__in, __typeMapper);
|
|
setOwnerId(__in, __typeMapper);
|
|
setResult(__in, __typeMapper);
|
|
setSystemModstamp(__in, __typeMapper);
|
|
setTestEndDateTime(__in, __typeMapper);
|
|
setTestStartDateTime(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "ApexTestQueueItem", ApexTestQueueItem);
|
|
toStringHelper(sb, "ApexTestQueueItemId", ApexTestQueueItemId);
|
|
toStringHelper(sb, "ApexTestResult", ApexTestResult);
|
|
toStringHelper(sb, "ApexTestResultId", ApexTestResultId);
|
|
toStringHelper(sb, "CreatedBy", CreatedBy);
|
|
toStringHelper(sb, "CreatedById", CreatedById);
|
|
toStringHelper(sb, "CreatedDate", CreatedDate);
|
|
toStringHelper(sb, "FlowDefinition", FlowDefinition);
|
|
toStringHelper(sb, "FlowDefinitionId", FlowDefinitionId);
|
|
toStringHelper(sb, "FlowDefinitionViewId", FlowDefinitionViewId);
|
|
toStringHelper(sb, "FlowTest", FlowTest);
|
|
toStringHelper(sb, "FlowTestId", FlowTestId);
|
|
toStringHelper(sb, "FlowTestViewId", FlowTestViewId);
|
|
toStringHelper(sb, "FlowVersionNumber", FlowVersionNumber);
|
|
toStringHelper(sb, "FlowVersionViewId", FlowVersionViewId);
|
|
toStringHelper(sb, "IsDeleted", IsDeleted);
|
|
toStringHelper(sb, "LastModifiedBy", LastModifiedBy);
|
|
toStringHelper(sb, "LastModifiedById", LastModifiedById);
|
|
toStringHelper(sb, "LastModifiedDate", LastModifiedDate);
|
|
toStringHelper(sb, "Name", Name);
|
|
toStringHelper(sb, "Owner", Owner);
|
|
toStringHelper(sb, "OwnerId", OwnerId);
|
|
toStringHelper(sb, "Result", Result);
|
|
toStringHelper(sb, "SystemModstamp", SystemModstamp);
|
|
toStringHelper(sb, "TestEndDateTime", TestEndDateTime);
|
|
toStringHelper(sb, "TestStartDateTime", TestStartDateTime);
|
|
}
|
|
|
|
|
|
}
|