public class

SearchSettingsType

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

Class Overview

Wrapper Element that includes Search Settings Data

Java class for Search_SettingsType complex type.

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

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

Summary

Fields
protected SearchSettingsDataType searchSettingsData
Public Constructors
SearchSettingsType()
Public Methods
SearchSettingsDataType getSearchSettingsData()
Gets the value of the searchSettingsData property.
void setSearchSettingsData(SearchSettingsDataType value)
Sets the value of the searchSettingsData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchSettingsDataType searchSettingsData

Public Constructors

public SearchSettingsType ()

Public Methods

public SearchSettingsDataType getSearchSettingsData ()

Gets the value of the searchSettingsData property.

Returns

public void setSearchSettingsData (SearchSettingsDataType value)

Sets the value of the searchSettingsData property.

Parameters
value Allowed object is SearchSettingsDataType