| java.lang.Object | |
| ↳ | com.workday.hr.CompanyInsiderTypeType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| companyInsiderTypeData | |||||||||||
| companyInsiderTypeReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the companyInsiderTypeData property.
| |||||||||||
Gets the value of the companyInsiderTypeReference property.
| |||||||||||
Sets the value of the companyInsiderTypeData property.
| |||||||||||
Sets the value of the companyInsiderTypeReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
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
Gets the value of the companyInsiderTypeReference property.
CompanyInsiderTypeObjectType
Sets the value of the companyInsiderTypeData property.
| companyInsiderTypeData | Allowed object is
CompanyInsiderTypeDataType
|
|---|
Sets the value of the companyInsiderTypeReference property.
| value | Allowed object is
CompanyInsiderTypeObjectType
|
|---|

