public class

AuditMessage

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

Class Overview

Java class for AuditMessage complex type.

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

 <complexType name="AuditMessage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <anyAttribute/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String message
private Map<QName, String> otherAttributes
Public Constructors
AuditMessage()
Public Methods
String getMessage()
Gets the value of the message property.
Map<QName, String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
void setMessage(String value)
Sets the value of the message property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String message

private Map<QName, String> otherAttributes

Public Constructors

public AuditMessage ()

Public Methods

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public Map<QName, String> getOtherAttributes ()

Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns
  • always non-null

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String