public static class

OrderLineSummaryRevision.Quantity

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

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="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
         <element name="to" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

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

Fields

protected JAXBElement<Float> from

protected JAXBElement<Float> to

Public Constructors

public OrderLineSummaryRevision.Quantity ()

Public Methods

public JAXBElement<Float> getFrom ()

Gets the value of the from property.

Returns
  • possible object is JAXBElement<Float>

public JAXBElement<Float> getTo ()

Gets the value of the to property.

Returns
  • possible object is JAXBElement<Float>

public void setFrom (JAXBElement<Float> value)

Sets the value of the from property.

Parameters
value Allowed object is JAXBElement<Float>

public void setTo (JAXBElement<Float> value)

Sets the value of the to property.

Parameters
value Allowed object is JAXBElement<Float>