public class

DocumentReference

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

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

Summary

Fields
protected BigInteger payloadID
Public Constructors
DocumentReference()
Public Methods
BigInteger getPayloadID()
Gets the value of the payloadID property.
void setPayloadID(BigInteger value)
Sets the value of the payloadID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigInteger payloadID

Public Constructors

public DocumentReference ()

Public Methods

public BigInteger getPayloadID ()

Gets the value of the payloadID property.

Returns
  • possible object is BigInteger

public void setPayloadID (BigInteger value)

Sets the value of the payloadID property.

Parameters
value Allowed object is BigInteger