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 _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
ArrayOfMessage createArrayOfMessage()
Create an instance of ArrayOfMessage
ArrayOfValidAddress createArrayOfValidAddress()
Create an instance of ArrayOfValidAddress
BaseAddress createBaseAddress()
Create an instance of BaseAddress
BaseResult createBaseResult()
Create an instance of BaseResult
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
JAXBElement<Profile> createProfile(Profile value)
Create an instance of JAXBElement<Profile>}
Profile createProfile()
Create an instance of Profile
ValidAddress createValidAddress()
Create an instance of ValidAddress
Validate createValidate()
Create an instance of Validate
ValidateRequest createValidateRequest()
Create an instance of ValidateRequest
ValidateResponse createValidateResponse()
Create an instance of ValidateResponse
ValidateResult createValidateResult()
Create an instance of ValidateResult
[Expand]
Inherited Methods
From class java.lang.Object

Fields

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 ArrayOfMessage createArrayOfMessage ()

Create an instance of ArrayOfMessage

public ArrayOfValidAddress createArrayOfValidAddress ()

Create an instance of ArrayOfValidAddress

public BaseAddress createBaseAddress ()

Create an instance of BaseAddress

public BaseResult createBaseResult ()

Create an instance of BaseResult

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 JAXBElement<Profile> createProfile (Profile value)

Create an instance of JAXBElement<Profile>}

Parameters
value

public Profile createProfile ()

Create an instance of Profile

public ValidAddress createValidAddress ()

Create an instance of ValidAddress

public Validate createValidate ()

Create an instance of Validate

public ValidateRequest createValidateRequest ()

Create an instance of ValidateRequest

public ValidateResponse createValidateResponse ()

Create an instance of ValidateResponse

public ValidateResult createValidateResult ()

Create an instance of ValidateResult