public class

InvoiceDetailServiceItem

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

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">
       <sequence>
         <element ref="{}InvoiceDetailServiceItemReference"/>
         <element ref="{}SubtotalAmount"/>
         <element ref="{}Tax"/>
         <element ref="{}Distribution"/>
       </sequence>
       <attribute name="invoiceLineNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Distribution distribution
protected InvoiceDetailServiceItemReference invoiceDetailServiceItemReference
protected BigInteger invoiceLineNumber
protected MoneyType subtotalAmount
protected Tax tax
Public Constructors
InvoiceDetailServiceItem()
Public Methods
Distribution getDistribution()
Gets the value of the distribution property.
InvoiceDetailServiceItemReference getInvoiceDetailServiceItemReference()
Gets the value of the invoiceDetailServiceItemReference property.
BigInteger getInvoiceLineNumber()
Gets the value of the invoiceLineNumber property.
MoneyType getSubtotalAmount()
Gets the value of the subtotalAmount property.
Tax getTax()
Gets the value of the tax property.
void setDistribution(Distribution value)
Sets the value of the distribution property.
void setInvoiceDetailServiceItemReference(InvoiceDetailServiceItemReference value)
Sets the value of the invoiceDetailServiceItemReference property.
void setInvoiceLineNumber(BigInteger value)
Sets the value of the invoiceLineNumber property.
void setSubtotalAmount(MoneyType value)
Sets the value of the subtotalAmount property.
void setTax(Tax value)
Sets the value of the tax property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Distribution distribution

protected InvoiceDetailServiceItemReference invoiceDetailServiceItemReference

protected BigInteger invoiceLineNumber

protected MoneyType subtotalAmount

protected Tax tax

Public Constructors

public InvoiceDetailServiceItem ()

Public Methods

public Distribution getDistribution ()

Gets the value of the distribution property.

Returns

public InvoiceDetailServiceItemReference getInvoiceDetailServiceItemReference ()

Gets the value of the invoiceDetailServiceItemReference property.

Returns

public BigInteger getInvoiceLineNumber ()

Gets the value of the invoiceLineNumber property.

Returns
  • possible object is BigInteger

public MoneyType getSubtotalAmount ()

Gets the value of the subtotalAmount property.

Returns

public Tax getTax ()

Gets the value of the tax property.

Returns
  • possible object is Tax

public void setDistribution (Distribution value)

Sets the value of the distribution property.

Parameters
value Allowed object is Distribution

public void setInvoiceDetailServiceItemReference (InvoiceDetailServiceItemReference value)

Sets the value of the invoiceDetailServiceItemReference property.

Parameters
value Allowed object is InvoiceDetailServiceItemReference

public void setInvoiceLineNumber (BigInteger value)

Sets the value of the invoiceLineNumber property.

Parameters
value Allowed object is BigInteger

public void setSubtotalAmount (MoneyType value)

Sets the value of the subtotalAmount property.

Parameters
value Allowed object is MoneyType

public void setTax (Tax value)

Sets the value of the tax property.

Parameters
value Allowed object is Tax