public class

InvoiceDetailOrderInfo

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

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="{}OrderReference" minOccurs="0"/>
         <element ref="{}MasterAgreementIDInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected MasterAgreementIDInfo masterAgreementIDInfo
protected OrderReference orderReference
Public Constructors
InvoiceDetailOrderInfo()
Public Methods
MasterAgreementIDInfo getMasterAgreementIDInfo()
Gets the value of the masterAgreementIDInfo property.
OrderReference getOrderReference()
Gets the value of the orderReference property.
void setMasterAgreementIDInfo(MasterAgreementIDInfo value)
Sets the value of the masterAgreementIDInfo property.
void setOrderReference(OrderReference value)
Sets the value of the orderReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected MasterAgreementIDInfo masterAgreementIDInfo

protected OrderReference orderReference

Public Constructors

public InvoiceDetailOrderInfo ()

Public Methods

public MasterAgreementIDInfo getMasterAgreementIDInfo ()

Gets the value of the masterAgreementIDInfo property.

Returns

public OrderReference getOrderReference ()

Gets the value of the orderReference property.

Returns

public void setMasterAgreementIDInfo (MasterAgreementIDInfo value)

Sets the value of the masterAgreementIDInfo property.

Parameters
value Allowed object is MasterAgreementIDInfo

public void setOrderReference (OrderReference value)

Sets the value of the orderReference property.

Parameters
value Allowed object is OrderReference