public static class

OrderLineSummaryRevision.Account

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

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

Summary

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

Fields

protected JAXBElement<AccountSummary> from

protected JAXBElement<AccountSummary> to

Public Constructors

public OrderLineSummaryRevision.Account ()

Public Methods

public JAXBElement<AccountSummary> getFrom ()

Gets the value of the from property.

Returns

public JAXBElement<AccountSummary> getTo ()

Gets the value of the to property.

Returns

public void setFrom (JAXBElement<AccountSummary> value)

Sets the value of the from property.

Parameters
value Allowed object is JAXBElement<AccountSummary>

public void setTo (JAXBElement<AccountSummary> value)

Sets the value of the to property.

Parameters
value Allowed object is JAXBElement<AccountSummary>