public class

BaseResult

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.BaseResult
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Java class for BaseResult complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BaseResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResultCode" type="{http://avatax.avalara.com/services}SeverityLevel"/>
         <element name="Messages" type="{http://avatax.avalara.com/services}ArrayOfMessage" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfMessage messages
protected SeverityLevel resultCode
protected String transactionId
Public Constructors
BaseResult()
Public Methods
ArrayOfMessage getMessages()
Gets the value of the messages property.
SeverityLevel getResultCode()
Gets the value of the resultCode property.
String getTransactionId()
Gets the value of the transactionId property.
void setMessages(ArrayOfMessage value)
Sets the value of the messages property.
void setResultCode(SeverityLevel value)
Sets the value of the resultCode property.
void setTransactionId(String value)
Sets the value of the transactionId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfMessage messages

protected SeverityLevel resultCode

protected String transactionId

Public Constructors

public BaseResult ()

Public Methods

public ArrayOfMessage getMessages ()

Gets the value of the messages property.

Returns

public SeverityLevel getResultCode ()

Gets the value of the resultCode property.

Returns

public String getTransactionId ()

Gets the value of the transactionId property.

Returns
  • possible object is String

public void setMessages (ArrayOfMessage value)

Sets the value of the messages property.

Parameters
value Allowed object is ArrayOfMessage

public void setResultCode (SeverityLevel value)

Sets the value of the resultCode property.

Parameters
value Allowed object is SeverityLevel

public void setTransactionId (String value)

Sets the value of the transactionId property.

Parameters
value Allowed object is String