| java.lang.Object | |
| ↳ | com.coupa.resources.AddressSummary |
Java class for address-summary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="address-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="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="street1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="street2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="city" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="postal-code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="attention" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="country" type="{}country-summary" minOccurs="0"/>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| active | |||||||||||
| attention | |||||||||||
| city | |||||||||||
| country | |||||||||||
| createdAt | |||||||||||
| createdBy | |||||||||||
| id | |||||||||||
| name | |||||||||||
| postalCode | |||||||||||
| state | |||||||||||
| street1 | |||||||||||
| street2 | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the active property.
| |||||||||||
Gets the value of the attention property.
| |||||||||||
Gets the value of the city property.
| |||||||||||
Gets the value of the country property.
| |||||||||||
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the postalCode property.
| |||||||||||
Gets the value of the state property.
| |||||||||||
Gets the value of the street1 property.
| |||||||||||
Gets the value of the street2 property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
Sets the value of the attention property.
| |||||||||||
Sets the value of the city property.
| |||||||||||
Sets the value of the country property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the postalCode property.
| |||||||||||
Sets the value of the state property.
| |||||||||||
Sets the value of the street1 property.
| |||||||||||
Sets the value of the street2 property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the active property.
Gets the value of the attention property.
Gets the value of the city property.
Gets the value of the country property.
CountrySummary
Gets the value of the createdAt property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the id property.
Gets the value of the name property.
Gets the value of the postalCode property.
Gets the value of the state property.
Gets the value of the street1 property.
Gets the value of the street2 property.
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
UserSummary
Sets the value of the active property.
| value | Allowed object is String |
|---|
Sets the value of the attention property.
| value | Allowed object is String |
|---|
Sets the value of the city property.
| value | Allowed object is String |
|---|
Sets the value of the country property.
| value | Allowed object is
CountrySummary
|
|---|
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is
UserSummary
|
|---|
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 postalCode property.
| value | Allowed object is String |
|---|
Sets the value of the state property.
| value | Allowed object is String |
|---|
Sets the value of the street1 property.
| value | Allowed object is String |
|---|
Sets the value of the street2 property.
| value | Allowed object is String |
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|