public class

GovernmentIDType

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

Class Overview

Encapsulating element for all Government Identifier data.

Java class for Government_IDType complex type.

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

 <complexType name="Government_IDType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Government_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
         <element name="Government_ID_Data" type="{urn:com.workday/bsvc}Government_ID_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GovernmentIDDataType governmentIDData
protected UniqueIdentifierObjectType governmentIDReference
Public Constructors
GovernmentIDType()
Public Methods
GovernmentIDDataType getGovernmentIDData()
Gets the value of the governmentIDData property.
UniqueIdentifierObjectType getGovernmentIDReference()
Gets the value of the governmentIDReference property.
void setGovernmentIDData(GovernmentIDDataType value)
Sets the value of the governmentIDData property.
void setGovernmentIDReference(UniqueIdentifierObjectType value)
Sets the value of the governmentIDReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GovernmentIDDataType governmentIDData

protected UniqueIdentifierObjectType governmentIDReference

Public Constructors

public GovernmentIDType ()

Public Methods

public GovernmentIDDataType getGovernmentIDData ()

Gets the value of the governmentIDData property.

Returns

public UniqueIdentifierObjectType getGovernmentIDReference ()

Gets the value of the governmentIDReference property.

Returns

public void setGovernmentIDData (GovernmentIDDataType value)

Sets the value of the governmentIDData property.

Parameters
value Allowed object is GovernmentIDDataType

public void setGovernmentIDReference (UniqueIdentifierObjectType value)

Sets the value of the governmentIDReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType