public class

FieldOfStudyResponseDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.performancemanagement.FieldOfStudyResponseDataType

Class Overview

Response element for the Get Fields Of Study operation.

Java class for Field_Of_Study_Response_DataType complex type.

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

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

Summary

Constants
long serialVersionUID
Fields
protected List<FieldOfStudyType> fieldOfStudy
Public Constructors
FieldOfStudyResponseDataType()
Public Methods
List<FieldOfStudyType> getFieldOfStudy()
Gets the value of the fieldOfStudy property.
void setFieldOfStudy(List<FieldOfStudyType> fieldOfStudy)
Sets the value of the fieldOfStudy property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<FieldOfStudyType> fieldOfStudy

Public Constructors

public FieldOfStudyResponseDataType ()

Public Methods

public List<FieldOfStudyType> getFieldOfStudy ()

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

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

    getFieldOfStudy().add(newItem);
 

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

public void setFieldOfStudy (List<FieldOfStudyType> fieldOfStudy)

Sets the value of the fieldOfStudy property.

Parameters
fieldOfStudy Allowed object is FieldOfStudyType