public static class

OrderHeaderRevision.CreatedBy

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

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

Summary

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

Fields

protected JAXBElement<UserSummary> from

protected JAXBElement<UserSummary> to

Public Constructors

public OrderHeaderRevision.CreatedBy ()

Public Methods

public JAXBElement<UserSummary> getFrom ()

Gets the value of the from property.

Returns

public JAXBElement<UserSummary> getTo ()

Gets the value of the to property.

Returns

public void setFrom (JAXBElement<UserSummary> value)

Sets the value of the from property.

Parameters
value Allowed object is JAXBElement<UserSummary>

public void setTo (JAXBElement<UserSummary> value)

Sets the value of the to property.

Parameters
value Allowed object is JAXBElement<UserSummary>