public class

InvoiceDetailServiceItemReference

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

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
InvoiceDetailServiceItemReference()
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 InvoiceDetailServiceItemReference ()

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