public class

CountryOfBirthReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.benefits.CountryOfBirthReferenceType

Class Overview

Reference element representing a unique instance of Country of Birth.

Java class for Country_Of_Birth_ReferenceType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected CountryReferenceType countryReference
Public Constructors
CountryOfBirthReferenceType()
Public Methods
CountryReferenceType getCountryReference()
Gets the value of the countryReference property.
void setCountryReference(CountryReferenceType value)
Sets the value of the countryReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CountryReferenceType countryReference

Public Constructors

public CountryOfBirthReferenceType ()

Public Methods

public CountryReferenceType getCountryReference ()

Gets the value of the countryReference property.

Returns

public void setCountryReference (CountryReferenceType value)

Sets the value of the countryReference property.

Parameters
value Allowed object is CountryReferenceType