| java.lang.Object | |
| ↳ | com.coupa.resources.SupplierSummary |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | |||||||||||
| name | |||||||||||
| number | |||||||||||
| primaryAddress | |||||||||||
| primaryContact | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the number property.
| |||||||||||
Gets the value of the primaryAddress property.
| |||||||||||
Gets the value of the primaryContact property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the number property.
| |||||||||||
Sets the value of the primaryAddress property.
| |||||||||||
Sets the value of the primaryContact property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the id property.
Gets the value of the name property.
Gets the value of the number property.
Gets the value of the primaryAddress property.
AddressSummary
Gets the value of the primaryContact property.
ContactSummary
Sets the value of the id property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the number property.
| value | Allowed object is String |
|---|
Sets the value of the primaryAddress property.
| value | Allowed object is
AddressSummary
|
|---|
Sets the value of the primaryContact property.
| value | Allowed object is
ContactSummary
|
|---|