public class

CountrySummary

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

Class Overview

Java class for country-summary complex type.

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

 <complexType name="country-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="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String code
protected BigInteger id
protected String name
Public Constructors
CountrySummary()
Public Methods
String getCode()
Gets the value of the code property.
BigInteger getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
void setCode(String value)
Sets the value of the code property.
void setId(BigInteger value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String code

protected BigInteger id

protected String name

Public Constructors

public CountrySummary ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

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

Sets the value of the code 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 setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String