public class

AddressSummary

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

Class Overview

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>
 

Summary

Fields
protected String active
protected String attention
protected String city
protected CountrySummary country
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
protected BigInteger id
protected String name
protected String postalCode
protected String state
protected String street1
protected String street2
protected XMLGregorianCalendar updatedAt
protected UserSummary updatedBy
Public Constructors
AddressSummary()
Public Methods
String getActive()
Gets the value of the active property.
String getAttention()
Gets the value of the attention property.
String getCity()
Gets the value of the city property.
CountrySummary getCountry()
Gets the value of the country property.
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
BigInteger getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
String getPostalCode()
Gets the value of the postalCode property.
String getState()
Gets the value of the state property.
String getStreet1()
Gets the value of the street1 property.
String getStreet2()
Gets the value of the street2 property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
void setActive(String value)
Sets the value of the active property.
void setAttention(String value)
Sets the value of the attention property.
void setCity(String value)
Sets the value of the city property.
void setCountry(CountrySummary value)
Sets the value of the country property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setId(BigInteger value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
void setPostalCode(String value)
Sets the value of the postalCode property.
void setState(String value)
Sets the value of the state property.
void setStreet1(String value)
Sets the value of the street1 property.
void setStreet2(String value)
Sets the value of the street2 property.
void setUpdatedAt(XMLGregorianCalendar value)
Sets the value of the updatedAt property.
void setUpdatedBy(UserSummary value)
Sets the value of the updatedBy property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String active

protected String attention

protected String city

protected CountrySummary country

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

protected BigInteger id

protected String name

protected String postalCode

protected String state

protected String street1

protected String street2

protected XMLGregorianCalendar updatedAt

protected UserSummary updatedBy

Public Constructors

public AddressSummary ()

Public Methods

public String getActive ()

Gets the value of the active property.

Returns
  • possible object is String

public String getAttention ()

Gets the value of the attention property.

Returns
  • possible object is String

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public CountrySummary getCountry ()

Gets the value of the country property.

Returns

public XMLGregorianCalendar getCreatedAt ()

Gets the value of the createdAt property.

Returns
  • possible object is XMLGregorianCalendar

public UserSummary getCreatedBy ()

Gets the value of the createdBy property.

Returns

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 getPostalCode ()

Gets the value of the postalCode property.

Returns
  • possible object is String

public String getState ()

Gets the value of the state property.

Returns
  • possible object is String

public String getStreet1 ()

Gets the value of the street1 property.

Returns
  • possible object is String

public String getStreet2 ()

Gets the value of the street2 property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedAt ()

Gets the value of the updatedAt property.

Returns
  • possible object is XMLGregorianCalendar

public UserSummary getUpdatedBy ()

Gets the value of the updatedBy property.

Returns

public void setActive (String value)

Sets the value of the active property.

Parameters
value Allowed object is String

public void setAttention (String value)

Sets the value of the attention property.

Parameters
value Allowed object is String

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCountry (CountrySummary value)

Sets the value of the country property.

Parameters
value Allowed object is CountrySummary

public void setCreatedAt (XMLGregorianCalendar value)

Sets the value of the createdAt property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedBy (UserSummary value)

Sets the value of the createdBy property.

Parameters
value Allowed object is UserSummary

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 setPostalCode (String value)

Sets the value of the postalCode property.

Parameters
value Allowed object is String

public void setState (String value)

Sets the value of the state property.

Parameters
value Allowed object is String

public void setStreet1 (String value)

Sets the value of the street1 property.

Parameters
value Allowed object is String

public void setStreet2 (String value)

Sets the value of the street2 property.

Parameters
value Allowed object is String

public void setUpdatedAt (XMLGregorianCalendar value)

Sets the value of the updatedAt property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedBy (UserSummary value)

Sets the value of the updatedBy property.

Parameters
value Allowed object is UserSummary