org.apache.camel.component.salesforce.api.dto.bulk
Class ObjectFactory

java.lang.Object
  extended by org.apache.camel.component.salesforce.api.dto.bulk.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface in the org.apache.camel.component.salesforce.api.dto.bulk package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.


Constructor Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.component.salesforce.api.dto.bulk
 
Method Summary
 BatchInfo createBatchInfo()
          Create an instance of BatchInfo
 JAXBElement<BatchInfo> createBatchInfo(BatchInfo value)
          Create an instance of JAXBElement<BatchInfo>}
 BatchInfoList createBatchInfoList()
          Create an instance of BatchInfoList
 JAXBElement<BatchInfoList> createBatchInfoList(BatchInfoList value)
          Create an instance of JAXBElement<BatchInfoList>}
 BatchResult createBatchResult()
          Create an instance of BatchResult
 Error createError()
          Create an instance of Error
 JAXBElement<Error> createError(Error value)
          Create an instance of JAXBElement<Error>}
 JobInfo createJobInfo()
          Create an instance of JobInfo
 JAXBElement<JobInfo> createJobInfo(JobInfo value)
          Create an instance of JAXBElement<JobInfo>}
 QueryResult createQueryResult()
          Create an instance of QueryResult
 JAXBElement<QueryResult> createQueryResult(QueryResult value)
          Create an instance of JAXBElement<QueryResult>}
 QueryResultList createQueryResultList()
          Create an instance of QueryResultList
 Result createResult()
          Create an instance of Result
 ResultError createResultError()
          Create an instance of ResultError
 JAXBElement<QueryResultList> createResultList(QueryResultList value)
          Create an instance of JAXBElement<QueryResultList>}
 JAXBElement<BatchResult> createResults(BatchResult value)
          Create an instance of JAXBElement<BatchResult>}
 SObject createSObject()
          Create an instance of SObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.component.salesforce.api.dto.bulk

Method Detail

createSObject

public SObject createSObject()
Create an instance of SObject


createResultError

public ResultError createResultError()
Create an instance of ResultError


createBatchInfo

public BatchInfo createBatchInfo()
Create an instance of BatchInfo


createBatchResult

public BatchResult createBatchResult()
Create an instance of BatchResult


createQueryResultList

public QueryResultList createQueryResultList()
Create an instance of QueryResultList


createError

public Error createError()
Create an instance of Error


createBatchInfoList

public BatchInfoList createBatchInfoList()
Create an instance of BatchInfoList


createResult

public Result createResult()
Create an instance of Result


createJobInfo

public JobInfo createJobInfo()
Create an instance of JobInfo


createQueryResult

public QueryResult createQueryResult()
Create an instance of QueryResult


createJobInfo

public JAXBElement<JobInfo> createJobInfo(JobInfo value)
Create an instance of JAXBElement<JobInfo>}


createBatchInfo

public JAXBElement<BatchInfo> createBatchInfo(BatchInfo value)
Create an instance of JAXBElement<BatchInfo>}


createError

public JAXBElement<Error> createError(Error value)
Create an instance of JAXBElement<Error>}


createResults

public JAXBElement<BatchResult> createResults(BatchResult value)
Create an instance of JAXBElement<BatchResult>}


createResultList

public JAXBElement<QueryResultList> createResultList(QueryResultList value)
Create an instance of JAXBElement<QueryResultList>}


createBatchInfoList

public JAXBElement<BatchInfoList> createBatchInfoList(BatchInfoList value)
Create an instance of JAXBElement<BatchInfoList>}


createQueryResult

public JAXBElement<QueryResult> createQueryResult(QueryResult value)
Create an instance of JAXBElement<QueryResult>}



Apache Camel