public class

InvoiceDetailItemReference

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

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="{}Description"/>
       </sequence>
       <attribute name="lineNumber" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Description description
protected BigInteger lineNumber
Public Constructors
InvoiceDetailItemReference()
Public Methods
Description getDescription()
Gets the value of the description property.
BigInteger getLineNumber()
Gets the value of the lineNumber property.
void setDescription(Description value)
Sets the value of the description property.
void setLineNumber(BigInteger value)
Sets the value of the lineNumber property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Description description

protected BigInteger lineNumber

Public Constructors

public InvoiceDetailItemReference ()

Public Methods

public Description getDescription ()

Gets the value of the description property.

Returns

public BigInteger getLineNumber ()

Gets the value of the lineNumber property.

Returns
  • possible object is BigInteger

public void setDescription (Description value)

Sets the value of the description property.

Parameters
value Allowed object is Description

public void setLineNumber (BigInteger value)

Sets the value of the lineNumber property.

Parameters
value Allowed object is BigInteger