| java.lang.Object | ||
| ↳ | com.coupa.transaction.Transaction | |
| ↳ | com.coupa.transaction.CXML | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| header | |||||||||||
| payloadID | |||||||||||
| request | |||||||||||
| timestamp | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the header property.
| |||||||||||
Gets the value of the payloadID property.
| |||||||||||
Gets the value of the request property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the header property.
| |||||||||||
Sets the value of the payloadID property.
| |||||||||||
Sets the value of the request property.
| |||||||||||
Sets the value of the timestamp property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the payloadID property.
Gets the value of the request property.
Request
Gets the value of the timestamp property.
Gets the value of the version property.
Sets the value of the header property.
| value | Allowed object is
Header
|
|---|
Sets the value of the payloadID property.
| value | Allowed object is String |
|---|
Sets the value of the request property.
| value | Allowed object is
Request
|
|---|
Sets the value of the timestamp property.
| value | Allowed object is String |
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|