public class

PassportIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.payrollinterface.PassportIDType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected PassportIDDataType passportIDData
protected UniqueIdentifierObjectType passportIDReference
protected PassportIdentifierReferenceObjectType passportIDSharedReference
Public Constructors
PassportIDType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
PassportIDDataType getPassportIDData()
Gets the value of the passportIDData property.
UniqueIdentifierObjectType getPassportIDReference()
Gets the value of the passportIDReference property.
PassportIdentifierReferenceObjectType getPassportIDSharedReference()
Gets the value of the passportIDSharedReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setPassportIDData(PassportIDDataType value)
Sets the value of the passportIDData property.
void setPassportIDReference(UniqueIdentifierObjectType value)
Sets the value of the passportIDReference property.
void setPassportIDSharedReference(PassportIdentifierReferenceObjectType value)
Sets the value of the passportIDSharedReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected PassportIDDataType passportIDData

protected UniqueIdentifierObjectType passportIDReference

protected PassportIdentifierReferenceObjectType passportIDSharedReference

Public Constructors

public PassportIDType ()

Public Methods

public Boolean getDelete ()

Gets the value of the delete property. This getter has been renamed from isDelete() to getDelete() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public PassportIDDataType getPassportIDData ()

Gets the value of the passportIDData property.

Returns

public UniqueIdentifierObjectType getPassportIDReference ()

Gets the value of the passportIDReference property.

Returns

public PassportIdentifierReferenceObjectType getPassportIDSharedReference ()

Gets the value of the passportIDSharedReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setPassportIDData (PassportIDDataType value)

Sets the value of the passportIDData property.

Parameters
value Allowed object is PassportIDDataType

public void setPassportIDReference (UniqueIdentifierObjectType value)

Sets the value of the passportIDReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setPassportIDSharedReference (PassportIdentifierReferenceObjectType value)

Sets the value of the passportIDSharedReference property.

Parameters
value Allowed object is PassportIdentifierReferenceObjectType