public static class

OrderLineSummaryRevision.Period

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

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

Summary

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

Fields

protected JAXBElement<PeriodSummary> from

protected JAXBElement<PeriodSummary> to

Public Constructors

public OrderLineSummaryRevision.Period ()

Public Methods

public JAXBElement<PeriodSummary> getFrom ()

Gets the value of the from property.

Returns

public JAXBElement<PeriodSummary> getTo ()

Gets the value of the to property.

Returns

public void setFrom (JAXBElement<PeriodSummary> value)

Sets the value of the from property.

Parameters
value Allowed object is JAXBElement<PeriodSummary>

public void setTo (JAXBElement<PeriodSummary> value)

Sets the value of the to property.

Parameters
value Allowed object is JAXBElement<PeriodSummary>