public class

PutSearchSettingsResponseType

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

Class Overview

Response element containing tenant setup search data

Java class for Put_Search_Settings_ResponseType complex type.

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

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

Summary

Fields
protected List<SearchSettingsDataType> searchSettingsData
protected String version
Public Constructors
PutSearchSettingsResponseType()
Public Methods
List<SearchSettingsDataType> getSearchSettingsData()
Gets the value of the searchSettingsData property.
String getVersion()
Gets the value of the version property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchSettingsDataType> searchSettingsData

protected String version

Public Constructors

public PutSearchSettingsResponseType ()

Public Methods

public List<SearchSettingsDataType> getSearchSettingsData ()

Gets the value of the searchSettingsData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the searchSettingsData property.

For example, to add a new item, do as follows:

    getSearchSettingsData().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchSettingsDataType

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String