| java.lang.Object | |
| ↳ | workday.com.bsvc.GovernmentIDType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| governmentIDData | |||||||||||
| governmentIDReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the governmentIDData property.
| |||||||||||
Gets the value of the governmentIDReference property.
| |||||||||||
Sets the value of the governmentIDData property.
| |||||||||||
Sets the value of the governmentIDReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the governmentIDData property.
GovernmentIDDataType
Gets the value of the governmentIDReference property.
UniqueIdentifierObjectType
Sets the value of the governmentIDData property.
| value | Allowed object is
GovernmentIDDataType
|
|---|
Sets the value of the governmentIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|

