public class

CountryRegionReferenceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CountryRegionReferenceType

Class Overview

Reference element representing a unique instance of Country Region. Note that this is a multipart key of Region name and Country code.

Java class for Country_Region_ReferenceType complex type.

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

 <complexType name="Country_Region_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Country_Reference" type="{urn:com.workday/bsvc}Country_ReferenceType"/>
         <element name="Country_Region_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CountryReferenceType countryReference
protected String countryRegionName
Public Constructors
CountryRegionReferenceType()
Public Methods
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
String getCountryRegionName()
Gets the value of the countryRegionName property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
void setCountryRegionName(String value)
Sets the value of the countryRegionName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CountryReferenceType countryReference

protected String countryRegionName

Public Constructors

public CountryRegionReferenceType ()

Public Methods

public CountryReferenceType getCountryReference ()

Gets the value of the countryReference property.

Returns

public String getCountryRegionName ()

Gets the value of the countryRegionName property.

Returns
  • possible object is String

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType

public void setCountryRegionName (String value)

Sets the value of the countryRegionName property.

Parameters
value Allowed object is String