| java.lang.Object | |
| ↳ | workday.com.bsvc.CompanyInsiderJobProfileDataType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyInsiderTypeReference | |||||||||||
| delete | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyInsiderTypeReference property.
| |||||||||||
Gets the value of the delete property.
| |||||||||||
Sets the value of the companyInsiderTypeReference property.
| |||||||||||
Sets the value of the delete property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the companyInsiderTypeReference property.
CompanyInsiderTypeObjectType
Gets the value of the delete property.
Sets the value of the companyInsiderTypeReference property.
| value | Allowed object is
CompanyInsiderTypeObjectType
|
|---|
Sets the value of the delete property.
| value | Allowed object is Boolean |
|---|

