public class

ObjectFactory

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the com.avalara.avatax.services 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.

Summary

Fields
private static final QName _AuditMessage_QNAME
private static final QName _Profile_QNAME
Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.avalara.avatax.services
Public Methods
ArrayOfBatch createArrayOfBatch()
Create an instance of ArrayOfBatch
ArrayOfBatchFile createArrayOfBatchFile()
Create an instance of ArrayOfBatchFile
ArrayOfMessage createArrayOfMessage()
Create an instance of ArrayOfMessage
JAXBElement<AuditMessage> createAuditMessage(AuditMessage value)
Create an instance of JAXBElement<AuditMessage>}
AuditMessage createAuditMessage()
Create an instance of AuditMessage
BaseResult createBaseResult()
Create an instance of BaseResult
Batch createBatch()
Create an instance of Batch
BatchDelete createBatchDelete()
Create an instance of BatchDelete
BatchDeleteResponse createBatchDeleteResponse()
Create an instance of BatchDeleteResponse
BatchFetch createBatchFetch()
Create an instance of BatchFetch
BatchFetchResponse createBatchFetchResponse()
Create an instance of BatchFetchResponse
BatchFetchResult createBatchFetchResult()
Create an instance of BatchFetchResult
BatchFile createBatchFile()
Create an instance of BatchFile
BatchFileDelete createBatchFileDelete()
Create an instance of BatchFileDelete
BatchFileDeleteResponse createBatchFileDeleteResponse()
Create an instance of BatchFileDeleteResponse
BatchFileFetch createBatchFileFetch()
Create an instance of BatchFileFetch
BatchFileFetchResponse createBatchFileFetchResponse()
Create an instance of BatchFileFetchResponse
BatchFileFetchResult createBatchFileFetchResult()
Create an instance of BatchFileFetchResult
BatchFileSave createBatchFileSave()
Create an instance of BatchFileSave
BatchFileSaveResponse createBatchFileSaveResponse()
Create an instance of BatchFileSaveResponse
BatchFileSaveResult createBatchFileSaveResult()
Create an instance of BatchFileSaveResult
BatchProcess createBatchProcess()
Create an instance of BatchProcess
BatchProcessRequest createBatchProcessRequest()
Create an instance of BatchProcessRequest
BatchProcessResponse createBatchProcessResponse()
Create an instance of BatchProcessResponse
BatchProcessResult createBatchProcessResult()
Create an instance of BatchProcessResult
BatchSave createBatchSave()
Create an instance of BatchSave
BatchSaveResponse createBatchSaveResponse()
Create an instance of BatchSaveResponse
BatchSaveResult createBatchSaveResult()
Create an instance of BatchSaveResult
DeleteRequest createDeleteRequest()
Create an instance of DeleteRequest
DeleteResult createDeleteResult()
Create an instance of DeleteResult
FetchRequest createFetchRequest()
Create an instance of FetchRequest
FilterRequest createFilterRequest()
Create an instance of FilterRequest
FilterResult createFilterResult()
Create an instance of FilterResult
IsAuthorized createIsAuthorized()
Create an instance of IsAuthorized
IsAuthorizedResponse createIsAuthorizedResponse()
Create an instance of IsAuthorizedResponse
IsAuthorizedResult createIsAuthorizedResult()
Create an instance of IsAuthorizedResult
Message createMessage()
Create an instance of Message
Ping createPing()
Create an instance of Ping
PingResponse createPingResponse()
Create an instance of PingResponse
PingResult createPingResult()
Create an instance of PingResult
Profile createProfile()
Create an instance of Profile
JAXBElement<Profile> createProfile(Profile value)
Create an instance of JAXBElement<Profile>}
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private static final QName _AuditMessage_QNAME

private static final QName _Profile_QNAME

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.avalara.avatax.services

Public Methods

public ArrayOfBatch createArrayOfBatch ()

Create an instance of ArrayOfBatch

public ArrayOfBatchFile createArrayOfBatchFile ()

Create an instance of ArrayOfBatchFile

public ArrayOfMessage createArrayOfMessage ()

Create an instance of ArrayOfMessage

public JAXBElement<AuditMessage> createAuditMessage (AuditMessage value)

Create an instance of JAXBElement<AuditMessage>}

Parameters
value

public AuditMessage createAuditMessage ()

Create an instance of AuditMessage

public BaseResult createBaseResult ()

Create an instance of BaseResult

public Batch createBatch ()

Create an instance of Batch

public BatchDelete createBatchDelete ()

Create an instance of BatchDelete

public BatchDeleteResponse createBatchDeleteResponse ()

Create an instance of BatchDeleteResponse

public BatchFetch createBatchFetch ()

Create an instance of BatchFetch

public BatchFetchResponse createBatchFetchResponse ()

Create an instance of BatchFetchResponse

public BatchFetchResult createBatchFetchResult ()

Create an instance of BatchFetchResult

public BatchFile createBatchFile ()

Create an instance of BatchFile

public BatchFileDelete createBatchFileDelete ()

Create an instance of BatchFileDelete

public BatchFileDeleteResponse createBatchFileDeleteResponse ()

Create an instance of BatchFileDeleteResponse

public BatchFileFetch createBatchFileFetch ()

Create an instance of BatchFileFetch

public BatchFileFetchResponse createBatchFileFetchResponse ()

Create an instance of BatchFileFetchResponse

public BatchFileFetchResult createBatchFileFetchResult ()

Create an instance of BatchFileFetchResult

public BatchFileSave createBatchFileSave ()

Create an instance of BatchFileSave

public BatchFileSaveResponse createBatchFileSaveResponse ()

Create an instance of BatchFileSaveResponse

public BatchFileSaveResult createBatchFileSaveResult ()

Create an instance of BatchFileSaveResult

public BatchProcess createBatchProcess ()

Create an instance of BatchProcess

public BatchProcessRequest createBatchProcessRequest ()

Create an instance of BatchProcessRequest

public BatchProcessResponse createBatchProcessResponse ()

Create an instance of BatchProcessResponse

public BatchProcessResult createBatchProcessResult ()

Create an instance of BatchProcessResult

public BatchSave createBatchSave ()

Create an instance of BatchSave

public BatchSaveResponse createBatchSaveResponse ()

Create an instance of BatchSaveResponse

public BatchSaveResult createBatchSaveResult ()

Create an instance of BatchSaveResult

public DeleteRequest createDeleteRequest ()

Create an instance of DeleteRequest

public DeleteResult createDeleteResult ()

Create an instance of DeleteResult

public FetchRequest createFetchRequest ()

Create an instance of FetchRequest

public FilterRequest createFilterRequest ()

Create an instance of FilterRequest

public FilterResult createFilterResult ()

Create an instance of FilterResult

public IsAuthorized createIsAuthorized ()

Create an instance of IsAuthorized

public IsAuthorizedResponse createIsAuthorizedResponse ()

Create an instance of IsAuthorizedResponse

public IsAuthorizedResult createIsAuthorizedResult ()

Create an instance of IsAuthorizedResult

public Message createMessage ()

Create an instance of Message

public Ping createPing ()

Create an instance of Ping

public PingResponse createPingResponse ()

Create an instance of PingResponse

public PingResult createPingResult ()

Create an instance of PingResult

public Profile createProfile ()

Create an instance of Profile

public JAXBElement<Profile> createProfile (Profile value)

Create an instance of JAXBElement<Profile>}

Parameters
value