public static class

OrderHeaderRevision.Supplier

extends Object
java.lang.Object
   ↳ com.coupa.resources.OrderHeaderRevision.Supplier

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 name="from" type="{}supplier-summary" minOccurs="0"/>
         <element name="to" type="{}supplier-summary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected JAXBElement<SupplierSummary> from
protected JAXBElement<SupplierSummary> to
Public Constructors
OrderHeaderRevision.Supplier()
Public Methods
JAXBElement<SupplierSummary> getFrom()
Gets the value of the from property.
JAXBElement<SupplierSummary> getTo()
Gets the value of the to property.
void setFrom(JAXBElement<SupplierSummary> value)
Sets the value of the from property.
void setTo(JAXBElement<SupplierSummary> value)
Sets the value of the to property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected JAXBElement<SupplierSummary> from

protected JAXBElement<SupplierSummary> to

Public Constructors

public OrderHeaderRevision.Supplier ()

Public Methods

public JAXBElement<SupplierSummary> getFrom ()

Gets the value of the from property.

Returns

public JAXBElement<SupplierSummary> getTo ()

Gets the value of the to property.

Returns

public void setFrom (JAXBElement<SupplierSummary> value)

Sets the value of the from property.

Parameters
value Allowed object is JAXBElement<SupplierSummary>

public void setTo (JAXBElement<SupplierSummary> value)

Sets the value of the to property.

Parameters
value Allowed object is JAXBElement<SupplierSummary>