public class

InvoiceDetailOrder

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

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="{}InvoiceDetailOrderInfo"/>
         <element ref="{}InvoiceDetailItem" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}InvoiceDetailServiceItem" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<InvoiceDetailItem> invoiceDetailItem
protected InvoiceDetailOrderInfo invoiceDetailOrderInfo
protected List<InvoiceDetailServiceItem> invoiceDetailServiceItem
Public Constructors
InvoiceDetailOrder()
Public Methods
List<InvoiceDetailItem> getInvoiceDetailItem()
Gets the value of the invoiceDetailItem property.
InvoiceDetailOrderInfo getInvoiceDetailOrderInfo()
Gets the value of the invoiceDetailOrderInfo property.
List<InvoiceDetailServiceItem> getInvoiceDetailServiceItem()
Gets the value of the invoiceDetailServiceItem property.
void setInvoiceDetailOrderInfo(InvoiceDetailOrderInfo value)
Sets the value of the invoiceDetailOrderInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<InvoiceDetailItem> invoiceDetailItem

protected InvoiceDetailOrderInfo invoiceDetailOrderInfo

protected List<InvoiceDetailServiceItem> invoiceDetailServiceItem

Public Constructors

public InvoiceDetailOrder ()

Public Methods

public List<InvoiceDetailItem> getInvoiceDetailItem ()

Gets the value of the invoiceDetailItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the invoiceDetailItem property.

For example, to add a new item, do as follows:

    getInvoiceDetailItem().add(newItem);
 

Objects of the following type(s) are allowed in the list InvoiceDetailItem

public InvoiceDetailOrderInfo getInvoiceDetailOrderInfo ()

Gets the value of the invoiceDetailOrderInfo property.

Returns

public List<InvoiceDetailServiceItem> getInvoiceDetailServiceItem ()

Gets the value of the invoiceDetailServiceItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the invoiceDetailServiceItem property.

For example, to add a new item, do as follows:

    getInvoiceDetailServiceItem().add(newItem);
 

Objects of the following type(s) are allowed in the list InvoiceDetailServiceItem

public void setInvoiceDetailOrderInfo (InvoiceDetailOrderInfo value)

Sets the value of the invoiceDetailOrderInfo property.

Parameters
value Allowed object is InvoiceDetailOrderInfo