public static class

OrderHeaderRevision.CreatedAt

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

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

Summary

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

Fields

protected JAXBElement<XMLGregorianCalendar> from

protected JAXBElement<XMLGregorianCalendar> to

Public Constructors

public OrderHeaderRevision.CreatedAt ()

Public Methods

public JAXBElement<XMLGregorianCalendar> getFrom ()

Gets the value of the from property.

Returns
  • possible object is JAXBElement<XMLGregorianCalendar>

public JAXBElement<XMLGregorianCalendar> getTo ()

Gets the value of the to property.

Returns
  • possible object is JAXBElement<XMLGregorianCalendar>

public void setFrom (JAXBElement<XMLGregorianCalendar> value)

Sets the value of the from property.

Parameters
value Allowed object is JAXBElement<XMLGregorianCalendar>

public void setTo (JAXBElement<XMLGregorianCalendar> value)

Sets the value of the to property.

Parameters
value Allowed object is JAXBElement<XMLGregorianCalendar>