public class

InternalProjectExperienceType

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

Class Overview

Wrapper element for Internal Project Experience information.

Java class for Internal_Project_ExperienceType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<InternalProjectExperienceDataType> internalProjectExperienceData
protected InternalProjectExperienceObjectType internalProjectExperienceReference
Public Constructors
InternalProjectExperienceType()
Public Methods
List<InternalProjectExperienceDataType> getInternalProjectExperienceData()
Gets the value of the internalProjectExperienceData property.
InternalProjectExperienceObjectType getInternalProjectExperienceReference()
Gets the value of the internalProjectExperienceReference property.
void setInternalProjectExperienceData(List<InternalProjectExperienceDataType> internalProjectExperienceData)
Sets the value of the internalProjectExperienceData property.
void setInternalProjectExperienceReference(InternalProjectExperienceObjectType value)
Sets the value of the internalProjectExperienceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<InternalProjectExperienceDataType> internalProjectExperienceData

protected InternalProjectExperienceObjectType internalProjectExperienceReference

Public Constructors

public InternalProjectExperienceType ()

Public Methods

public List<InternalProjectExperienceDataType> getInternalProjectExperienceData ()

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

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

    getInternalProjectExperienceData().add(newItem);
 

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

public InternalProjectExperienceObjectType getInternalProjectExperienceReference ()

Gets the value of the internalProjectExperienceReference property.

Returns

public void setInternalProjectExperienceData (List<InternalProjectExperienceDataType> internalProjectExperienceData)

Sets the value of the internalProjectExperienceData property.

Parameters
internalProjectExperienceData Allowed object is InternalProjectExperienceDataType

public void setInternalProjectExperienceReference (InternalProjectExperienceObjectType value)

Sets the value of the internalProjectExperienceReference property.

Parameters
value Allowed object is InternalProjectExperienceObjectType