public class

IdReference

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

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

Summary

Fields
protected Description description
protected String domain
protected String identifier
Public Constructors
IdReference()
Public Methods
Description getDescription()
Gets the value of the description property.
String getDomain()
Gets the value of the domain property.
String getIdentifier()
Gets the value of the identifier property.
void setDescription(Description value)
Sets the value of the description property.
void setDomain(String value)
Sets the value of the domain property.
void setIdentifier(String value)
Sets the value of the identifier property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Description description

protected String domain

protected String identifier

Public Constructors

public IdReference ()

Public Methods

public Description getDescription ()

Gets the value of the description property.

Returns

public String getDomain ()

Gets the value of the domain property.

Returns
  • possible object is String

public String getIdentifier ()

Gets the value of the identifier property.

Returns
  • possible object is String

public void setDescription (Description value)

Sets the value of the description property.

Parameters
value Allowed object is Description

public void setDomain (String value)

Sets the value of the domain property.

Parameters
value Allowed object is String

public void setIdentifier (String value)

Sets the value of the identifier property.

Parameters
value Allowed object is String