public class

OrderReference

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

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="{}DocumentReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DocumentReference documentReference
Public Constructors
OrderReference()
Public Methods
DocumentReference getDocumentReference()
Gets the value of the documentReference property.
void setDocumentReference(DocumentReference value)
Sets the value of the documentReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DocumentReference documentReference

Public Constructors

public OrderReference ()

Public Methods

public DocumentReference getDocumentReference ()

Gets the value of the documentReference property.

Returns

public void setDocumentReference (DocumentReference value)

Sets the value of the documentReference property.

Parameters
value Allowed object is DocumentReference