public class

CXML

extends Transaction
java.lang.Object
   ↳ com.coupa.transaction.Transaction
     ↳ com.coupa.transaction.CXML

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{}transaction">
       <sequence>
         <element ref="{}Header"/>
         <element ref="{}Request"/>
       </sequence>
       <attribute name="payloadID" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Header header
protected String payloadID
protected Request request
protected String timestamp
protected String version
Public Constructors
CXML()
Public Methods
Header getHeader()
Gets the value of the header property.
String getPayloadID()
Gets the value of the payloadID property.
Request getRequest()
Gets the value of the request property.
String getTimestamp()
Gets the value of the timestamp property.
String getVersion()
Gets the value of the version property.
void setHeader(Header value)
Sets the value of the header property.
void setPayloadID(String value)
Sets the value of the payloadID property.
void setRequest(Request value)
Sets the value of the request property.
void setTimestamp(String value)
Sets the value of the timestamp property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Header header

protected String payloadID

protected Request request

protected String timestamp

protected String version

Public Constructors

public CXML ()

Public Methods

public Header getHeader ()

Gets the value of the header property.

Returns

public String getPayloadID ()

Gets the value of the payloadID property.

Returns
  • possible object is String

public Request getRequest ()

Gets the value of the request property.

Returns

public String getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setHeader (Header value)

Sets the value of the header property.

Parameters
value Allowed object is Header

public void setPayloadID (String value)

Sets the value of the payloadID property.

Parameters
value Allowed object is String

public void setRequest (Request value)

Sets the value of the request property.

Parameters
value Allowed object is Request

public void setTimestamp (String value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String