public class

TaxLocation

extends Object
java.lang.Object
   ↳ com.coupa.transaction.TaxLocation

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>NCName">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang use="required""/>
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Fields
protected String lang
protected String value
Public Constructors
TaxLocation()
Public Methods
String getLang()
Gets the value of the lang property.
String getValue()
Gets the value of the value property.
void setLang(String value)
Sets the value of the lang property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String lang

protected String value

Public Constructors

public TaxLocation ()

Public Methods

public String getLang ()

Gets the value of the lang property.

Returns
  • possible object is String

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setLang (String value)

Sets the value of the lang property.

Parameters
value Allowed object is String

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String