java.lang.Object | |
↳ | com.avalara.avatax.services.Message |
Java class for Message complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Message"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="HelpLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RefersTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Severity" type="{http://avatax.avalara.com/services}SeverityLevel"/> <element name="Source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
details | |||||||||||
helpLink | |||||||||||
name | |||||||||||
refersTo | |||||||||||
severity | |||||||||||
source | |||||||||||
summary |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the details property.
| |||||||||||
Gets the value of the helpLink property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the refersTo property.
| |||||||||||
Gets the value of the severity property.
| |||||||||||
Gets the value of the source property.
| |||||||||||
Gets the value of the summary property.
| |||||||||||
Sets the value of the details property.
| |||||||||||
Sets the value of the helpLink property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the refersTo property.
| |||||||||||
Sets the value of the severity property.
| |||||||||||
Sets the value of the source property.
| |||||||||||
Sets the value of the summary property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the details property.
Gets the value of the helpLink property.
Gets the value of the name property.
Gets the value of the refersTo property.
Gets the value of the severity property.
SeverityLevel
Gets the value of the source property.
Gets the value of the summary property.
Sets the value of the details property.
value | Allowed object is String |
---|
Sets the value of the helpLink property.
value | Allowed object is String |
---|
Sets the value of the name property.
value | Allowed object is String |
---|
Sets the value of the refersTo property.
value | Allowed object is String |
---|
Sets the value of the severity property.
value | Allowed object is
SeverityLevel
|
---|
Sets the value of the source property.
value | Allowed object is String |
---|
Sets the value of the summary property.
value | Allowed object is String |
---|