| java.lang.Object | |
| ↳ | com.workday.staffing.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"/>
<element name="Government_ID_Shared_Reference" type="{urn:com.workday/bsvc}Government_Identifier_ReferenceObjectType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| governmentIDData | |||||||||||
| governmentIDReference | |||||||||||
| governmentIDSharedReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the governmentIDData property.
| |||||||||||
Gets the value of the governmentIDReference property.
| |||||||||||
Gets the value of the governmentIDSharedReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the governmentIDData property.
| |||||||||||
Sets the value of the governmentIDReference property.
| |||||||||||
Sets the value of the governmentIDSharedReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.
Gets the value of the governmentIDData property.
GovernmentIDDataType
Gets the value of the governmentIDReference property.
UniqueIdentifierObjectType
Gets the value of the governmentIDSharedReference property.
GovernmentIdentifierReferenceObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the governmentIDData property.
| value | Allowed object is
GovernmentIDDataType
|
|---|
Sets the value of the governmentIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the governmentIDSharedReference property.
| value | Allowed object is
GovernmentIdentifierReferenceObjectType
|
|---|