public class

Extrinsic

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

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

Summary

Fields
protected List<IdReference> idReference
protected String name
Public Constructors
Extrinsic()
Public Methods
List<IdReference> getIdReference()
Gets the value of the idReference property.
String getName()
Gets the value of the name property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<IdReference> idReference

protected String name

Public Constructors

public Extrinsic ()

Public Methods

public List<IdReference> getIdReference ()

Gets the value of the idReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the idReference property.

For example, to add a new item, do as follows:

    getIdReference().add(newItem);
 

Objects of the following type(s) are allowed in the list IdReference

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String