public class

CountryReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CountryReferenceType

Class Overview

Country ISO code. If the Country ISO code is specified, then this ISO code will be used to determine the Country Phone Code f or the phone. Pass this ISO code to distinguish between multiple countries sharing the same Country Phone Code. (For example, Country Phone Code '1' is shared by USA, Canada, Dominican Republic, Bermuda, Jamaica and Puerto Rico)

Java class for Country_ReferenceType complex type.

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

 <complexType name="Country_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country_ISO_Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String countryISOCode
Public Constructors
CountryReferenceType()
Public Methods
String getCountryISOCode()
Gets the value of the countryISOCode property.
void setCountryISOCode(String value)
Sets the value of the countryISOCode property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String countryISOCode

Public Constructors

public CountryReferenceType ()

Public Methods

public String getCountryISOCode ()

Gets the value of the countryISOCode property.

Returns
  • possible object is String

public void setCountryISOCode (String value)

Sets the value of the countryISOCode property.

Parameters
value Allowed object is String