public class

GovernmentIDType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.GovernmentIDType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Boolean delete
protected GovernmentIDDataType governmentIDData
protected UniqueIdentifierObjectType governmentIDReference
protected GovernmentIdentifierReferenceObjectType governmentIDSharedReference
Public Constructors
GovernmentIDType()
Public Methods
Boolean getDelete()
Gets the value of the delete property.
GovernmentIDDataType getGovernmentIDData()
Gets the value of the governmentIDData property.
UniqueIdentifierObjectType getGovernmentIDReference()
Gets the value of the governmentIDReference property.
GovernmentIdentifierReferenceObjectType getGovernmentIDSharedReference()
Gets the value of the governmentIDSharedReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
void setGovernmentIDData(GovernmentIDDataType value)
Sets the value of the governmentIDData property.
void setGovernmentIDReference(UniqueIdentifierObjectType value)
Sets the value of the governmentIDReference property.
void setGovernmentIDSharedReference(GovernmentIdentifierReferenceObjectType value)
Sets the value of the governmentIDSharedReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean delete

protected GovernmentIDDataType governmentIDData

protected UniqueIdentifierObjectType governmentIDReference

protected GovernmentIdentifierReferenceObjectType governmentIDSharedReference

Public Constructors

public GovernmentIDType ()

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 GovernmentIDDataType getGovernmentIDData ()

Gets the value of the governmentIDData property.

Returns

public UniqueIdentifierObjectType getGovernmentIDReference ()

Gets the value of the governmentIDReference property.

Returns

public GovernmentIdentifierReferenceObjectType getGovernmentIDSharedReference ()

Gets the value of the governmentIDSharedReference property.

Returns

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean

public void setGovernmentIDData (GovernmentIDDataType value)

Sets the value of the governmentIDData property.

Parameters
value Allowed object is GovernmentIDDataType

public void setGovernmentIDReference (UniqueIdentifierObjectType value)

Sets the value of the governmentIDReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setGovernmentIDSharedReference (GovernmentIdentifierReferenceObjectType value)

Sets the value of the governmentIDSharedReference property.

Parameters
value Allowed object is GovernmentIdentifierReferenceObjectType