public class

Message

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

Class Overview

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>
 

Summary

Fields
protected String details
protected String helpLink
protected String name
protected String refersTo
protected SeverityLevel severity
protected String source
protected String summary
Public Constructors
Message()
Public Methods
String getDetails()
Gets the value of the details property.
String getHelpLink()
Gets the value of the helpLink property.
String getName()
Gets the value of the name property.
String getRefersTo()
Gets the value of the refersTo property.
SeverityLevel getSeverity()
Gets the value of the severity property.
String getSource()
Gets the value of the source property.
String getSummary()
Gets the value of the summary property.
void setDetails(String value)
Sets the value of the details property.
void setHelpLink(String value)
Sets the value of the helpLink property.
void setName(String value)
Sets the value of the name property.
void setRefersTo(String value)
Sets the value of the refersTo property.
void setSeverity(SeverityLevel value)
Sets the value of the severity property.
void setSource(String value)
Sets the value of the source property.
void setSummary(String value)
Sets the value of the summary property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String details

protected String helpLink

protected String name

protected String refersTo

protected SeverityLevel severity

protected String source

protected String summary

Public Constructors

public Message ()

Public Methods

public String getDetails ()

Gets the value of the details property.

Returns
  • possible object is String

public String getHelpLink ()

Gets the value of the helpLink property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getRefersTo ()

Gets the value of the refersTo property.

Returns
  • possible object is String

public SeverityLevel getSeverity ()

Gets the value of the severity property.

Returns

public String getSource ()

Gets the value of the source property.

Returns
  • possible object is String

public String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public void setDetails (String value)

Sets the value of the details property.

Parameters
value Allowed object is String

public void setHelpLink (String value)

Sets the value of the helpLink property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRefersTo (String value)

Sets the value of the refersTo property.

Parameters
value Allowed object is String

public void setSeverity (SeverityLevel value)

Sets the value of the severity property.

Parameters
value Allowed object is SeverityLevel

public void setSource (String value)

Sets the value of the source property.

Parameters
value Allowed object is String

public void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String