public class

ExternalFieldAddOrReferenceType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.ExternalFieldAddOrReferenceType

Class Overview

Container element for External Field definition.

Java class for External_Field_Add_or_ReferenceType complex type.

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

 <complexType name="External_Field_Add_or_ReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Class_Report_Field_Reference" type="{urn:com.workday/bsvc}External_FieldObjectType" minOccurs="0"/>
         <element name="Calculated_Field_Class_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Calculated_Field_Reference_ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Calculated_Field_Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Business_Object_Reference" type="{urn:com.workday/bsvc}Unique_IdentifierObjectType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected UniqueIdentifierObjectType businessObjectReference
protected String calculatedFieldClassName
protected String calculatedFieldName
protected String calculatedFieldReferenceID
protected ExternalFieldObjectType classReportFieldReference
Public Constructors
ExternalFieldAddOrReferenceType()
Public Methods
UniqueIdentifierObjectType getBusinessObjectReference()
Gets the value of the businessObjectReference property.
String getCalculatedFieldClassName()
Gets the value of the calculatedFieldClassName property.
String getCalculatedFieldName()
Gets the value of the calculatedFieldName property.
String getCalculatedFieldReferenceID()
Gets the value of the calculatedFieldReferenceID property.
ExternalFieldObjectType getClassReportFieldReference()
Gets the value of the classReportFieldReference property.
void setBusinessObjectReference(UniqueIdentifierObjectType value)
Sets the value of the businessObjectReference property.
void setCalculatedFieldClassName(String value)
Sets the value of the calculatedFieldClassName property.
void setCalculatedFieldName(String value)
Sets the value of the calculatedFieldName property.
void setCalculatedFieldReferenceID(String value)
Sets the value of the calculatedFieldReferenceID property.
void setClassReportFieldReference(ExternalFieldObjectType value)
Sets the value of the classReportFieldReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UniqueIdentifierObjectType businessObjectReference

protected String calculatedFieldClassName

protected String calculatedFieldName

protected String calculatedFieldReferenceID

protected ExternalFieldObjectType classReportFieldReference

Public Constructors

public ExternalFieldAddOrReferenceType ()

Public Methods

public UniqueIdentifierObjectType getBusinessObjectReference ()

Gets the value of the businessObjectReference property.

Returns

public String getCalculatedFieldClassName ()

Gets the value of the calculatedFieldClassName property.

Returns
  • possible object is String

public String getCalculatedFieldName ()

Gets the value of the calculatedFieldName property.

Returns
  • possible object is String

public String getCalculatedFieldReferenceID ()

Gets the value of the calculatedFieldReferenceID property.

Returns
  • possible object is String

public ExternalFieldObjectType getClassReportFieldReference ()

Gets the value of the classReportFieldReference property.

Returns

public void setBusinessObjectReference (UniqueIdentifierObjectType value)

Sets the value of the businessObjectReference property.

Parameters
value Allowed object is UniqueIdentifierObjectType

public void setCalculatedFieldClassName (String value)

Sets the value of the calculatedFieldClassName property.

Parameters
value Allowed object is String

public void setCalculatedFieldName (String value)

Sets the value of the calculatedFieldName property.

Parameters
value Allowed object is String

public void setCalculatedFieldReferenceID (String value)

Sets the value of the calculatedFieldReferenceID property.

Parameters
value Allowed object is String

public void setClassReportFieldReference (ExternalFieldObjectType value)

Sets the value of the classReportFieldReference property.

Parameters
value Allowed object is ExternalFieldObjectType