public class

CompanyInsiderTypeType

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

Class Overview

Element containing company insider type reference and data.

Java class for Company_Insider_TypeType complex type.

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

 <complexType name="Company_Insider_TypeType">
   <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" minOccurs="0"/>
         <element name="Company_Insider_Type_Data" type="{urn:com.workday/bsvc}Company_Insider_Type_DataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected List<CompanyInsiderTypeDataType> companyInsiderTypeData
protected CompanyInsiderTypeObjectType companyInsiderTypeReference
Public Constructors
CompanyInsiderTypeType()
Public Methods
List<CompanyInsiderTypeDataType> getCompanyInsiderTypeData()
Gets the value of the companyInsiderTypeData property.
CompanyInsiderTypeObjectType getCompanyInsiderTypeReference()
Gets the value of the companyInsiderTypeReference property.
void setCompanyInsiderTypeData(List<CompanyInsiderTypeDataType> companyInsiderTypeData)
Sets the value of the companyInsiderTypeData property.
void setCompanyInsiderTypeReference(CompanyInsiderTypeObjectType value)
Sets the value of the companyInsiderTypeReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<CompanyInsiderTypeDataType> companyInsiderTypeData

protected CompanyInsiderTypeObjectType companyInsiderTypeReference

Public Constructors

public CompanyInsiderTypeType ()

Public Methods

public List<CompanyInsiderTypeDataType> getCompanyInsiderTypeData ()

Gets the value of the companyInsiderTypeData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the companyInsiderTypeData property.

For example, to add a new item, do as follows:

    getCompanyInsiderTypeData().add(newItem);
 

Objects of the following type(s) are allowed in the list CompanyInsiderTypeDataType

public CompanyInsiderTypeObjectType getCompanyInsiderTypeReference ()

Gets the value of the companyInsiderTypeReference property.

Returns

public void setCompanyInsiderTypeData (List<CompanyInsiderTypeDataType> companyInsiderTypeData)

Sets the value of the companyInsiderTypeData property.

Parameters
companyInsiderTypeData Allowed object is CompanyInsiderTypeDataType

public void setCompanyInsiderTypeReference (CompanyInsiderTypeObjectType value)

Sets the value of the companyInsiderTypeReference property.

Parameters
value Allowed object is CompanyInsiderTypeObjectType