public class

CompanyInsiderJobProfileDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.CompanyInsiderJobProfileDataType

Class Overview

Element containing the Company Insider Type data for a job profile.

Java class for Company_Insider_Job_Profile_DataType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Company_Insider_Job_Profile_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Insider_Type_Reference" type="{urn:com.workday/bsvc}Company_Insider_TypeObjectType"/>
       </sequence>
       <attribute name="Delete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected CompanyInsiderTypeObjectType companyInsiderTypeReference
protected Boolean delete
Public Constructors
CompanyInsiderJobProfileDataType()
Public Methods
CompanyInsiderTypeObjectType getCompanyInsiderTypeReference()
Gets the value of the companyInsiderTypeReference property.
Boolean getDelete()
Gets the value of the delete property.
void setCompanyInsiderTypeReference(CompanyInsiderTypeObjectType value)
Sets the value of the companyInsiderTypeReference property.
void setDelete(Boolean value)
Sets the value of the delete property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CompanyInsiderTypeObjectType companyInsiderTypeReference

protected Boolean delete

Public Constructors

public CompanyInsiderJobProfileDataType ()

Public Methods

public CompanyInsiderTypeObjectType getCompanyInsiderTypeReference ()

Gets the value of the companyInsiderTypeReference property.

Returns

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 void setCompanyInsiderTypeReference (CompanyInsiderTypeObjectType value)

Sets the value of the companyInsiderTypeReference property.

Parameters
value Allowed object is CompanyInsiderTypeObjectType

public void setDelete (Boolean value)

Sets the value of the delete property.

Parameters
value Allowed object is Boolean