public static class

OrderLineSummaryRevision.Uom

extends Object
java.lang.Object
   ↳ com.coupa.resources.OrderLineSummaryRevision.Uom

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

Summary

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

Fields

protected JAXBElement<UomSummary> from

protected JAXBElement<UomSummary> to

Public Constructors

public OrderLineSummaryRevision.Uom ()

Public Methods

public JAXBElement<UomSummary> getFrom ()

Gets the value of the from property.

Returns

public JAXBElement<UomSummary> getTo ()

Gets the value of the to property.

Returns

public void setFrom (JAXBElement<UomSummary> value)

Sets the value of the from property.

Parameters
value Allowed object is JAXBElement<UomSummary>

public void setTo (JAXBElement<UomSummary> value)

Sets the value of the to property.

Parameters
value Allowed object is JAXBElement<UomSummary>