public class

CompanyInsiderTypeResponseDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.CompanyInsiderTypeResponseDataType

Class Overview

Wrapper element that includes Company Insider reference instance and Company Insider Type data.

Java class for Company_Insider_Type_Response_DataType complex type.

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

 <complexType name="Company_Insider_Type_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Company_Insider_Type" type="{urn:com.workday/bsvc}Company_Insider_TypeType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<CompanyInsiderTypeType> companyInsiderType
Public Constructors
CompanyInsiderTypeResponseDataType()
Public Methods
List<CompanyInsiderTypeType> getCompanyInsiderType()
Gets the value of the companyInsiderType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<CompanyInsiderTypeType> companyInsiderType

Public Constructors

public CompanyInsiderTypeResponseDataType ()

Public Methods

public List<CompanyInsiderTypeType> getCompanyInsiderType ()

Gets the value of the companyInsiderType 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 companyInsiderType property.

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

    getCompanyInsiderType().add(newItem);
 

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