| java.lang.Object | |
| ↳ | com.workday.recruiting.DocumentFieldResultDataType |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fieldReference | |||||||||||
| value | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the fieldReference property.
| |||||||||||
Gets the value of the value property.
| |||||||||||
Sets the value of the fieldReference property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the fieldReference property.
IntegrationDocumentFieldObjectType
Gets the value of the value property.
Sets the value of the fieldReference property.
| value | Allowed object is
IntegrationDocumentFieldObjectType
|
|---|
Sets the value of the value property.
| value | Allowed object is String |
|---|