| java.lang.Object | |
| ↳ | com.workday.staffing.NationalIDType |
Wrapper element for all National Identifier Data.
Java class for National_IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="National_IDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="National_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="National_ID_Data" type="{urn:com.workday/bsvc}National_ID_DataType" minOccurs="0"/>
<element name="National_ID_Shared_Reference" type="{urn:com.workday/bsvc}National_Identifier_ReferenceObjectType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| nationalIDData | |||||||||||
| nationalIDReference | |||||||||||
| nationalIDSharedReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the nationalIDData property.
| |||||||||||
Gets the value of the nationalIDReference property.
| |||||||||||
Gets the value of the nationalIDSharedReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the nationalIDData property.
| |||||||||||
Sets the value of the nationalIDReference property.
| |||||||||||
Sets the value of the nationalIDSharedReference 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 nationalIDData property.
NationalIDDataType
Gets the value of the nationalIDReference property.
UniqueIdentifierObjectType
Gets the value of the nationalIDSharedReference property.
NationalIdentifierReferenceObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the nationalIDData property.
| value | Allowed object is
NationalIDDataType
|
|---|
Sets the value of the nationalIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the nationalIDSharedReference property.
| value | Allowed object is
NationalIdentifierReferenceObjectType
|
|---|