| java.lang.Object | |
| ↳ | com.avalara.avatax.services.BaseResult |
Known Direct Subclasses
|
Known Indirect Subclasses
|
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| messages | |||||||||||
| resultCode | |||||||||||
| transactionId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the messages property.
| |||||||||||
Gets the value of the resultCode property.
| |||||||||||
Gets the value of the transactionId property.
| |||||||||||
Sets the value of the messages property.
| |||||||||||
Sets the value of the resultCode property.
| |||||||||||
Sets the value of the transactionId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the messages property.
ArrayOfMessage
Gets the value of the resultCode property.
SeverityLevel
Gets the value of the transactionId property.
Sets the value of the messages property.
| value | Allowed object is
ArrayOfMessage
|
|---|
Sets the value of the resultCode property.
| value | Allowed object is
SeverityLevel
|
|---|
Sets the value of the transactionId property.
| value | Allowed object is String |
|---|