public class

Profile

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

Class Overview

Java class for Profile complex type.

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

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

Summary

Fields
protected String adapter
protected String client
protected String machine
protected String name
private Map<QName, String> otherAttributes
Public Constructors
Profile()
Public Methods
String getAdapter()
Gets the value of the adapter property.
String getClient()
Gets the value of the client property.
String getMachine()
Gets the value of the machine property.
String getName()
Gets the value of the name property.
Map<QName, String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
void setAdapter(String value)
Sets the value of the adapter property.
void setClient(String value)
Sets the value of the client property.
void setMachine(String value)
Sets the value of the machine property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String adapter

protected String client

protected String machine

protected String name

private Map<QName, String> otherAttributes

Public Constructors

public Profile ()

Public Methods

public String getAdapter ()

Gets the value of the adapter property.

Returns
  • possible object is String

public String getClient ()

Gets the value of the client property.

Returns
  • possible object is String

public String getMachine ()

Gets the value of the machine property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name 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 setAdapter (String value)

Sets the value of the adapter property.

Parameters
value Allowed object is String

public void setClient (String value)

Sets the value of the client property.

Parameters
value Allowed object is String

public void setMachine (String value)

Sets the value of the machine 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