| java.lang.Object | |
| ↳ | com.workday.payrollinterface.PassportIDType |
Encapsulating element for all Passport Identifier data.
Java class for Passport_IDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Passport_IDType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Passport_ID_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
<element name="Passport_ID_Data" type="{urn:com.workday/bsvc}Passport_ID_DataType" minOccurs="0"/>
<element name="Passport_ID_Shared_Reference" type="{urn:com.workday/bsvc}Passport_Identifier_ReferenceObjectType" minOccurs="0"/>
</sequence>
<attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| delete | |||||||||||
| passportIDData | |||||||||||
| passportIDReference | |||||||||||
| passportIDSharedReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the delete property.
| |||||||||||
Gets the value of the passportIDData property.
| |||||||||||
Gets the value of the passportIDReference property.
| |||||||||||
Gets the value of the passportIDSharedReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
Sets the value of the passportIDData property.
| |||||||||||
Sets the value of the passportIDReference property.
| |||||||||||
Sets the value of the passportIDSharedReference 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 passportIDData property.
PassportIDDataType
Gets the value of the passportIDReference property.
UniqueIdentifierObjectType
Gets the value of the passportIDSharedReference property.
PassportIdentifierReferenceObjectType
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|
Sets the value of the passportIDData property.
| value | Allowed object is
PassportIDDataType
|
|---|
Sets the value of the passportIDReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the passportIDSharedReference property.
| value | Allowed object is
PassportIdentifierReferenceObjectType
|
|---|