public class

SearchSettingsResponseDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.hr.SearchSettingsResponseDataType

Class Overview

Wrapper element that includes Search Settings data

Java class for Search_Settings_Response_DataType complex type.

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

 <complexType name="Search_Settings_Response_DataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Search_Settings" type="{urn:com.workday/bsvc}Search_SettingsType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected SearchSettingsType searchSettings
Public Constructors
SearchSettingsResponseDataType()
Public Methods
SearchSettingsType getSearchSettings()
Gets the value of the searchSettings property.
void setSearchSettings(SearchSettingsType value)
Sets the value of the searchSettings property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected SearchSettingsType searchSettings

Public Constructors

public SearchSettingsResponseDataType ()

Public Methods

public SearchSettingsType getSearchSettings ()

Gets the value of the searchSettings property.

Returns

public void setSearchSettings (SearchSettingsType value)

Sets the value of the searchSettings property.

Parameters
value Allowed object is SearchSettingsType