public class

InternalProjectExperienceType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.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

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 setInternalProjectExperienceReference(InternalProjectExperienceObjectType value)
Sets the value of the internalProjectExperienceReference property.
[Expand]
Inherited Methods
From class java.lang.Object

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 setInternalProjectExperienceReference (InternalProjectExperienceObjectType value)

Sets the value of the internalProjectExperienceReference property.

Parameters
value Allowed object is InternalProjectExperienceObjectType