public class

ClassReportFieldReferenceType

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

Class Overview

Reference element representing a unique instance of Class Report Field. Only attribute-based CRFs should be used for comparing data and not object-based CRFs in order to return data-level changes in the system.

Java class for Class_Report_Field_ReferenceType complex type.

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

 <complexType name="Class_Report_Field_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Class_Report_Field_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String classReportFieldName
Public Constructors
ClassReportFieldReferenceType()
Public Methods
String getClassReportFieldName()
Gets the value of the classReportFieldName property.
void setClassReportFieldName(String value)
Sets the value of the classReportFieldName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String classReportFieldName

Public Constructors

public ClassReportFieldReferenceType ()

Public Methods

public String getClassReportFieldName ()

Gets the value of the classReportFieldName property.

Returns
  • possible object is String

public void setClassReportFieldName (String value)

Sets the value of the classReportFieldName property.

Parameters
value Allowed object is String