public class

ComparisonDataType

extends Object
java.lang.Object
   ↳ workday.com.bsvc.ComparisonDataType

Class Overview

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>
 

Summary

Fields
protected ClassReportFieldReferencesType classReportFieldReferences
protected XMLGregorianCalendar effectiveFrom
protected XMLGregorianCalendar effectiveThrough
protected XMLGregorianCalendar updatedFrom
protected XMLGregorianCalendar updatedThrough
protected WebServiceOperationReferencesType webServiceOperationReferences
Public Constructors
ComparisonDataType()
Public Methods
ClassReportFieldReferencesType getClassReportFieldReferences()
Gets the value of the classReportFieldReferences property.
XMLGregorianCalendar getEffectiveFrom()
Gets the value of the effectiveFrom property.
XMLGregorianCalendar getEffectiveThrough()
Gets the value of the effectiveThrough property.
XMLGregorianCalendar getUpdatedFrom()
Gets the value of the updatedFrom property.
XMLGregorianCalendar getUpdatedThrough()
Gets the value of the updatedThrough property.
WebServiceOperationReferencesType getWebServiceOperationReferences()
Gets the value of the webServiceOperationReferences property.
void setClassReportFieldReferences(ClassReportFieldReferencesType value)
Sets the value of the classReportFieldReferences property.
void setEffectiveFrom(XMLGregorianCalendar value)
Sets the value of the effectiveFrom property.
void setEffectiveThrough(XMLGregorianCalendar value)
Sets the value of the effectiveThrough property.
void setUpdatedFrom(XMLGregorianCalendar value)
Sets the value of the updatedFrom property.
void setUpdatedThrough(XMLGregorianCalendar value)
Sets the value of the updatedThrough property.
void setWebServiceOperationReferences(WebServiceOperationReferencesType value)
Sets the value of the webServiceOperationReferences property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ClassReportFieldReferencesType classReportFieldReferences

protected XMLGregorianCalendar effectiveFrom

protected XMLGregorianCalendar effectiveThrough

protected XMLGregorianCalendar updatedFrom

protected XMLGregorianCalendar updatedThrough

protected WebServiceOperationReferencesType webServiceOperationReferences

Public Constructors

public ComparisonDataType ()

Public Methods

public ClassReportFieldReferencesType getClassReportFieldReferences ()

Gets the value of the classReportFieldReferences property.

Returns

public XMLGregorianCalendar getEffectiveFrom ()

Gets the value of the effectiveFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getEffectiveThrough ()

Gets the value of the effectiveThrough property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUpdatedFrom ()

Gets the value of the updatedFrom property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUpdatedThrough ()

Gets the value of the updatedThrough property.

Returns
  • possible object is XMLGregorianCalendar

public WebServiceOperationReferencesType getWebServiceOperationReferences ()

Gets the value of the webServiceOperationReferences property.

Returns

public void setClassReportFieldReferences (ClassReportFieldReferencesType value)

Sets the value of the classReportFieldReferences property.

Parameters
value Allowed object is ClassReportFieldReferencesType

public void setEffectiveFrom (XMLGregorianCalendar value)

Sets the value of the effectiveFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEffectiveThrough (XMLGregorianCalendar value)

Sets the value of the effectiveThrough property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedFrom (XMLGregorianCalendar value)

Sets the value of the updatedFrom property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUpdatedThrough (XMLGregorianCalendar value)

Sets the value of the updatedThrough property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setWebServiceOperationReferences (WebServiceOperationReferencesType value)

Sets the value of the webServiceOperationReferences property.

Parameters
value Allowed object is WebServiceOperationReferencesType