public class

SupplierSummary

extends Object
java.lang.Object
   ↳ com.coupa.resources.SupplierSummary

Class Overview

Java class for supplier-summary complex type.

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

 <complexType name="supplier-summary">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="number" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="primary-contact" type="{}contact-summary" minOccurs="0"/>
         <element name="primary-address" type="{}address-summary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigInteger id
protected String name
protected String number
protected AddressSummary primaryAddress
protected ContactSummary primaryContact
Public Constructors
SupplierSummary()
Public Methods
BigInteger getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
String getNumber()
Gets the value of the number property.
AddressSummary getPrimaryAddress()
Gets the value of the primaryAddress property.
ContactSummary getPrimaryContact()
Gets the value of the primaryContact property.
void setId(BigInteger value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setNumber(String value)
Sets the value of the number property.
void setPrimaryAddress(AddressSummary value)
Sets the value of the primaryAddress property.
void setPrimaryContact(ContactSummary value)
Sets the value of the primaryContact property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigInteger id

protected String name

protected String number

protected AddressSummary primaryAddress

protected ContactSummary primaryContact

Public Constructors

public SupplierSummary ()

Public Methods

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getNumber ()

Gets the value of the number property.

Returns
  • possible object is String

public AddressSummary getPrimaryAddress ()

Gets the value of the primaryAddress property.

Returns

public ContactSummary getPrimaryContact ()

Gets the value of the primaryContact property.

Returns

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setNumber (String value)

Sets the value of the number property.

Parameters
value Allowed object is String

public void setPrimaryAddress (AddressSummary value)

Sets the value of the primaryAddress property.

Parameters
value Allowed object is AddressSummary

public void setPrimaryContact (ContactSummary value)

Sets the value of the primaryContact property.

Parameters
value Allowed object is ContactSummary