public class

DocumentFieldResultDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.staffing.DocumentFieldResultDataType

Class Overview

Result of the evaluation of an External Field based on a contextual instance.

Java class for Document_Field_Result_DataType complex type.

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

 <complexType name="Document_Field_Result_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Field_Reference" type="{urn:com.workday/bsvc}Integration_Document_FieldObjectType" minOccurs="0"/>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationDocumentFieldObjectType fieldReference
protected String value
Public Constructors
DocumentFieldResultDataType()
Public Methods
IntegrationDocumentFieldObjectType getFieldReference()
Gets the value of the fieldReference property.
String getValue()
Gets the value of the value property.
void setFieldReference(IntegrationDocumentFieldObjectType value)
Sets the value of the fieldReference property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationDocumentFieldObjectType fieldReference

protected String value

Public Constructors

public DocumentFieldResultDataType ()

Public Methods

public IntegrationDocumentFieldObjectType getFieldReference ()

Gets the value of the fieldReference property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setFieldReference (IntegrationDocumentFieldObjectType value)

Sets the value of the fieldReference property.

Parameters
value Allowed object is IntegrationDocumentFieldObjectType

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String