public class

Request

extends Object
java.lang.Object
   ↳ com.coupa.transaction.Request

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 ref="{}InvoiceDetailRequest"/>
       </sequence>
       <attribute name="deploymentMode" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String deploymentMode
protected InvoiceDetailRequest invoiceDetailRequest
Public Constructors
Request()
Public Methods
String getDeploymentMode()
Gets the value of the deploymentMode property.
InvoiceDetailRequest getInvoiceDetailRequest()
Gets the value of the invoiceDetailRequest property.
void setDeploymentMode(String value)
Sets the value of the deploymentMode property.
void setInvoiceDetailRequest(InvoiceDetailRequest value)
Sets the value of the invoiceDetailRequest property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String deploymentMode

protected InvoiceDetailRequest invoiceDetailRequest

Public Constructors

public Request ()

Public Methods

public String getDeploymentMode ()

Gets the value of the deploymentMode property.

Returns
  • possible object is String

public InvoiceDetailRequest getInvoiceDetailRequest ()

Gets the value of the invoiceDetailRequest property.

Returns

public void setDeploymentMode (String value)

Sets the value of the deploymentMode property.

Parameters
value Allowed object is String

public void setInvoiceDetailRequest (InvoiceDetailRequest value)

Sets the value of the invoiceDetailRequest property.

Parameters
value Allowed object is InvoiceDetailRequest