| java.lang.Object | |
| ↳ | workday.com.bsvc.ComparisonDataType |
Element containing criteria to be used within a Comparison routine.
Java class for Comparison_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Comparison_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Updated_From" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Updated_Through" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Effective_From" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Effective_Through" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="Web_Service_Operation_References" type="{urn:com.workday/bsvc}Web_Service_Operation_ReferencesType" minOccurs="0"/>
<element name="Class_Report_Field_References" type="{urn:com.workday/bsvc}Class_Report_Field_ReferencesType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| classReportFieldReferences | |||||||||||
| effectiveFrom | |||||||||||
| effectiveThrough | |||||||||||
| updatedFrom | |||||||||||
| updatedThrough | |||||||||||
| webServiceOperationReferences | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the classReportFieldReferences property.
| |||||||||||
Gets the value of the effectiveFrom property.
| |||||||||||
Gets the value of the effectiveThrough property.
| |||||||||||
Gets the value of the updatedFrom property.
| |||||||||||
Gets the value of the updatedThrough property.
| |||||||||||
Gets the value of the webServiceOperationReferences property.
| |||||||||||
Sets the value of the classReportFieldReferences property.
| |||||||||||
Sets the value of the effectiveFrom property.
| |||||||||||
Sets the value of the effectiveThrough property.
| |||||||||||
Sets the value of the updatedFrom property.
| |||||||||||
Sets the value of the updatedThrough property.
| |||||||||||
Sets the value of the webServiceOperationReferences property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the classReportFieldReferences property.
ClassReportFieldReferencesType
Gets the value of the effectiveFrom property.
Gets the value of the effectiveThrough property.
Gets the value of the updatedFrom property.
Gets the value of the updatedThrough property.
Gets the value of the webServiceOperationReferences property.
WebServiceOperationReferencesType
Sets the value of the classReportFieldReferences property.
| value | Allowed object is
ClassReportFieldReferencesType
|
|---|
Sets the value of the effectiveFrom property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the effectiveThrough property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedFrom property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedThrough property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the webServiceOperationReferences property.
| value | Allowed object is
WebServiceOperationReferencesType
|
|---|

