| java.lang.Object | |
| ↳ | com.workday.integrations.ExternalFieldAddOrReferenceType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessObjectReference | |||||||||||
| calculatedFieldClassName | |||||||||||
| calculatedFieldName | |||||||||||
| calculatedFieldReferenceID | |||||||||||
| classReportFieldReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessObjectReference property.
| |||||||||||
Gets the value of the calculatedFieldClassName property.
| |||||||||||
Gets the value of the calculatedFieldName property.
| |||||||||||
Gets the value of the calculatedFieldReferenceID property.
| |||||||||||
Gets the value of the classReportFieldReference property.
| |||||||||||
Sets the value of the businessObjectReference property.
| |||||||||||
Sets the value of the calculatedFieldClassName property.
| |||||||||||
Sets the value of the calculatedFieldName property.
| |||||||||||
Sets the value of the calculatedFieldReferenceID property.
| |||||||||||
Sets the value of the classReportFieldReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the businessObjectReference property.
UniqueIdentifierObjectType
Gets the value of the calculatedFieldClassName property.
Gets the value of the calculatedFieldName property.
Gets the value of the calculatedFieldReferenceID property.
Gets the value of the classReportFieldReference property.
ExternalFieldObjectType
Sets the value of the businessObjectReference property.
| value | Allowed object is
UniqueIdentifierObjectType
|
|---|
Sets the value of the calculatedFieldClassName property.
| value | Allowed object is String |
|---|
Sets the value of the calculatedFieldName property.
| value | Allowed object is String |
|---|
Sets the value of the calculatedFieldReferenceID property.
| value | Allowed object is String |
|---|
Sets the value of the classReportFieldReference property.
| value | Allowed object is
ExternalFieldObjectType
|
|---|