public class

InvoiceDetailLineIndicator

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

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="isTaxInLine" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="isAccountingInLine" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String isAccountingInLine
protected String isTaxInLine
Public Constructors
InvoiceDetailLineIndicator()
Public Methods
String getIsAccountingInLine()
Gets the value of the isAccountingInLine property.
String getIsTaxInLine()
Gets the value of the isTaxInLine property.
void setIsAccountingInLine(String value)
Sets the value of the isAccountingInLine property.
void setIsTaxInLine(String value)
Sets the value of the isTaxInLine property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String isAccountingInLine

protected String isTaxInLine

Public Constructors

public InvoiceDetailLineIndicator ()

Public Methods

public String getIsAccountingInLine ()

Gets the value of the isAccountingInLine property.

Returns
  • possible object is String

public String getIsTaxInLine ()

Gets the value of the isTaxInLine property.

Returns
  • possible object is String

public void setIsAccountingInLine (String value)

Sets the value of the isAccountingInLine property.

Parameters
value Allowed object is String

public void setIsTaxInLine (String value)

Sets the value of the isTaxInLine property.

Parameters
value Allowed object is String