public class

FrequencyType

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

Class Overview

Contains the data for a single frequency

Java class for FrequencyType complex type.

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

 <complexType name="FrequencyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Frequency_Reference" type="{urn:com.workday/bsvc}FrequencyObjectType" minOccurs="0"/>
         <element name="Frequency_Data" type="{urn:com.workday/bsvc}Frequency_DataType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected FrequencyDataType frequencyData
protected FrequencyObjectType frequencyReference
Public Constructors
FrequencyType()
Public Methods
FrequencyDataType getFrequencyData()
Gets the value of the frequencyData property.
FrequencyObjectType getFrequencyReference()
Gets the value of the frequencyReference property.
void setFrequencyData(FrequencyDataType value)
Sets the value of the frequencyData property.
void setFrequencyReference(FrequencyObjectType value)
Sets the value of the frequencyReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected FrequencyDataType frequencyData

protected FrequencyObjectType frequencyReference

Public Constructors

public FrequencyType ()

Public Methods

public FrequencyDataType getFrequencyData ()

Gets the value of the frequencyData property.

Returns

public FrequencyObjectType getFrequencyReference ()

Gets the value of the frequencyReference property.

Returns

public void setFrequencyData (FrequencyDataType value)

Sets the value of the frequencyData property.

Parameters
value Allowed object is FrequencyDataType

public void setFrequencyReference (FrequencyObjectType value)

Sets the value of the frequencyReference property.

Parameters
value Allowed object is FrequencyObjectType