public class

BusinessSiteFindType

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

Class Overview

Utilize the following criteria options to search for Locations within the Workday system. The Location references that are returned are those that satisfy ALL criteria included in the request. Therefore, the result set will become more limited with every criteria that is populated.

Java class for Business_Site_FindType complex type.

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

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

Summary

Fields
protected String locationName
protected String version
Public Constructors
BusinessSiteFindType()
Public Methods
String getLocationName()
Gets the value of the locationName property.
String getVersion()
Gets the value of the version property.
void setLocationName(String value)
Sets the value of the locationName property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String locationName

protected String version

Public Constructors

public BusinessSiteFindType ()

Public Methods

public String getLocationName ()

Gets the value of the locationName property.

Returns
  • possible object is String

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setLocationName (String value)

Sets the value of the locationName property.

Parameters
value Allowed object is String

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String