| java.lang.Object | |
| ↳ | workday.com.bsvc.CountryRegionReferenceType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| countryReference | |||||||||||
| countryRegionName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the countryReference property.
| |||||||||||
Gets the value of the countryRegionName property.
| |||||||||||
Sets the value of the countryReference property.
| |||||||||||
Sets the value of the countryRegionName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the countryReference property.
CountryReferenceType
Gets the value of the countryRegionName property.
Sets the value of the countryReference property.
| value | Allowed object is
CountryReferenceType
|
|---|
Sets the value of the countryRegionName property.
| value | Allowed object is String |
|---|

