| java.lang.Object | |
| ↳ | workday.com.bsvc.FrequencyType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| frequencyData | |||||||||||
| frequencyReference | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the frequencyData property.
| |||||||||||
Gets the value of the frequencyReference property.
| |||||||||||
Sets the value of the frequencyData property.
| |||||||||||
Sets the value of the frequencyReference property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Gets the value of the frequencyData property.
FrequencyDataType
Gets the value of the frequencyReference property.
FrequencyObjectType
Sets the value of the frequencyData property.
| value | Allowed object is
FrequencyDataType
|
|---|
Sets the value of the frequencyReference property.
| value | Allowed object is
FrequencyObjectType
|
|---|

