public class

PhoneNumberSummary

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

Class Overview

Java class for phone-number-summary complex type.

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

 <complexType name="phone-number-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="country-code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="area-code" 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="extension" type="{http://www.w3.org/2001/XMLSchema}string" 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 areaCode
protected String countryCode
protected XMLGregorianCalendar createdAt
protected UserSummary createdBy
protected String extension
protected BigInteger id
protected String number
protected XMLGregorianCalendar updatedAt
protected UserSummary updatedBy
Public Constructors
PhoneNumberSummary()
Public Methods
String getAreaCode()
Gets the value of the areaCode property.
String getCountryCode()
Gets the value of the countryCode property.
XMLGregorianCalendar getCreatedAt()
Gets the value of the createdAt property.
UserSummary getCreatedBy()
Gets the value of the createdBy property.
String getExtension()
Gets the value of the extension property.
BigInteger getId()
Gets the value of the id property.
String getNumber()
Gets the value of the number property.
XMLGregorianCalendar getUpdatedAt()
Gets the value of the updatedAt property.
UserSummary getUpdatedBy()
Gets the value of the updatedBy property.
void setAreaCode(String value)
Sets the value of the areaCode property.
void setCountryCode(String value)
Sets the value of the countryCode property.
void setCreatedAt(XMLGregorianCalendar value)
Sets the value of the createdAt property.
void setCreatedBy(UserSummary value)
Sets the value of the createdBy property.
void setExtension(String value)
Sets the value of the extension property.
void setId(BigInteger value)
Sets the value of the id property.
void setNumber(String value)
Sets the value of the number 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 areaCode

protected String countryCode

protected XMLGregorianCalendar createdAt

protected UserSummary createdBy

protected String extension

protected BigInteger id

protected String number

protected XMLGregorianCalendar updatedAt

protected UserSummary updatedBy

Public Constructors

public PhoneNumberSummary ()

Public Methods

public String getAreaCode ()

Gets the value of the areaCode property.

Returns
  • possible object is String

public String getCountryCode ()

Gets the value of the countryCode property.

Returns
  • possible object is String

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 String getExtension ()

Gets the value of the extension property.

Returns
  • possible object is String

public BigInteger getId ()

Gets the value of the id property.

Returns
  • possible object is BigInteger

public String getNumber ()

Gets the value of the number 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 setAreaCode (String value)

Sets the value of the areaCode property.

Parameters
value Allowed object is String

public void setCountryCode (String value)

Sets the value of the countryCode property.

Parameters
value Allowed object is String

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

Sets the value of the extension property.

Parameters
value Allowed object is String

public void setId (BigInteger value)

Sets the value of the id property.

Parameters
value Allowed object is BigInteger

public void setNumber (String value)

Sets the value of the number 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